Skip to content

Releases: wpexpertsio/password-protected

V2.7.2

16 May 13:06
Compare
Choose a tag to compare
  • 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

14 Feb 06:56
Compare
Choose a tag to compare

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

24 Sep 22:24
Compare
Choose a tag to compare
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

17 May 22:44
Compare
Choose a tag to compare
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

2.2.5

04 Jun 15:28
Compare
Choose a tag to compare

Added

  • Added password_protected_login_password_title filter to allow customizing the "Password" label on the login form. Props Jeremy Herve.

Changed

2.2.4

22 Feb 22:10
Compare
Choose a tag to compare

Fixed

Check that $_SERVER['REMOTE_ADDR'] is set.

2.2.3

10 Jan 08:55
Compare
Choose a tag to compare

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.

2.2.2

10 Jan 08:56
Compare
Choose a tag to compare

Changed

  • Change locked admin bar icon to green.

Fixed

  • Fix REST option and always allow access to REST API for logged in users.

2.2.1

27 May 13:43
Compare
Choose a tag to compare

Fixed

  • Fixed PHP error when calculating cookie expiration date.

2.2

25 May 17:19
Compare
Choose a tag to compare
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.