This commit is contained in:
Javier Casares 2026-08-17 16:00:15 +00:00
commit 3a653a7bf3
9 changed files with 475 additions and 358 deletions

View file

@ -1,5 +1,23 @@
== Changelog ==
= 0.6.0 =
_Release date: 2026-08-15_
**Added**
* Spanish (es_ES) and Catalan (ca) translations — all 73 admin strings, regenerated POT included.
* "Refresh catalog" is rate-limited to 6 refreshes per minute per user (transient bucket), redirecting back with an error notice when exceeded; the limit rejects before clearing any cache (Phase 6 hardening).
**Changed**
* Plugin version 0.5.3 → 0.6.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)
= 0.5.3 =
_Release date: 2026-08-15_