v1.6.0
This commit is contained in:
parent
b2849880ec
commit
5589c54b9b
13 changed files with 138 additions and 58 deletions
|
|
@ -1,9 +1,13 @@
|
|||
== Changelog ==
|
||||
|
||||
= 1.5.0 =
|
||||
= 1.6.0 =
|
||||
|
||||
_Release date: 2026-08-18_
|
||||
|
||||
**Added**
|
||||
|
||||
* WordPress Multisite compatibility: `Network: true` header forces network-wide activation. Menus appear in the network admin on Multisite, in the regular admin on single-site. All options and transients use network-level storage (`get_site_option` / `get_site_transient`). Settings form handles submission manually (the Settings API `options.php` does not handle network options).
|
||||
|
||||
**Fixed**
|
||||
|
||||
* API key not saving when the browser auto-fills the password field with the stored encrypted value — the sanitizer now detects already-encrypted input (`v2:` prefix) and returns it as-is instead of failing UUID validation.
|
||||
|
|
@ -21,7 +25,7 @@ _Release date: 2026-08-18_
|
|||
* PHPStan level 9 + wp-compat: pass
|
||||
* PHPUnit: 146 tests, 385 assertions
|
||||
|
||||
= 1.4.1 =
|
||||
= 1.5.0 =
|
||||
|
||||
_Release date: 2026-08-17_
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue