Changeset 3412099
- Timestamp:
- 12/05/2025 11:14:30 AM (4 months ago)
- Location:
- voxfor-secure-live-chat-and-ai-support/trunk
- Files:
-
- 2 edited
-
advanced-wp-chat.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
voxfor-secure-live-chat-and-ai-support/trunk/advanced-wp-chat.php
r3359952 r3412099 5 5 * Plugin URI: https://voxfor.com/plugins/secure-live-chat/ 6 6 * Description: Professional secure live chat system with real-time messaging, advanced analytics, AI bot integration, and multi-language support. 7 * Version: 2.2. 17 * Version: 2.2.2 8 8 * Requires at least: 5.0 9 9 * Requires PHP: 7.4 … … 131 131 // Define plugin constants with proper checks to prevent redefinition 132 132 if (!defined('VOXFSELI_PLUGIN_VERSION')) { 133 define('VOXFSELI_PLUGIN_VERSION', '2.2. 1');133 define('VOXFSELI_PLUGIN_VERSION', '2.2.2'); 134 134 } 135 135 if (!defined('VOXFSELI_PLUGIN_URL')) { … … 148 148 // Define lowercase versions for backward compatibility 149 149 if (!defined('voxfseli_PLUGIN_VERSION')) { 150 define('voxfseli_PLUGIN_VERSION', '2.2. 1');150 define('voxfseli_PLUGIN_VERSION', '2.2.2'); 151 151 } 152 152 if (!defined('voxfseli_PLUGIN_URL')) { -
voxfor-secure-live-chat-and-ai-support/trunk/readme.txt
r3360607 r3412099 3 3 Tags: chat, live chat, customer support, AI, secure 4 4 Requires at least: 6.0 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 2.2. 17 Stable tag: 2.2.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 212 212 213 213 == Changelog == 214 215 = 2.2.2 = 216 * Tested and confirmed compatibility with WordPress 6.9 217 * No functional changes 214 218 215 219 = 2.2.1 = … … 266 270 == Upgrade Notice == 267 271 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 = 273 Compatibility with WordPress 6.9 273 274 274 275 == Developer Notes ==
Note: See TracChangeset
for help on using the changeset viewer.