Plugin Directory

Changeset 3479781


Ignore:
Timestamp:
03/11/2026 07:34:26 AM (3 weeks ago)
Author:
bytesweavers
Message:

Release version 1.0.1

Location:
bytesweavers-ai-chat-master
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bytesweavers-ai-chat-master/tags/1.0.1/bytesweavers-ai-chat-master.php

    r3447557 r3479781  
    55 * Plugin URI: https://bytesweavers.tech/ai-chat-master
    66 * Description: A robust AI chat plugin for WordPress providing multi-model support.
    7  * Version: 1.0.0
     7 * Version: 1.0.1
    88 * Author: Bytesweavers
    99 * Author URI: https://bytesweavers.tech
     
    2424}
    2525
    26 define( 'AICW_VERSION', '1.0.0' );
     26define( 'AICW_VERSION', '1.0.1' );
    2727define( 'AICW_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2828define( 'AICW_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • bytesweavers-ai-chat-master/tags/1.0.1/readme.txt

    r3447557 r3479781  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6565== Changelog ==
    6666
     67= 1.0.1 =
     68* Fixed plugin display name to comply with directory guidelines.
     69* Addressed redundant security nonce checks in admin settings.
     70
    6771= 1.0.0 =
    6872* Initial release.
     
    7074== Upgrade Notice ==
    7175
     76= 1.0.1 =
     77Fixed plugin display name to comply with directory guidelines and removed redundant security nonce checks.
     78
    7279= 1.0.0 =
    7380Initial release of Bytesweavers AI Chat Master.
  • bytesweavers-ai-chat-master/trunk/bytesweavers-ai-chat-master.php

    r3447557 r3479781  
    55 * Plugin URI: https://bytesweavers.tech/ai-chat-master
    66 * Description: A robust AI chat plugin for WordPress providing multi-model support.
    7  * Version: 1.0.0
     7 * Version: 1.0.1
    88 * Author: Bytesweavers
    99 * Author URI: https://bytesweavers.tech
     
    2424}
    2525
    26 define( 'AICW_VERSION', '1.0.0' );
     26define( 'AICW_VERSION', '1.0.1' );
    2727define( 'AICW_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2828define( 'AICW_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • bytesweavers-ai-chat-master/trunk/readme.txt

    r3447557 r3479781  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6565== Changelog ==
    6666
     67= 1.0.1 =
     68* Fixed plugin display name to comply with directory guidelines.
     69* Addressed redundant security nonce checks in admin settings.
     70
    6771= 1.0.0 =
    6872* Initial release.
     
    7074== Upgrade Notice ==
    7175
     76= 1.0.1 =
     77Fixed plugin display name to comply with directory guidelines and removed redundant security nonce checks.
     78
    7279= 1.0.0 =
    7380Initial release of Bytesweavers AI Chat Master.
Note: See TracChangeset for help on using the changeset viewer.