-
v2.0.3 Stable
released this
2026-08-18 11:30:26 +00:00 | 0 commits to main since this release2.0.3
Release date: 2026-08-18
Highlights
- Housekeeping release: branding URLs moved to robotstxt.software and declared WordPress support floor set to 4.7.
Changed
- Minimum WordPress version raised from 3.6 to 4.7 (real functional floor: register_setting() with array arguments requires WordPress 4.7; symbol-wise floor is 3.6 — wp_unslash — but sanitization on save only works from 4.7).
- Developer URL updated to https://www.robotstxt.software/ and plugin home page added (https://www.robotstxt.software/plugins/replyto/).
- Full changelog now hosted at https://www.robotstxt.software/plugins/replyto/changelog/.
- Development tooling updated via composer update (PHPCS 3.13.6, WPCS 3.4.1, PHPStan 2.2.8, PHPUnit 9.6.36).
Added
- bin/preflight.sh automated pre-deploy verification script (PHPCS, PHPStan, PHPCompatibility, PHPUnit, composer audit, candidate ZIP inspection).
- WordPress floor verification (wp-compat) integrated into PHPStan analysis; declared minimum now verified on every run.
- PHPUnit suite expanded from 27 to 78 tests (95.5% line coverage): wp_mail filter routing, context detection, migration, sanitization, admin rendering, uninstall cleanup.
Compatibility
- WordPress: 4.7 - 7.1
- PHP: 5.6 - 8.5
Tests
- PHP Coding Standards: 3.13.6
- WordPress Coding Standards: 3.4.1
- PHPStan: 2.2.8 (level 9)
- PHPUnit: 9.6.36
Downloads