-
v1.1.1 Stable
released this
2026-03-28 10:06:57 +00:00 | 0 commits to main since this release1.1.1
Release date: 2026-03-28
Fixed
- Version constant mismatch:
TWO_FACTOR_EXTENDED_VERSIONwas1.0.2instead of1.1.0. - Replaced
current_time('timestamp')withtime()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
Downloads
-
two-factor-extended-1.1.1.zip
17 downloads ·
2026-03-28 10:06:48 +00:00 · 102 KiB
- Version constant mismatch: