This commit is contained in:
Javier Casares 2026-08-12 13:56:35 +00:00
commit b6bbc8ec8f
4 changed files with 24 additions and 6 deletions

View file

@ -1,5 +1,16 @@
== Changelog ==
= 0.1.1 =
_Release date: 2026-08-12_
**Changed**
* Version bumped 0.1.0 → 0.1.1.
* PHPCompatibility scan (5.68.5) completed: real PHP floor is **7.2** (highest-required feature is `object` return type, introduced in PHP 7.2). The project deliberately declares **8.4** to match the ROBOTSTXT ecosystem — this is a documented exception to `AGENTS-deploy.md` §"PHP compatibility check".
* wp-compat scan against WordPress 4.7: **zero WPCompat errors**. The Manager's code uses only WordPress APIs available since 4.7 or earlier (`wp_remote_get` since 2.7, `register_rest_route` since 4.4, Settings API since 2.x, `get_plugins()` since 2.x). The real WordPress floor is **≤ 4.7**; the project declares `Requires at least: 7.0` to match the ecosystem support window.
* `.pot` file regenerated for v0.1.1.
= 0.1.0 =
_Release date: 2026-08-12_