This commit is contained in:
Javier Casares 2026-08-17 16:03:10 +00:00
commit e80820f416
10 changed files with 389 additions and 9 deletions

View file

@ -1,5 +1,22 @@
== Changelog ==
= 1.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) via `plugins_api` and 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)
= 1.0.0 =
_Release date: 2026-08-15_