Plugin Directory

Changeset 3407698


Ignore:
Timestamp:
12/02/2025 09:08:58 AM (3 months ago)
Author:
techbeeps
Message:

version 1.9.1

Location:
autoreply-ai
Files:
30 added
2 edited

Legend:

Unmodified
Added
Removed
  • autoreply-ai/trunk/autoreply-ai.php

    r3375029 r3407698  
    44Plugin URI:  https://plugins.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.9
     6Version:     1.9.1
    77Author:      Techbeeps
    88Author URI:  https://techbeeps.co.in/
     
    1414if (! defined('ABSPATH')) { exit; }
    1515
    16 define('AUTO_REPLY_AI_TBS', '1.9');
     16define('AUTO_REPLY_AI_TBS', '1.9.1');
    1717define('AUTO_REPLY_AI_TBS_PATH', plugin_dir_path(__FILE__));
    1818define('AUTO_REPLY_AI_TBS_URL',  __FILE__);
  • autoreply-ai/trunk/readme.txt

    r3375029 r3407698  
    33Tags: llms.txt, llms, auto comment reply, ai comment reply, comment AI bots
    44Requires at least: 5.0 
    5 Tested up to: 6.8 
     5Tested up to: 6.9 
    66Requires PHP: 7.4 
    7 Stable tag: 1.9 
     7Stable tag: 1.9.1 
    88License: GPL-2.0+ 
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    170170
    171171== Changelog ==
     172= 1.9.1 =
     173* Confirmed full compatibility with WordPress 6.9.
     174
    172175= 1.9 =
    173176* About details update
Note: See TracChangeset for help on using the changeset viewer.