-
v1.1.0 Stable
released this
2026-08-17 16:03:15 +00:00 | 13 commits to main since this release1.1.0
Release date: 2026-08-15
Added
- Cascade dependency install: when installing a plugin whose catalog entry declares
requires_plugins(Core 1.7.0+), Manager first installs every missing dependency — ecosystem plugins through the store flow, WordPress.org plugins (e.g. Action Scheduler) viaplugins_apiand their repository ZIPs — dependencies of dependencies first, cycle-safe. The success notice lists what was installed; failures name the dependency and abort before the main install. Catalog rows show a "Requires: …" hint in the detail line.
Changed
- Plugin version 1.0.0 → 1.1.0. No database schema changes (no custom tables).
Compatibility
- WordPress: 4.4 - 7.1 (scan-verified: wp-compat clean from 4.4)
- PHP: 8.0 - 8.5 (scan-verified: PHPCompatibility + manual feature audit)
Downloads
- Cascade dependency install: when installing a plugin whose catalog entry declares