32 lines
999 B
Text
32 lines
999 B
Text
== Changelog ==
|
|
|
|
= 1.0.0 =
|
|
|
|
_Release date: 2026-05-23_
|
|
|
|
**Highlights**
|
|
|
|
* Initial release of AI Translator (by ROBOTSTXT).
|
|
* Translates post title and content from the editor using the official WordPress AI plugin as backend.
|
|
* Multisite-ready with global or per-site configuration.
|
|
|
|
**Added**
|
|
|
|
* Block editor sidebar panel and Classic editor metabox with target-language selector and a Translate button.
|
|
* REST endpoint `POST /wp-json/ai-translator/v1/translate` for editor and external integrations.
|
|
* WP-CLI command `wp ai-translator translate` for single-post and bulk translation.
|
|
* Network admin settings page with global / per-site mode toggle.
|
|
* Site admin settings page with title and content translation toggles.
|
|
* Model recommendations table in the settings pages as guidance.
|
|
|
|
**Compatibility**
|
|
|
|
* WordPress: 7.0
|
|
* PHP: 7.4 - 8.5
|
|
* WP-CLI: 2.10 or newer
|
|
|
|
**Tests**
|
|
|
|
* PHP Coding Standards: WordPress-Core, WordPress-Docs, WordPress-Extra
|
|
* PHPCompatibility: 7.4 - 8.5
|
|
* PHPStan: level 9
|