v1.6.1
This commit is contained in:
parent
5589c54b9b
commit
4f8ab239b0
5 changed files with 23 additions and 22 deletions
23
readme.txt
23
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.6.0
|
||||
Stable tag: 1.6.1
|
||||
Requires PHP: 8.0
|
||||
Version: 1.6.0
|
||||
Version: 1.6.1
|
||||
License: GPL-3.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
|
|
@ -94,6 +94,12 @@ 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.6.1 =
|
||||
|
||||
_Release date: 2026-08-18_
|
||||
|
||||
* Fixed: "headers already sent" warning after saving the settings — the form handler now runs on `admin_init`, before any output.
|
||||
|
||||
= 1.6.0 =
|
||||
|
||||
_Release date: 2026-08-18_
|
||||
|
|
@ -111,19 +117,6 @@ _Release date: 2026-08-18_
|
|||
|
||||
* Fixed: API key saving, test connection, settings error display, registration link.
|
||||
|
||||
= 1.4.1 =
|
||||
|
||||
_Release date: 2026-08-17_
|
||||
|
||||
* Housekeeping release: plugin identity now points at the ROBOTSTXT software site — Plugin URI and Update URI are `https://www.robotstxt.software/plugins/robotstxt-manager/`, Author URI is `https://www.robotstxt.software/`, and this readme's full-changelog link points to the same page.
|
||||
* Tooling aligned with the declared real floors: PHPCS `testVersion` and the preflight scan range now cover PHP 8.0-8.5 (was 7.4/8.4).
|
||||
|
||||
= 1.4.0 =
|
||||
|
||||
_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.
|
||||
|
||||
= 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