-
v1.2.2 Stable
released this
2026-08-24 11:42:16 +00:00 | 0 commits to main since this release1.2.2
Release date: 2026-08-24
Highlights
- Manager (by ROBOTSTXT) detection now uses the ecosystem presence constant ROBOTSTXT_MANAGER_NOTICED (Manager 1.6.2+), with a plugin-list scan fallback for older Manager versions
Changed
robotstxt_docmd_is_manager_active()now checks the ROBOTSTXT_MANAGER_NOTICED presence constant (Manager 1.6.2+) and falls back to scanning the plugin list (get_plugins() + is_plugin_active()) when the constant is absent; same function name and return type, so callers are unaffected
Security
composer update(phpstan 2.2.9, nette/schema 1.3.6 — dev tooling only);composer auditclean, no known CVEs
Compatibility
- WordPress: 4.2 - 7.1 (floor re-verified with WP-Compat; smoke-tested on 7.2-alpha)
- PHP: 8.0 - 8.5 (floor re-verified with PHPCompatibility 5.6-8.5 full-range scan)
Translations
- Spanish (es_ES) and Catalan (ca): verified complete and in sync (156 strings, no changes needed)
Tests
- PHP Coding Standards: PHPCS with WordPress-Core, WordPress-Docs, WordPress-Extra — 0 errors
- PHPStan: level 9, 0 errors
- PHPCompatibility: PHP 8.0-8.5 validated (full-range scan 5.6-8.5)
- WP-Compat: WordPress 4.2 floor validated
- PHPUnit: 23 tests pass (17 plugin header tests + 6 new Manager-detection tests covering both detection paths)
Downloads