This commit is contained in:
Javier Casares 2026-08-17 16:05:38 +00:00
commit e3bfd7b6f2
12 changed files with 108 additions and 29 deletions

View file

@ -1,5 +1,24 @@
== Changelog ==
= 1.3.0 =
_Release date: 2026-08-17_
**Highlights**
* The catalog now works **without an API key**: only the Store URL is required. The free catalog, prices, and product pages are public on Core, so a fresh install shows the store immediately. An info notice invites visitors to create their free account at the store to get a personal API key (linking subscriptions and unlocking premium plugins and updates).
**Changed**
* Action buttons follow subscription state: premium plugins without an active subscription show **Buy** only (Install/Update hidden — the download would be rejected); with an active or in-grace subscription (and for free plugins) they show **Install / Activate / Update** as usual. Previously premium rows always offered Install alongside Buy.
* The API-key setting description clarifies the key is optional for browsing, required for subscriptions/premium.
* Plugin version 1.2.1 → 1.3.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.2.1 =
_Release date: 2026-08-17_