v1.0.0
This commit is contained in:
commit
a157afe625
21 changed files with 4623 additions and 0 deletions
32
changelog.txt
Normal file
32
changelog.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
== 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
|
||||
Loading…
Reference in a new issue