Skip to content

Releases: wpexpertsio/password-protected

1.7

02 Dec 19:24
Compare
Choose a tag to compare
1.7

Fixed

  • Remove JavaScript that disables admin RSS checkbox.

Added

  • Added 'password_protected_theme_file' filter to allow custom login templates.
  • It's now really easy to contribute to the translation of this plugin via our Transifex page.
  • Add option to allow logged in users.

1.6.2

02 Dec 19:24
Compare
Choose a tag to compare

Changed

  • Set login page not to index if privacy setting is on.
  • Allow redirection to a different URL when logging out using 'redirect_to' query and full URL.

1.6.1

02 Dec 19:24
Compare
Choose a tag to compare

Added

  • Language updates by wp-translations.org (Arabic, Dutch, French, Persian, Russian).

1.6

02 Dec 19:24
Compare
Choose a tag to compare
1.6

Fixed

  • Robots.txt is now always accessible.

Added

  • Added support for Uber Login Logo plugin.

1.5

02 Dec 19:25
Compare
Choose a tag to compare
1.5

Added

  • Added note about WP Engine compatibility to readme.txt

Changed

  • Requires WordPress 3.1+
  • Settings now have their own page.

Security

  • Fixed an open redirect vulnerability. Props Chris Campbell.

1.4

02 Dec 19:25
Compare
Choose a tag to compare
1.4

Added

  • Add option to allow administrators to use the site without logging in.
  • Use DONOTCACHEPAGE to try to prevent some caching issues.
  • Added a contextual help tab for WordPress 3.3+.

Changed

  • Updated login screen styling for WordPress 3.5 compatibility.
  • Options are now on the 'Reading' settings page in WordPress 3.5

1.3

02 Dec 19:25
Compare
Choose a tag to compare
1.3

Added

  • 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.

1.2.2

02 Dec 19:25
Compare
Choose a tag to compare

Added

  • Show login error messages.

Security

  • Escape 'redirect_to' attribute. Props A. Alagha.

1.2.1

02 Dec 19:26
Compare
Choose a tag to compare

Added

  • Added a "How to log out?" FAQ.

Changed

  • Only disable feeds when protection is active.

1.2

02 Dec 19:26
Compare
Choose a tag to compare
1.2

Changed

  • Use cookies instead of sessions.