v1.8.1
This commit is contained in:
parent
1460cb231f
commit
27ce69c2d2
9 changed files with 188 additions and 61 deletions
19
readme.txt
19
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.8.0
|
||||
Stable tag: 1.8.1
|
||||
Requires PHP: 8.0
|
||||
Version: 1.8.0
|
||||
Version: 1.8.1
|
||||
License: GPL-3.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
|
|
@ -94,6 +94,15 @@ 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.1 =
|
||||
|
||||
_Release date: 2026-09-22_
|
||||
|
||||
* Fixed: pending updates were invisible on sites where the WordPress.org update check never completes (api.wordpress.org blocked/unreachable — common on many hosts). Update data is now injected whenever WordPress reads it, so pending ROBOTSTXT updates show up on the Plugins screen, the Updates page, and WP-CLI regardless of WordPress.org connectivity.
|
||||
* Fixed: opt-in uninstall now also deletes the cached subscriptions transient, so no subscription data outlives the plugin when data deletion is enabled.
|
||||
* Fixed: a hardcoded "Subscribed" label in the multi-license catalog pill is now translatable.
|
||||
* Maintenance: development tooling updated (PHPStan max, WordPress stubs 7.1.0); compatibility floors re-verified (WordPress 4.4, PHP 8.0).
|
||||
|
||||
= 1.8.0 =
|
||||
|
||||
_Release date: 2026-08-24_
|
||||
|
|
@ -107,12 +116,6 @@ _Release date: 2026-08-18_
|
|||
* New: per-domain license support (Core 1.11.0+) — downloads and download-token exchanges now send this site's domain, so premium licenses bind to this site and the store rejects them from other domains. Catalog subscription pills show the bound domain (e.g. "Subscribed @ example.com").
|
||||
* Improvement: download failures now surface the store's own error message (e.g. the domain-mismatch explanation) instead of a bare HTTP status code.
|
||||
|
||||
= 1.6.2 =
|
||||
|
||||
_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.
|
||||
|
||||
= 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