v1.1.1
This commit is contained in:
parent
231ef59bb9
commit
5add9b5e84
7 changed files with 372 additions and 21 deletions
|
|
@ -1,5 +1,24 @@
|
|||
== Changelog ==
|
||||
|
||||
= 1.1.1 =
|
||||
|
||||
_Release date: 2026-03-28_
|
||||
|
||||
**Fixed**
|
||||
|
||||
* Version constant mismatch: `TWO_FACTOR_EXTENDED_VERSION` was `1.0.2` instead of `1.1.0`.
|
||||
* Replaced `current_time('timestamp')` with `time()` in audit log and settings export to ensure UTC-correct timestamps.
|
||||
* Added `wp_unslash()` before sanitizing `$_GET['tab']` in the settings page renderer.
|
||||
|
||||
**Compatibility**
|
||||
|
||||
* WordPress: 6.8, 6.9, 7.0
|
||||
* PHP: 8.2, 8.3, 8.4, 8.5
|
||||
* MariaDB: 10.6 or newer
|
||||
* Multisite: Supported
|
||||
* Two-Factor plugin: 0.16 or newer
|
||||
* Tested on WordPress 7.0, PHP 8.5.3; PHPUnit 9.6.34 — 28 unit tests, 64 assertions, all passing
|
||||
|
||||
= 1.1.0 =
|
||||
|
||||
_Release date: 2026-03-28_
|
||||
|
|
|
|||
Loading…
Reference in a new issue