This commit is contained in:
Javier Casares 2026-08-17 16:04:38 +00:00
commit 30451228f7
4 changed files with 50 additions and 4 deletions

View file

@ -1,5 +1,22 @@
== Changelog ==
= 1.2.1 =
_Release date: 2026-08-17_
**Added**
* Plugin icons in the catalog: each row shows the plugin's `icon_url` from the Core API at 64×64 px (1:1, lazy-loaded) in the Plugin column; plugins without an icon get a plain white 64×64 placeholder.
**Changed**
* Plugin version 1.2.0 → 1.2.1. 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.2.0 =
_Release date: 2026-08-15_