Plugin Directory

Changeset 3297043


Ignore:
Timestamp:
05/20/2025 06:41:37 AM (10 months ago)
Author:
techbeeps
Message:

1.2 version release URL update

Location:
replypilot-ai
Files:
34 added
2 edited

Legend:

Unmodified
Added
Removed
  • replypilot-ai/trunk/readme.txt

    r3297027 r3297043  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPL-2.0+
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    128128
    129129== Changelog ==
     130= 1.2 =
     131* Generate API Key URL Update.
     132
    130133
    131134= 1.1 =
     
    137140== Upgrade Notice ==
    138141
    139 = 1.1 =
     142= 1.2 =
    140143Initial release of ReplyPilot AI with full features and multi-platform support.
    141144
  • replypilot-ai/trunk/replypilot-ai.php

    r3297027 r3297043  
    44Plugin URI:  https://replypilot.techbeeps.com/
    55Description: A plugin that enables automatic replies using AI, allowing admins to configure API keys, word limits, and user selection.
    6 Version:     1.1
     6Version:     1.2
    77Author:      Techbeeps
    88Author URI:  https://techbeeps.co.in/
     
    1616}
    1717
    18 define('REPLYPILOT_AI_TBS', '1.1');
     18define('REPLYPILOT_AI_TBS', '1.2');
    1919define('REPLYPILOT_AI_TBS_PATH', plugin_dir_path(__FILE__));
    2020define('REPLYPILOT_AI_TBS_URL',  __FILE__);
Note: See TracChangeset for help on using the changeset viewer.