You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -158,6 +158,24 @@ Yes, the plugin works on both single-site and multisite WordPress installations.
158
158
159
159
== Changelog ==
160
160
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
+
161
179
= 1.3.0 - Released on 2026-04-03 =
162
180
* New: Unified admin menu — consolidates 4 separate admin_menu hooks into a single React SPA with hash-based routing
163
181
* 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.
274
292
275
293
== Upgrade Notice ==
276
294
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
+
277
298
= 1.3.0 =
278
299
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.
0 commit comments