v1.5.0
This commit is contained in:
parent
8e6a52d8ce
commit
b2849880ec
8 changed files with 91 additions and 16 deletions
20
readme.txt
20
readme.txt
|
|
@ -3,9 +3,9 @@ Contributors: robotstxt, javiercasares
|
|||
Tags: dashboard, catalog, updates, subscriptions, management
|
||||
Requires at least: 4.4
|
||||
Tested up to: 7.1
|
||||
Stable tag: 1.4.1
|
||||
Stable tag: 1.5.0
|
||||
Requires PHP: 8.0
|
||||
Version: 1.4.1
|
||||
Version: 1.5.0
|
||||
License: GPL-3.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
|
|
@ -94,6 +94,16 @@ Encrypted at rest using AES-256-CBC with a key derived from your site's WordPres
|
|||
|
||||
Only the 3 last versions. The full changelog will be at changelog.txt
|
||||
|
||||
= 1.5.0 =
|
||||
|
||||
_Release date: 2026-08-18_
|
||||
|
||||
* Fixed: API key not saving when the browser auto-fills the password field with the stored encrypted value.
|
||||
* Fixed: "Test connection" now validates the API key against an authenticated Core endpoint (`/me/subscriptions`) instead of the public catalog — invalid keys are correctly rejected.
|
||||
* Fixed: "Test connection" reads the key from the form field, so a key can be tested before saving.
|
||||
* Added: Validation errors now display on the settings page (missing `settings_errors()` call).
|
||||
* Added: Registration link in the API key field description.
|
||||
|
||||
= 1.4.1 =
|
||||
|
||||
_Release date: 2026-08-17_
|
||||
|
|
@ -107,12 +117,6 @@ _Release date: 2026-08-17_
|
|||
|
||||
* Premium update URLs carry a short-lived download token (Core 1.9.0+) instead of the API key; automatic fallback on older Core.
|
||||
|
||||
= 1.3.1 =
|
||||
|
||||
_Release date: 2026-08-17_
|
||||
|
||||
* Descriptions render in the admin's language (Core 1.8.0+ `description_translations`), English fallback.
|
||||
|
||||
= Previous versions =
|
||||
|
||||
If you want to see the full changelog, visit the [plugin page](https://www.robotstxt.software/plugins/robotstxt-manager/).
|
||||
|
|
|
|||
Loading…
Reference in a new issue