Releases: alansmodic/extend-ai-enterprise
Releases · alansmodic/extend-ai-enterprise
Release list
v0.2.0 — WordPress 7.1 + WP AI 1.3.x
Governance now enforces on every ability execution path (REST, MCP, WP-CLI, direct PHP). WordPress 7.1 and WordPress AI 1.3.x are required.
Breaking
- WordPress 7.1 minimum. Rate limiting and output moderation hook the Abilities API lifecycle (
wp_pre_execute_ability,wp_ability_execute_result). On older WordPress those gates would be inert, so the plugin declines to activate. replaceprompt mode no longer re-applies the policy preamble. The preamble rides the globalwpai_system_instructionfilter; overrides use the scoped hook that WP AI runs afterwards. Useprepend/appendto keep the preamble.
Removed
- Guidelines_Bridge — WP AI 1.3.0 injects site guidelines natively. Deleted the module,
extend_ai_use_guidelines,{guidelines*}template variables, and related filters/UI. Use Gutenberg Guidelines + WP AI’swpai_use_guidelinesfilter.
Changed
- Prompt overrides retargeted to
wpai_{slug}_system_instruction. - Compatibility band is WP AI 1.3.x (
TESTED_MIN1.3.0 /TESTED_MAX1.3.99). - Rate limiter and output moderator moved off REST-only hooks onto the 7.1 execution lifecycle.
Fixed
- Per-ability overrides actually apply (slug derivation + correct 2-arg scoped-filter signature).
- Role gate uses
ai/comment-analysis(wasai/comment-moderation, which failed open). - 0.1 → 0.2 upgrader strips leftover
{guidelines*}templates, dropsextend_ai_use_guidelines, and renames stored comment-moderation keys.
Full notes: https://github.com/alansmodic/extend-ai-enterprise/blob/main/CHANGELOG.md
v0.1.0 — Initial release
Initial release of the enterprise governance layer for the WordPress AI plugin.
Built entirely on documented filters, REST hooks, and the AI Client SDK's public interface — no fork required.
See CHANGELOG.md for the full feature list.
Tested against: WordPress AI v1.0.0
Requires: WordPress 6.6+, PHP 8.1+