v1.1.1
This commit is contained in:
parent
231ef59bb9
commit
5add9b5e84
7 changed files with 372 additions and 21 deletions
27
readme.txt
27
readme.txt
|
|
@ -1,11 +1,11 @@
|
|||
=== Two-Factor Extended ===
|
||||
Contributors: javiercasares, robotstxt
|
||||
Tags: two-factor, 2fa, authentication, security
|
||||
Requires at least: 6.7
|
||||
Tested up to: 6.9
|
||||
Stable tag: 1.1.0
|
||||
Requires at least: 6.8
|
||||
Tested up to: 7.0
|
||||
Stable tag: 1.1.1
|
||||
Requires PHP: 8.2
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
License: GPL-3.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
|
|
@ -117,6 +117,25 @@ We take security seriously and will respond promptly to all security reports.
|
|||
|
||||
== 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