# WordPress 7.1 Compatibility

AgizoAI Publisher 1.6.7 has been reviewed for the developer-facing changes in WordPress 7.1.

## Iframed post editor

The plugin does not inject JavaScript or CSS into the block-editor canvas and does not directly access the editor iframe document, parent window or editor DOM. Its article-generation workflow creates or updates posts through WordPress PHP APIs, so no iframe compatibility shim is required.

## Client-side media processing

AI-generated WEBP images are produced by the configured external image API and then registered server-side through WordPress attachment APIs. They do not rely on the browser-side upload-processing path introduced in WordPress 7.1.

## Editor components and persistent toolbar

The plugin does not bundle `@wordpress/components`, the deprecated `Navigation` component, or custom persistent-toolbar integrations.

## jQuery UI 1.14.2

The plugin does not enqueue or depend on jQuery UI, so the WordPress 7.1 jQuery UI update does not require a migration.

## SVG Icon API and Abilities API

The plugin does not currently depend on either API. WordPress 7.1 therefore introduces no required migration in these areas.

## Release validation

PHP source files were syntax-checked under PHP 8.4 while preparing version 1.6.7. A final runtime smoke test on the target WordPress 7.1 Release Candidate or final release is still recommended before publishing to WordPress.org.
