• 1.9.0 a558ac478c

    v1.9.0 Stable

    javier released this 2026-08-24 12:11:09 +00:00 | 0 commits to main since this release

    1.9.0

    Release date: 2026-08-24

    Highlights

    • Action Scheduler is now bundled via Composer (woocommerce/action-scheduler 3.9.3): the external action-scheduler plugin is no longer required.

    Added

    • Bundled Action Scheduler library (production Composer dependency), loaded from the main plugin file and guarded so a standalone Action Scheduler plugin that loads first is respected. The library self-arbitrates when multiple plugins ship their own copy: only the newest registered version initializes.
    • Header test test_no_external_plugin_dependency asserting the Requires Plugins header is gone, the main plugin file requires the bundled library, and composer.json declares it as a production dependency.

    Changed

    • Requires Plugins: action-scheduler removed from the plugin header and readme.txt; the plugin now works standalone.

    Compatibility

    • WordPress: 5.3 - 7.1
    • PHP: 8.0 - 8.5
    • WP-CLI: 2.x

    Tests

    • PHPUnit: 12 tests, 55 assertions
    Downloads