Skip to content

Commit 18ce2e1

Browse files
committed
chore(release): prepare v1.4.0
1 parent 129e757 commit 18ce2e1

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.4.0

gratis-ai-agent.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Gratis AI Agent
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.3.2
6+
* Version: 1.4.0
77
* Author: superdav42
88
* Author URI: https://github.com/superdav42
99
* License: GPL-2.0-or-later
@@ -20,6 +20,7 @@
2020
exit;
2121
}
2222

23+
define( 'GRATIS_AI_AGENT_VERSION', '1.4.0' );
2324
define( 'GRATIS_AI_AGENT_DIR', __DIR__ );
2425
define( 'GRATIS_AI_AGENT_URL', plugin_dir_url( __FILE__ ) );
2526

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "gratis-ai-agent",
3+
"version": "1.4.0",
34
"private": true,
45
"license": "GPL-2.0-or-later",
56
"scripts": {

readme.txt

Lines changed: 22 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.3.2
7+
Stable tag: 1.4.0
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -158,6 +158,24 @@ Yes, the plugin works on both single-site and multisite WordPress installations.
158158

159159
== Changelog ==
160160

161+
= 1.4.0 - Released on 2026-04-09 =
162+
* New: Agent Capabilities v1 benchmark suite for complex model evaluation
163+
* New: WP-CLI benchmark command for running benchmarks from the command line
164+
* New: Custom post type abilities — register, list, and delete custom post types with persistence
165+
* New: Custom taxonomy abilities — register, list, and delete custom taxonomies with persistence
166+
* New: Design system abilities — inject custom CSS, curated block patterns, set site logo, theme.json presets
167+
* New: Global styles abilities for theme.json management
168+
* New: Navigation menu management ability
169+
* New: Options management ability with safety blocklist
170+
* New: Installable abilities registry and recommend-plugin ability
171+
* New: Site builder orchestration v2 — plan generation, plugin discovery, progress tracking, error recovery
172+
* New: Restaurant website benchmark question and E2E tests
173+
* New: AI provider connector plugins added to WordPress Playground blueprints
174+
* Improved: README updated with AI provider connector documentation
175+
* Fix: 25 PHPUnit test failures on main resolved
176+
* Fix: GitHub releases URL format in blueprint.json
177+
* Fix: Task ID renumbering to avoid collisions with old IDs
178+
161179
= 1.3.0 - Released on 2026-04-03 =
162180
* New: Unified admin menu — consolidates 4 separate admin_menu hooks into a single React SPA with hash-based routing
163181
* New: Model benchmark admin page with REST controller and benchmark engine for comparing AI provider performance
@@ -274,6 +292,9 @@ Yes, the plugin works on both single-site and multisite WordPress installations.
274292

275293
== Upgrade Notice ==
276294

295+
= 1.4.0 =
296+
Major feature release: adds 8 new ability classes (custom post types, taxonomies, design system, global styles, navigation menus, options management, plugin recommendations), site builder orchestration v2, and Agent Capabilities benchmark suite. Database will upgrade automatically.
297+
277298
= 1.3.0 =
278299
Quality and model update: PHPStan level 10, new models (o3, o4-mini, Claude Sonnet 4, Gemini 2.5 Flash), security hardening, and bug fixes. Database will upgrade automatically.
279300

0 commit comments

Comments
 (0)