Releases: livedialai/wp-ai-edit_en
Release list
WP AI Edit 1.2.0 (English edition)
English edition of WP AI Edit 1.2.0 — full US-English localization. Functional code and the remote protocol are unchanged; pairs with WP Agency Edit (English).
WP AI Edit 1.2.0 — Remote Access for agencies
An agency instance can operate this website remotely over HTTPS. Access uses
WordPress core application passwords — no separate key system. To WordPress
the request is a regular user, so all permission checks apply unchanged: an
administrator credential has full rights.
New
includes/class-fernzugriff.php
- detects via
application_password_did_authenticatethat an external request is coming in - route
GET /wp-json/wp-ai-edit/v1/auskunft— identifier, site, WordPress and
PHP version, theme, page builder, active plugins with versions, number of
abilities, rights of the credential - credential management: create, list, revoke
- log: logins, failed attempts and every call with time, credential name,
route, status and truncated IP
Settings → Remote Access with a toggle, credential list (last use, last IP),
creation with one-time password display and log view.
Suggestions carry the origin fern or lokal.
Verified from outside
GET /wp-json/wp-ai-edit/v1/auskunft HTTP 200
POST /wp-json/wp-abilities/v1/abilities/kiedit/get-page/run HTTP 200
The agency therefore serves every ability through the standard Abilities API path.
Fixed
wp_get_abilities() returns WP_Ability objects with private properties —
accessing them via $a['name'] threw a fatal error. The name now comes from get_name().