Skip to content

Commit 8cc77ee

Browse files
committed
chore(release): prepare v1.8.1
1 parent 1d63132 commit 8cc77ee

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.8.1

ai-agent-for-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: AI Agent for WP
44
* Plugin URI: https://github.com/Ultimate-Multisite/gratis-ai-agent
55
* Description: Agentic AI loop for WordPress — chat with an AI that can call WordPress abilities (tools) autonomously.
6-
* Version: 1.8.0
6+
* Version: 1.8.1
77
* Author: superdav42
88
* Author URI: https://github.com/superdav42
99
* License: GPL-2.0-or-later
@@ -20,7 +20,7 @@
2020
exit;
2121
}
2222

23-
define( 'GRATIS_AI_AGENT_VERSION', '1.8.0' );
23+
define( 'GRATIS_AI_AGENT_VERSION', '1.8.1' );
2424
define( 'GRATIS_AI_AGENT_DIR', __DIR__ );
2525
define( 'GRATIS_AI_AGENT_URL', plugin_dir_url( __FILE__ ) );
2626

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-agent-for-wp",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"private": true,
55
"license": "GPL-2.0-or-later",
66
"scripts": {

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: ai, chatbot, assistant, automation, tools
44
Requires at least: 7.0
55
Tested up to: 7.0
66
Requires PHP: 8.2
7-
Stable tag: 1.8.0
7+
Stable tag: 1.8.1
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -174,6 +174,10 @@ Yes, the plugin works on both single-site and multisite WordPress installations.
174174

175175
== Changelog ==
176176

177+
= 1.8.1 - Released on 2026-04-22 =
178+
* Fix: Connectors page showing WP 7.0 redirect on WP 6.9
179+
* Fix: Connectors page links for WP 6.9 compat
180+
177181
= 1.8.0 - Released on 2026-04-22 =
178182
* New: Split image abilities — extract GenerateImageAbility, rename Stock/Unified abilities
179183
* New: WP 6.9 compatibility — bundle php-ai-client SDK, Connectors polyfill

0 commit comments

Comments
 (0)