v0.5.1
This commit is contained in:
parent
90ac22a845
commit
061329c704
11 changed files with 114 additions and 25 deletions
25
readme.txt
25
readme.txt
|
|
@ -1,11 +1,11 @@
|
|||
=== Manager (by ROBOTSTXT) ===
|
||||
Contributors: javiercasares, robotstxt
|
||||
Tags: dashboard, catalog, updates, subscriptions, management
|
||||
Requires at least: 4.7
|
||||
Requires at least: 4.4
|
||||
Tested up to: 7.1
|
||||
Stable tag: 0.5.0
|
||||
Requires PHP: 7.4
|
||||
Version: 0.5.0
|
||||
Stable tag: 0.5.1
|
||||
Requires PHP: 8.0
|
||||
Version: 0.5.1
|
||||
License: GPL-3.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ No. This plugin is intentionally not compatible with WordPress Multisite, matchi
|
|||
|
||||
= What PHP version is required? =
|
||||
|
||||
PHP 8.4 or higher.
|
||||
PHP 8.0 or higher.
|
||||
|
||||
= Do I need Plugins Core installed on my site? =
|
||||
|
||||
|
|
@ -84,11 +84,22 @@ Encrypted at rest using AES-256-CBC with a key derived from your site's WordPres
|
|||
|
||||
== Compatibility ==
|
||||
|
||||
* WordPress: 4.7 - 7.1
|
||||
* PHP: 7.4 - 8.5
|
||||
* WordPress: 4.4 - 7.1
|
||||
* PHP: 8.0 - 8.5
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 0.5.1 =
|
||||
|
||||
_Release date: 2026-08-15_
|
||||
|
||||
* Stabilization release: full code/security audit, compatibility scans, and documentation alignment. Real floors declared: WordPress 4.4+, PHP 8.0+ (previously declared 4.7/7.4).
|
||||
* Connection test and catalog fetch now check the HTTP status code — an unauthorized or failing store reports an error instead of "Connected" / an empty catalog (non-200 responses are no longer cached).
|
||||
* API-key field validates the key format before storing.
|
||||
* Premium plugins are not offered as native updates when no API key is configured (they would only fail with HTTP 403).
|
||||
* Domain normalization for premium package URLs strips only the literal `www.` prefix (hosts starting with "w" were mangled).
|
||||
* Opt-in uninstall now also purges the WordPress update transient (premium entries carry the API key in their package URL) and drops a phantom option.
|
||||
|
||||
= 0.5.0 =
|
||||
|
||||
_Release date: 2026-08-14_
|
||||
|
|
|
|||
Loading…
Reference in a new issue