Changeset 3479781
- Timestamp:
- 03/11/2026 07:34:26 AM (3 weeks ago)
- Location:
- bytesweavers-ai-chat-master
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from bytesweavers-ai-chat-master/trunk)
-
tags/1.0.1/bytesweavers-ai-chat-master.php (modified) (2 diffs)
-
tags/1.0.1/readme.txt (modified) (3 diffs)
-
trunk/bytesweavers-ai-chat-master.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bytesweavers-ai-chat-master/tags/1.0.1/bytesweavers-ai-chat-master.php
r3447557 r3479781 5 5 * Plugin URI: https://bytesweavers.tech/ai-chat-master 6 6 * Description: A robust AI chat plugin for WordPress providing multi-model support. 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: Bytesweavers 9 9 * Author URI: https://bytesweavers.tech … … 24 24 } 25 25 26 define( 'AICW_VERSION', '1.0. 0' );26 define( 'AICW_VERSION', '1.0.1' ); 27 27 define( 'AICW_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 28 28 define( 'AICW_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
bytesweavers-ai-chat-master/tags/1.0.1/readme.txt
r3447557 r3479781 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 65 65 == Changelog == 66 66 67 = 1.0.1 = 68 * Fixed plugin display name to comply with directory guidelines. 69 * Addressed redundant security nonce checks in admin settings. 70 67 71 = 1.0.0 = 68 72 * Initial release. … … 70 74 == Upgrade Notice == 71 75 76 = 1.0.1 = 77 Fixed plugin display name to comply with directory guidelines and removed redundant security nonce checks. 78 72 79 = 1.0.0 = 73 80 Initial release of Bytesweavers AI Chat Master. -
bytesweavers-ai-chat-master/trunk/bytesweavers-ai-chat-master.php
r3447557 r3479781 5 5 * Plugin URI: https://bytesweavers.tech/ai-chat-master 6 6 * Description: A robust AI chat plugin for WordPress providing multi-model support. 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: Bytesweavers 9 9 * Author URI: https://bytesweavers.tech … … 24 24 } 25 25 26 define( 'AICW_VERSION', '1.0. 0' );26 define( 'AICW_VERSION', '1.0.1' ); 27 27 define( 'AICW_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 28 28 define( 'AICW_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
bytesweavers-ai-chat-master/trunk/readme.txt
r3447557 r3479781 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 65 65 == Changelog == 66 66 67 = 1.0.1 = 68 * Fixed plugin display name to comply with directory guidelines. 69 * Addressed redundant security nonce checks in admin settings. 70 67 71 = 1.0.0 = 68 72 * Initial release. … … 70 74 == Upgrade Notice == 71 75 76 = 1.0.1 = 77 Fixed plugin display name to comply with directory guidelines and removed redundant security nonce checks. 78 72 79 = 1.0.0 = 73 80 Initial release of Bytesweavers AI Chat Master.
Note: See TracChangeset
for help on using the changeset viewer.