This commit is contained in:
Javier Casares 2026-08-24 12:20:42 +00:00
commit 9cd3bb6cb2
11 changed files with 69 additions and 61 deletions

View file

@ -1,5 +1,29 @@
== Changelog ==
= 1.2.2 =
_Release date: 2026-08-24_
**Changed**
* Manager (by ROBOTSTXT) detection now uses the ecosystem presence constant ROBOTSTXT_MANAGER_NOTICED (Manager 1.6.2+); for older Manager versions it falls back to a plugin-list scan. Same behaviour, faster and path-independent detection.
* Removed the leftover robotstxt-updater.php PHPCS exclusion rule (the file was removed in 1.2.1).
**Compatibility**
* WordPress: 4.9.8 - 7.1
* PHP: 8.0 - 8.5
* WP-CLI: 2.x
**Tests**
* PHP Coding Standards: 3.13.6
* WordPress Coding Standards: 3.4.1
* PHPStan: level 9 (2.2.9)
* PHPUnit: 9.6.36 (257 tests)
* Composer dev dependencies updated: PHPStan 2.2.9, Mockery 1.6.15, WordPress hook stubs (wp-hooks/wordpress-core) 1.13.0
* Plugin Check (PCP): not run (no WP-CLI in build environment)
= 1.2.1 =
_Release date: 2026-08-17_