This commit is contained in:
Javier Casares 2026-08-17 18:09:44 +00:00
commit 8e6a52d8ce
8 changed files with 1437 additions and 507 deletions

View file

@ -1,5 +1,26 @@
== Changelog ==
= 1.4.1 =
_Release date: 2026-08-17_
**Changed**
* Plugin identity now points at the ROBOTSTXT software site: Plugin URI and the new Update URI header are `https://www.robotstxt.software/plugins/robotstxt-manager/`, Author URI is `https://www.robotstxt.software/`, and the readme.txt full-changelog link points to the same page.
* Contributors list reordered: robotstxt first, then javiercasares.
* readme.txt changelog section trimmed to the 3 latest versions per the documentation template.
* Tooling aligned with the declared real floors: PHPCS `testVersion` and the preflight scan range now cover PHP 8.0-8.5 (previously 7.4-8.5 / 8.4-8.5).
**Compatibility**
* WordPress: 4.4 - 7.1 (scan-verified: wp-compat ladder clean from 4.4; 10 errors at 4.0)
* PHP: 8.0 - 8.5 (scan-verified: PHPCompatibility ladder + manual audit — `mixed` hints and `str_contains()` are the 8.0 floor)
**Tests**
* PHPCS (WordPress-Core, WordPress-Docs, WordPress-Extra): pass
* PHPStan level 9 + wp-compat: pass
= 1.4.0 =
_Release date: 2026-08-17_