-
Notifications
You must be signed in to change notification settings - Fork 63
Changelog
benhuson edited this page Feb 5, 2013
·
4 revisions
- Add option to allow administrators to use the site without logging in.
- Use DONOTCACHEPAGE to try to prevent some caching issues.
- Updated login screen styling for WordPress 3.5 compatibility.
- Options are now on the 'Reading' settings page in WordPress 3.5
- Added a contextual help tab for WordPress 3.3+.
- Added checkbox to allow access to feeds when protection is enabled.
- Prepare for WordPress 3.5 Settings API changes.
- Added 'password_protected_before_login_form' and 'password_protected_after_login_form' actions.
- Added 'password_protected_process_login' filter to make it possible to extend login functionality.
- Now possible to use 'pre_update_option_password_protected_password' filter to use password before it is encrypted and saved.
- Ready for translations.
- Escape 'redirect_to' attribute. Props A. Alagha.
- Show login error messages.
- Only disable feeds when protection is active.
- Added a "How to log out?" FAQ.
- Use cookies instead of sessions.
- Encrypt passwords in database.
- First Release. If you spot any bugs or issues please log them here.