Plugin Directory

Changeset 3412099


Ignore:
Timestamp:
12/05/2025 11:14:30 AM (4 months ago)
Author:
voxfor
Message:

New stable version 2.2.2 compatibility with WordPress 6.9

Location:
voxfor-secure-live-chat-and-ai-support/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • voxfor-secure-live-chat-and-ai-support/trunk/advanced-wp-chat.php

    r3359952 r3412099  
    55 * Plugin URI: https://voxfor.com/plugins/secure-live-chat/
    66 * Description: Professional secure live chat system with real-time messaging, advanced analytics, AI bot integration, and multi-language support.
    7  * Version: 2.2.1
     7 * Version: 2.2.2
    88 * Requires at least: 5.0
    99 * Requires PHP: 7.4
     
    131131// Define plugin constants with proper checks to prevent redefinition
    132132if (!defined('VOXFSELI_PLUGIN_VERSION')) {
    133     define('VOXFSELI_PLUGIN_VERSION', '2.2.1');
     133    define('VOXFSELI_PLUGIN_VERSION', '2.2.2');
    134134}
    135135if (!defined('VOXFSELI_PLUGIN_URL')) {
     
    148148// Define lowercase versions for backward compatibility
    149149if (!defined('voxfseli_PLUGIN_VERSION')) {
    150     define('voxfseli_PLUGIN_VERSION', '2.2.1');
     150    define('voxfseli_PLUGIN_VERSION', '2.2.2');
    151151}
    152152if (!defined('voxfseli_PLUGIN_URL')) {
  • voxfor-secure-live-chat-and-ai-support/trunk/readme.txt

    r3360607 r3412099  
    33Tags: chat, live chat, customer support, AI, secure
    44Requires at least: 6.0
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.2.1
     7Stable tag: 2.2.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    212212
    213213== Changelog ==
     214
     215= 2.2.2 =
     216* Tested and confirmed compatibility with WordPress 6.9
     217* No functional changes
    214218
    215219= 2.2.1 =
     
    266270== Upgrade Notice ==
    267271
    268 = 2.2.0 =
    269 Major release with enhanced analytics, improved security, and production-ready optimizations. Recommended for all users.
    270 
    271 = 2.1.0 =
    272 Recommended update with security enhancements and improved WordPress standards compliance.
     272= 2.2.2 =
     273Compatibility with WordPress 6.9
    273274
    274275== Developer Notes ==
Note: See TracChangeset for help on using the changeset viewer.