v1.2.3
This commit is contained in:
parent
d4839310cf
commit
5cd5900111
12 changed files with 68 additions and 70 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Reference in a new issue