New – Added functionality to login with transient if the cookies are blocked.
Fix – Fixed Redirect Issue from excluded page to password protected page.
2.6.2
Fix – Parse error related to PHP version 7.2
2.6.1
Fix – Parse error related to PHP version 7.2
Update – Link to official Google Re-captcha documentation
2.6.0
Improved admin settings interface and introduced NEW tabs structure.
NEW: Added Google Recaptcha v2 and v3 to make it more secure.
NEW: Added Password Protected top-level admin menu for ease.
NEW: Added option to add text above password Field.
NEW: Added option to add text below password Field.
2.5.3
Improved Settings HTML structure
Added Note regarding compatibility with login designer within dashboard
2.5.2
Made compatibility with Login Designer; Now you can customize the password-protected screen with the customizer using login designer plugin.
2.5.1
Fix – Author name conflict resolved
2.5
Deprecate wp_no_robots and replace with wp_robots_no_robots for WordPress 5.7+
2.4
Add a Nocache header to the login page redirect to prevent the browser from caching the redirect page. Props De’Yonte W.
Remove ‘password-protected’ query from redirects on successful login or logout.
Check “redirect_to” query var is set in hidden form field. Props Matthias Kittsteiner.
Add favicon to password protected login page.
2.3
Adds password_protected_cookie_name filter for the cookie name. Props Jose Castaneda.
Let developers override the capability needed to see the options page via a password_protected_options_page_capability filter. Props Nicola Peluchetti.
Don’t use a “testcookie” POST query as it is blocked by Namecheap (and possibly other hosts).
Fix warnings in W3 validator – script and style “type” attribute not required. Props @dianamurcia.