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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
## [1.2.4] - 2026-04-13
8
+
9
+
### Added
10
+
- Studio-first WordPress handoff: the plugin can now consume one-time `aeo_connect` tokens issued by Studio and complete the connection without manual API-key copy/paste
11
+
- Public `/wp-json/aeo/v1/status` health endpoint with connection metadata for Studio install/connect detection
12
+
13
+
### Changed
14
+
- REST API now serves both `aeo/v1` and `aeocas/v1` namespaces during the migration window so old and new platform clients can coexist
15
+
16
+
### Fixed
17
+
- Studio and plugin contract mismatch that prevented direct draft-publish flows from recognizing an already connected WordPress site
0 commit comments