Releases: wpexpertsio/password-protected
Releases · wpexpertsio/password-protected
V2.7.4
V2.7.2
- Fix: Updated depreciated PHP function to make it compatible with the latest PHP version.
- Added: Login designer compatibility banner.
- Improvement: Implement a few UI tweaks.
2.6.1
2.6.1
Fix – Parse error related to PHP version 7.2
2.6
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.4
Fixed
- 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
Added
- 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.
Fixed
- 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.
Changed
- Translations now via translate.wordpress.org.
- Updated URL references. Props Garrett Hyder.
2.2.5
Added
- Added
password_protected_login_password_title
filter to allow customizing the "Password" label on the login form. Props Jeremy Herve.
Changed
- Fix stray "and" in readme. Props Viktor Szépe.
- Update Portuguese translation. Props Jonathan Hult.
- Update Russian translation. Props Alexey Chumakov.
2.2.4
2.2.3
Fixed
- Restrict REST-API-access only if password protection is active.
Added
- Added viewport meta tag to login page.
- Added
password_protected_show_login
filter.
Changed
- Cookie name is not editable in the admin so display just for reference.
- Use default WordPress text domain for “Remember Me” and “Log In” buttons.