Changeset 3250006
- Timestamp:
- 03/04/2025 02:53:05 AM (12 months ago)
- Location:
- collectchat
- Files:
-
- 4 edited
- 7 copied
-
tags/2.4.6 (copied) (copied from collectchat/trunk)
-
tags/2.4.6/collect.php (copied) (copied from collectchat/trunk/collect.php) (2 diffs)
-
tags/2.4.6/deactivation-feedback (copied) (copied from collectchat/trunk/deactivation-feedback)
-
tags/2.4.6/deactivation-feedback/register.php (modified) (1 diff)
-
tags/2.4.6/meta.php (copied) (copied from collectchat/trunk/meta.php)
-
tags/2.4.6/options.php (copied) (copied from collectchat/trunk/options.php)
-
tags/2.4.6/readme.txt (copied) (copied from collectchat/trunk/readme.txt) (2 diffs)
-
tags/2.4.6/sidebar.php (copied) (copied from collectchat/trunk/sidebar.php)
-
trunk/collect.php (modified) (2 diffs)
-
trunk/deactivation-feedback/register.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
collectchat/tags/2.4.6/collect.php
r3211377 r3250006 2 2 /** 3 3 * Plugin Name: Collect.chat - Chatbot 4 * Version: 2.4. 54 * Version: 2.4.6 5 5 * Plugin URI: https://collect.chat 6 6 * Description: Chatbots are the simplest, easiest way to collect leads & data from visitors. Create free chatbot without coding using Collect.chat. Never miss an opportunity by engaging every site visitor. 7 7 * Author: Collect.chat Inc. 8 8 * Author URI: https://collect.chat 9 * License: GPLv 2 or later9 * License: GPLv3 10 10 */ 11 11 … … 28 28 { 29 29 // Add text domain loading 30 add_action(' init', array($this, 'load_plugin_textdomain'));30 add_action('plugins_loaded', array($this, 'load_plugin_textdomain')); 31 31 32 32 add_action('admin_init', array(&$this, -
collectchat/tags/2.4.6/deactivation-feedback/register.php
r2283362 r3250006 14 14 15 15 $collectchat_dir = $wp_plugins_dir . '/' . dirname( $base ) . '/plugin.php'; 16 $collectchat_active_plugin[ $base ] = get_plugin_data( $wp_plugins_dir . '/' . $base );16 $collectchat_active_plugin[ $base ] = get_plugin_data( $wp_plugins_dir . '/' . $base , false, false ); 17 17 18 18 require_once( dirname( __FILE__ ) . '/feedback-form.php' ); -
collectchat/tags/2.4.6/readme.txt
r3211377 r3250006 3 3 Tags: chatbot, bot, chat bot, lead generation, chat widget 4 4 Requires at least: 4.5.0 5 Tested up to: 6.7. 16 Stable tag: 2.4. 55 Tested up to: 6.7.2 6 Stable tag: 2.4.6 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 445 445 * Support for WordPress 6.7.1 446 446 * Security fixes 447 448 = 2.4.6 = 449 * Support for WordPress 6.7.2 450 * Bug fixes -
collectchat/trunk/collect.php
r3211377 r3250006 2 2 /** 3 3 * Plugin Name: Collect.chat - Chatbot 4 * Version: 2.4. 54 * Version: 2.4.6 5 5 * Plugin URI: https://collect.chat 6 6 * Description: Chatbots are the simplest, easiest way to collect leads & data from visitors. Create free chatbot without coding using Collect.chat. Never miss an opportunity by engaging every site visitor. 7 7 * Author: Collect.chat Inc. 8 8 * Author URI: https://collect.chat 9 * License: GPLv 2 or later9 * License: GPLv3 10 10 */ 11 11 … … 28 28 { 29 29 // Add text domain loading 30 add_action(' init', array($this, 'load_plugin_textdomain'));30 add_action('plugins_loaded', array($this, 'load_plugin_textdomain')); 31 31 32 32 add_action('admin_init', array(&$this, -
collectchat/trunk/deactivation-feedback/register.php
r2283362 r3250006 14 14 15 15 $collectchat_dir = $wp_plugins_dir . '/' . dirname( $base ) . '/plugin.php'; 16 $collectchat_active_plugin[ $base ] = get_plugin_data( $wp_plugins_dir . '/' . $base );16 $collectchat_active_plugin[ $base ] = get_plugin_data( $wp_plugins_dir . '/' . $base , false, false ); 17 17 18 18 require_once( dirname( __FILE__ ) . '/feedback-form.php' ); -
collectchat/trunk/readme.txt
r3211377 r3250006 3 3 Tags: chatbot, bot, chat bot, lead generation, chat widget 4 4 Requires at least: 4.5.0 5 Tested up to: 6.7. 16 Stable tag: 2.4. 55 Tested up to: 6.7.2 6 Stable tag: 2.4.6 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 445 445 * Support for WordPress 6.7.1 446 446 * Security fixes 447 448 = 2.4.6 = 449 * Support for WordPress 6.7.2 450 * Bug fixes
Note: See TracChangeset
for help on using the changeset viewer.