v0.5.3
This commit is contained in:
parent
061329c704
commit
69c8e9eb97
5 changed files with 191 additions and 19 deletions
16
readme.txt
16
readme.txt
|
|
@ -3,9 +3,9 @@ Contributors: javiercasares, robotstxt
|
|||
Tags: dashboard, catalog, updates, subscriptions, management
|
||||
Requires at least: 4.4
|
||||
Tested up to: 7.1
|
||||
Stable tag: 0.5.1
|
||||
Stable tag: 0.5.3
|
||||
Requires PHP: 8.0
|
||||
Version: 0.5.1
|
||||
Version: 0.5.3
|
||||
License: GPL-3.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
|
|
@ -89,6 +89,18 @@ Encrypted at rest using AES-256-CBC with a key derived from your site's WordPres
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.5.3 =
|
||||
|
||||
_Release date: 2026-08-15_
|
||||
|
||||
* Authenticated encryption (encrypt-then-MAC, matching Core 1.6.0) for the stored API key: tampered payloads fail closed; legacy-stored keys keep working and upgrade on next save.
|
||||
|
||||
= 0.5.2 =
|
||||
|
||||
_Release date: 2026-08-15_
|
||||
|
||||
* Fixed: updating (and installing) a plugin from the Manager catalog page failed with a fatal or a bare "Installation failed." Two defects in the panel's upgrader path: `Plugin_Upgrader` was never loaded in the `admin-post` context (it lives in its own file since the WordPress 5.3 class split, and only `class-wp-upgrader.php` was required), and the overwrite option was passed under the key `overwrite`, which current WordPress reads as `overwrite_package` — so the existing folder was never cleared. Verified end-to-end against the live store.
|
||||
|
||||
= 0.5.1 =
|
||||
|
||||
_Release date: 2026-08-15_
|
||||
|
|
|
|||
Loading…
Reference in a new issue