This commit is contained in:
Javier Casares 2026-08-24 11:35:56 +00:00
commit 5cd5900111
12 changed files with 68 additions and 70 deletions

View file

@ -1,5 +1,26 @@
== Changelog ==
= 1.2.3 =
_Release date: 2026-08-24_
**Changed**
* Manager (by ROBOTSTXT) detection now checks the ecosystem presence constant `ROBOTSTXT_MANAGER_NOTICED` (defined by Manager 1.6.2+) instead of scanning the installed plugin list on every call. On sites running older Manager versions the detection falls back to the previous plugin-list scan.
**Compatibility**
* WordPress: 7.0 - 7.1
* PHP: 5.6 - 8.5
* WP-CLI: 2.12 or newer
**Tests**
* PHP Coding Standards: WordPress-Core, WordPress-Docs, WordPress-Extra
* PHPCompatibility: 5.6 - 8.5
* PHPStan: level 9 (incl. wp-compat @ Requires at least 7.0)
* PHPUnit: all tests passing (single-site), including both Manager-detection paths (constant defined / not defined)
= 1.2.2 =
_Release date: 2026-08-17_