v1.8.0
This commit is contained in:
parent
c7a8d9efcc
commit
1460cb231f
6 changed files with 63 additions and 16 deletions
16
readme.txt
16
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.7.0
|
||||
Stable tag: 1.8.0
|
||||
Requires PHP: 8.0
|
||||
Version: 1.7.0
|
||||
Version: 1.8.0
|
||||
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.8.0 =
|
||||
|
||||
_Release date: 2026-08-24_
|
||||
|
||||
* New: multi-domain license awareness (with Core 1.14.0) — the account's subscriptions are grouped per plugin and catalog pills show how many licenses you hold (e.g. "Subscribed @ example.com ×2") with the domain of the first bound license.
|
||||
|
||||
= 1.7.0 =
|
||||
|
||||
_Release date: 2026-08-18_
|
||||
|
|
@ -107,12 +113,6 @@ _Release date: 2026-08-18_
|
|||
|
||||
* Added: `ROBOTSTXT_MANAGER_NOTICED` presence constant (guarded, `true`) — ecosystem plugins detect Manager via a constant check instead of scanning the plugin list.
|
||||
|
||||
= 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.
|
||||
|
||||
= 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