Releases: wpexpertsio/password-protected
Releases · wpexpertsio/password-protected
2.2
Added
- Admin bar icon to indicate wether password protection is enabled/disabled.
- Option to show "Remember me" checkbox. Props Christian Güdel.
- REST API access disabled if password not entered.
- Admin option to allow REST API access.
Security
- More robust checking of password hashes.
2.1
2.0.3
2.0.2
Added
- Check allowed IP addresses are valid when saving.
Changed
- Only redirect to allowed domain names when logging out.
2.0.1
2.0
Added
- Added password_protected_logout_link shortcode.
- Load 'password-protected-login.css' in theme folder if it exists.
- Added password_protected_stylesheet_file filter to specify alternate stylesheet location.
- Added is_user_logged_in(), login_url(), logout_url() and logout_link() methods.
- Added Basque, Czech, Greek, Lithuanian and Norwegian translations.
Changed
- Better handling of login/out redirects when protection is not active on home page.
1.9
1.8
Added
- Support for adding "password-protected-login.php" in theme directory.
- Allow filtering of the 'redirect to' URL via the 'password_protected_login_redirect_url' filter.
- Added 'password_protected_login_messages' action to output errors and messages in template.
- Updated translations.
Changed
- Use current_time( 'timestamp' ) instead of time() to take into account site timezone.
- Check login earlier in the template_redirect action.