• 1.5.0 7d59203323

    v1.5.0 Stable

    javier released this 2026-09-18 15:20:45 +00:00 | 0 commits to main since this release

    1.5.0

    Release date: 2026-09-18

    Highlights

    • Multisite uninstall now cleans up every site, not just the current one

    Fixed

    • Multisite uninstall scope (KI-005): uninstall.php iterates all network sites via get_sites() + switch_to_blog(), so post meta, options, and cron events are removed from subsites too. Each site's own opt-in setting decides; single-site flow unchanged

    Compatibility

    • WordPress: 5.3 - 7.1 (new symbols used — get_sites(), switch_to_blog() — predate the 5.3 floor)
    • PHP: 8.1 - 8.5

    Tests

    • PHP Coding Standards: 3.13.6 (0 errors)
    • WordPress Coding Standards: 3.4.1 (0 violations)
    • PHPStan: Level 9, 0 errors
    • PHPUnit: 88 tests, 164 assertions (6 new uninstall tests: single-site opt-in/opt-out/corrupt, multisite per-site cleanup, empty site-list fallback)
    Downloads