v0.1.1
This commit is contained in:
parent
bc1cb5e00a
commit
b6bbc8ec8f
4 changed files with 24 additions and 6 deletions
|
|
@ -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.6–8.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_
|
||||
|
|
|
|||
Loading…
Reference in a new issue