Plugin Directory

Changeset 3250006


Ignore:
Timestamp:
03/04/2025 02:53:05 AM (12 months ago)
Author:
collectchat
Message:

Release 2.4.6

Location:
collectchat
Files:
4 edited
7 copied

Legend:

Unmodified
Added
Removed
  • collectchat/tags/2.4.6/collect.php

    r3211377 r3250006  
    22/**
    33 * Plugin Name: Collect.chat - Chatbot
    4  * Version: 2.4.5
     4 * Version: 2.4.6
    55 * Plugin URI: https://collect.chat
    66 * 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.
    77 * Author: Collect.chat Inc.
    88 * Author URI: https://collect.chat
    9  * License: GPLv2 or later
     9 * License: GPLv3
    1010 */
    1111
     
    2828        {
    2929            // Add text domain loading
    30             add_action('init', array($this, 'load_plugin_textdomain'));
     30            add_action('plugins_loaded', array($this, 'load_plugin_textdomain'));
    3131
    3232            add_action('admin_init', array(&$this,
  • collectchat/tags/2.4.6/deactivation-feedback/register.php

    r2283362 r3250006  
    1414
    1515        $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 );
    1717
    1818        require_once( dirname( __FILE__ ) . '/feedback-form.php' );
  • collectchat/tags/2.4.6/readme.txt

    r3211377 r3250006  
    33Tags: chatbot, bot, chat bot, lead generation, chat widget
    44Requires at least: 4.5.0
    5 Tested up to: 6.7.1
    6 Stable tag: 2.4.5
     5Tested up to: 6.7.2
     6Stable tag: 2.4.6
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    445445* Support for WordPress 6.7.1
    446446* Security fixes
     447
     448= 2.4.6 =
     449* Support for WordPress 6.7.2
     450* Bug fixes
  • collectchat/trunk/collect.php

    r3211377 r3250006  
    22/**
    33 * Plugin Name: Collect.chat - Chatbot
    4  * Version: 2.4.5
     4 * Version: 2.4.6
    55 * Plugin URI: https://collect.chat
    66 * 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.
    77 * Author: Collect.chat Inc.
    88 * Author URI: https://collect.chat
    9  * License: GPLv2 or later
     9 * License: GPLv3
    1010 */
    1111
     
    2828        {
    2929            // Add text domain loading
    30             add_action('init', array($this, 'load_plugin_textdomain'));
     30            add_action('plugins_loaded', array($this, 'load_plugin_textdomain'));
    3131
    3232            add_action('admin_init', array(&$this,
  • collectchat/trunk/deactivation-feedback/register.php

    r2283362 r3250006  
    1414
    1515        $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 );
    1717
    1818        require_once( dirname( __FILE__ ) . '/feedback-form.php' );
  • collectchat/trunk/readme.txt

    r3211377 r3250006  
    33Tags: chatbot, bot, chat bot, lead generation, chat widget
    44Requires at least: 4.5.0
    5 Tested up to: 6.7.1
    6 Stable tag: 2.4.5
     5Tested up to: 6.7.2
     6Stable tag: 2.4.6
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    445445* Support for WordPress 6.7.1
    446446* 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.