-
v1.6.4 Stable
released this
2026-09-11 10:30:35 +00:00 | 3 commits to main since this release1.6.4
Release date: 2026-09-11
Fixed
- Compatibility with Restrict Content Pro's "Hijack Login URL" option: RCP's
login_urlfilter made everywp_login_url()call return a membership page, so the 2FA verification redirect landed on a restricted page where the verification form cannot render, and the visitor was bounced to the registration page. Verification-stage URLs are now built from the canonicalwp-login.php, mirroring WordPress core's URL construction before the filterable output. The "Back to login" link keeps the site-configured login URL.
Compatibility
- WordPress: 5.6 – 7.1
- PHP: 8.0 – 8.5
Tests
- PHP Coding Standards: PHP_CodeSniffer 3.13.6 / WPCS 3.4.1 — 0 errors
- PHPStan: level 9 — 0 errors
- PHPCompatibility: 8.0–8.5 — 0 issues
- PHPUnit: 9.6.36 — 78 tests, 171 assertions
Downloads
- Compatibility with Restrict Content Pro's "Hijack Login URL" option: RCP's