You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: A very simple way to quickly password protect your WordPress site with a single password. Please note: This plugin does not restrict access to uploaded files and images and does not work with some caching setups.
A very simple way to quickly password protect your WordPress site with a single password.
@@ -80,7 +80,7 @@ If you would like to translate this plugin you can easily contribute at the [Tra
80
80
81
81
== Changelog ==
82
82
83
-
= Unreleased =
83
+
= 2.3 =
84
84
- Adds `password_protected_cookie_name` filter for the cookie name. Props [Jose Castaneda](https://github.com/jocastaneda).
85
85
- Let developers override the capability needed to see the options page via a `password_protected_options_page_capability` filter. Props [Nicola Peluchetti](https://github.com/nicoladj77).
86
86
- Don't use a "testcookie" POST query as it is blocked by Namecheap (and possibly other hosts).
@@ -220,6 +220,9 @@ If you would like to translate this plugin you can easily contribute at the [Tra
220
220
221
221
== Upgrade Notice ==
222
222
223
+
= 2.3 =
224
+
Fixed an issue with "testcookie" on some hosts. Added `password_protected_cookie_name` and `password_protected_options_page_capability` filters.
225
+
223
226
= 2.2.5 =
224
227
Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form.
0 commit comments