-
v1.9.0 Stable
released this
2026-08-24 12:11:09 +00:00 | 0 commits to main since this release1.9.0
Release date: 2026-08-24
Highlights
- Action Scheduler is now bundled via Composer (
woocommerce/action-scheduler3.9.3): the externalaction-schedulerplugin 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_dependencyasserting theRequires Pluginsheader is gone, the main plugin file requires the bundled library, and composer.json declares it as a production dependency.
Changed
Requires Plugins: action-schedulerremoved 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
- Action Scheduler is now bundled via Composer (