This commit is contained in:
Javier Casares 2026-08-12 14:11:41 +00:00
commit 4ee935a967
4 changed files with 83 additions and 22 deletions

View file

@ -1,16 +1,62 @@
== Changelog ==
= 0.1.2 =
_Release date: 2026-08-12_
**Highlights**
* Documentation refresh: readme.txt and changelog.txt aligned to the standard templates.
**Changed**
* Version bumped 0.1.1 → 0.1.2.
* readme.txt: added Extra Configurations section, Automatic download subsection in Installation, Previous versions link in Changelog.
* changelog.txt: 0.1.1 entry reformatted to follow the standard template (Highlights, Changed, Compatibility, Tests).
* PHPCompatibility scan (5.68.5): real PHP floor is **7.2**. Project declares **8.4** (ecosystem exception).
* wp-compat scan against WordPress 4.7: **zero WPCompat errors**. Real WP floor is **≤ 4.7**. Project declares **7.0** (ecosystem support window).
**Compatibility**
* WordPress: 4.7 - 7.1
* PHP: 7.4 - 8.5
**Tests**
* PHP Coding Standards: PHP_CodeSniffer 3.13.6
* WordPress Coding Standards: WPCS 3.4.1
* PHPStan: level 9, 0 errors
* PHPCompatibility: 8.48.5 clean (real floor 7.2)
* wp-compat: 0 errors against WP 4.7
= 0.1.1 =
_Release date: 2026-08-12_
**Highlights**
* Compatibility scans completed and documented. No code changes.
**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.
* wp-compat scan against WordPress 4.7: **zero WPCompat errors**. The Manager's code uses only WordPress APIs available since 4.7 or earlier. 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.
**Compatibility**
* WordPress: 4.7 - 7.1
* PHP: 7.4 - 8.5
**Tests**
* PHP Coding Standards: PHP_CodeSniffer 3.13.6
* WordPress Coding Standards: WPCS 3.4.1
* PHPStan: level 9, 0 errors
* PHPCompatibility: 8.48.5 clean (real floor 7.2)
* wp-compat: 0 errors against WP 4.7
= 0.1.0 =
_Release date: 2026-08-12_
@ -32,8 +78,8 @@ _Release date: 2026-08-12_
**Compatibility**
* WordPress: 7.0 - 7.1
* PHP: 8.4 - 8.5
* WordPress: 4.7 - 7.1
* PHP: 7.4 - 8.5
**Tests**