-
v0.4.0 Stable
released this
2026-08-14 16:46:38 +00:00 | 19 commits to main since this release0.4.0
Release date: 2026-08-14
Highlights
- Click-to-expand rows in the catalog table: clicking the ▸ next to a plugin's name reveals a detail row with the plugin's description and a link to its website on the store, so users can understand what each plugin does before installing. Pure CSS toggle (
:has()+ hidden checkbox) — no JavaScript, consistent with the classic-flow philosophy.
Added
- Detail row under each catalog entry, shown when the entry has a description or a website URL (Core 1.4.2+ exposes
descriptionin the catalog list; entries without either keep a plain, non-expandable row). - "Visit website" link using
page_url(falling back tohomepage), opened in a new tab withrel="noopener noreferrer".
Changed
- Plugin version 0.3.1 → 0.4.0. No database schema changes (no custom tables).
Compatibility
- WordPress: 7.0 - 7.1 (declared floor of the ecosystem; scan-confirmed lower)
- PHP: 8.4 - 8.5 (declared floor of the ecosystem; scan-confirmed lower)
Downloads
- Click-to-expand rows in the catalog table: clicking the ▸ next to a plugin's name reveals a detail row with the plugin's description and a link to its website on the store, so users can understand what each plugin does before installing. Pure CSS toggle (