• 1.0.1 b8e17df2db

    v1.0.1 Stable

    javier released this 2026-03-28 09:59:05 +00:00 | 3 commits to main since this release

    1.0.1

    Release date: 2026-03-28

    Changed

    • Settings menu now registered at admin_menu priority 20 to always appear after Two Factor plugin's Settings page (Two Factor 0.16+).
    • PHPUnit downgraded from 10.x to 9.6 for compatibility with the WordPress test library.
    • phpunit.xml.dist updated: uses PHPUnit 9 schema, <coverage> block replaces removed attributes, suffix=".php" for test directory discovery.
    • Test files renamed from test-*.php to Test_*.php to match PHPUnit 10/9 class name mapping (class names unchanged).
    • yoast/phpunit-polyfills downgraded to ^1.1 (matches WordPress core requirement).

    Fixed

    • PHPCS: spacing after parameter type in robotstxt-updater.php, class-enforcement.php, class-bulk-actions.php.
    • PHPCS: list<int> docblock type replaced with int[] to match array PHP type hint in class-bulk-actions.php.
    • PHPStan level 9: all errors resolved across all plugin files.

    Compatibility

    • WordPress: 6.7, 6.8, 6.9
    • PHP: 8.2, 8.3, 8.4, 8.5
    • MariaDB: 10.6 or newer
    • Multisite: Supported
    • Two-Factor plugin: 0.16 or newer
    • Tested on WordPress 6.7.5, PHP 8.5.3; PHPUnit 9.6.34 — 28 unit tests, 64 assertions, all passing
    Downloads