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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [Unreleased]
6
6
7
+
## [2.2.5] - 2019-06-04
8
+
7
9
### Added
8
-
-Add`password_protected_login_password_title` filter to allow customizing "Password" label on login form. Props [Jeremy Herve](https://github.com/jeherve).
10
+
-Added`password_protected_login_password_title` filter to allow customizing the "Password" label on the login form. Props [Jeremy Herve](https://github.com).
9
11
10
12
### Changed
11
13
- Fix stray "and" in readme. Props [Viktor Szépe](https://github.com/szepeviktor).
@@ -225,7 +227,8 @@ Check that `$_SERVER['REMOTE_ADDR']` is set.
225
227
### Added
226
228
- First Release. If you spot any bugs or issues please [log them here](https://github.com/benhuson/password-protected/issues).
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.
@@ -81,9 +81,11 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o
81
81
2. Password Protected settings page.
82
82
83
83
== Changelog ==
84
+
85
+
= Unreleased =
84
86
85
-
= Unreleased =
86
-
- Add `password_protected_login_password_title` filter to allow customizing "Password" label on login form. Props [Jeremy Herve](https://github.com/jeherve).
87
+
= 2.2.5 =
88
+
- Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form. Props [Jeremy Herve](https://github.com).
87
89
- Fix stray "and" in readme. Props [Viktor Szépe](https://github.com/szepeviktor).
0 commit comments