Changeset 3124847
- Timestamp:
- 07/24/2024 09:00:57 PM (19 months ago)
- Location:
- cliengo
- Files:
-
- 6 edited
- 1 copied
-
tags/3.0.4 (copied) (copied from cliengo/trunk)
-
tags/3.0.4/README.txt (modified) (2 diffs)
-
tags/3.0.4/cliengo.php (modified) (2 diffs)
-
tags/3.0.4/public/class-cliengo-public.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/cliengo.php (modified) (2 diffs)
-
trunk/public/class-cliengo-public.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cliengo/tags/3.0.4/README.txt
r3118703 r3124847 4 4 Tags: cliengo, chatbot, leads 5 5 Requires at least: 4.4 6 Tested up to: 6. 5.57 Stable tag: 3.0. 36 Tested up to: 6.6.1 7 Stable tag: 3.0.4 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 78 78 = 3.0.3 = 79 79 * Limit access for not authorized users 80 = 3.0.4 = 81 * Patch upgrade version error 80 82 81 83 == Upgrade Notice == -
cliengo/tags/3.0.4/cliengo.php
r3118688 r3124847 17 17 * Plugin URI: http://cliengo.com/?utm_source=wordpress_plugin&utm_medium=wordpress 18 18 * Description: Cliengo helps you escalate your business process by automating the different points of contact with your customers and providing 24/7 responses. Multi-language: English/Spanish/Portuguese 19 * Version: 3.0. 319 * Version: 3.0.4 20 20 * Author: Cliengo 21 21 * Author URI: http://cliengo.com/?utm_source=wordpress_plugin&utm_medium=wordpress … … 40 40 * Rename this for your plugin and update it as you release new versions. 41 41 */ 42 define( 'CLIENGO_VERSION', '3.0. 3' );42 define( 'CLIENGO_VERSION', '3.0.4' ); 43 43 44 44 /** -
cliengo/tags/3.0.4/public/class-cliengo-public.php
r3118649 r3124847 92 92 * Since we fucked it up with script_install_cliengo.js dev -> prod, we should must regenerate script before rendering 93 93 */ 94 if (isset($chatbot_token) && isset($chatbot_token->option_value)) {95 Cliengo_Form::create_install_code_cliengo($chatbot_token ->option_value);94 if (isset($chatbot_token) && !empty($chatbot_token)) { 95 Cliengo_Form::create_install_code_cliengo($chatbot_token); 96 96 } 97 97 … … 101 101 102 102 103 if ($position_chatbot ->option_value== 'left')103 if ($position_chatbot == 'left') 104 104 { 105 105 wp_enqueue_script( 'position_chatbot', plugin_dir_url( __FILE__ ) . 'js/position_chatbot.js', array(), $this->version, false ); -
cliengo/trunk/README.txt
r3118703 r3124847 4 4 Tags: cliengo, chatbot, leads 5 5 Requires at least: 4.4 6 Tested up to: 6. 5.57 Stable tag: 3.0. 36 Tested up to: 6.6.1 7 Stable tag: 3.0.4 8 8 Requires PHP: 5.2.4 9 9 License: GPLv2 or later … … 78 78 = 3.0.3 = 79 79 * Limit access for not authorized users 80 = 3.0.4 = 81 * Patch upgrade version error 80 82 81 83 == Upgrade Notice == -
cliengo/trunk/cliengo.php
r3118688 r3124847 17 17 * Plugin URI: http://cliengo.com/?utm_source=wordpress_plugin&utm_medium=wordpress 18 18 * Description: Cliengo helps you escalate your business process by automating the different points of contact with your customers and providing 24/7 responses. Multi-language: English/Spanish/Portuguese 19 * Version: 3.0. 319 * Version: 3.0.4 20 20 * Author: Cliengo 21 21 * Author URI: http://cliengo.com/?utm_source=wordpress_plugin&utm_medium=wordpress … … 40 40 * Rename this for your plugin and update it as you release new versions. 41 41 */ 42 define( 'CLIENGO_VERSION', '3.0. 3' );42 define( 'CLIENGO_VERSION', '3.0.4' ); 43 43 44 44 /** -
cliengo/trunk/public/class-cliengo-public.php
r3118649 r3124847 92 92 * Since we fucked it up with script_install_cliengo.js dev -> prod, we should must regenerate script before rendering 93 93 */ 94 if (isset($chatbot_token) && isset($chatbot_token->option_value)) {95 Cliengo_Form::create_install_code_cliengo($chatbot_token ->option_value);94 if (isset($chatbot_token) && !empty($chatbot_token)) { 95 Cliengo_Form::create_install_code_cliengo($chatbot_token); 96 96 } 97 97 … … 101 101 102 102 103 if ($position_chatbot ->option_value== 'left')103 if ($position_chatbot == 'left') 104 104 { 105 105 wp_enqueue_script( 'position_chatbot', plugin_dir_url( __FILE__ ) . 'js/position_chatbot.js', array(), $this->version, false );
Note: See TracChangeset
for help on using the changeset viewer.