This commit is contained in:
Yuri Karamian
2026-02-20 00:21:13 +01:00
parent 6b719f4fac
commit 3676534140
3 changed files with 38 additions and 7 deletions
+8 -1
View File
@@ -4,7 +4,7 @@ Tags: security, firewall, login, 2fa, malware
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.0
Stable tag: 1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -145,10 +145,17 @@ Possible but likely to cause conflicts. We recommend using one security plugin a
== Changelog ==
= 1.1 =
* Fixed: Custom login URL form submission redirecting to 404 page
* Fixed: URL rewrite filters not being registered before login page render
= 1.0 =
* Initial release
== Upgrade Notice ==
= 1.1 =
Fixes custom login URL breaking on form submission (404 redirect).
= 1.0 =
Initial release.