Skip to content

Commit f7fbedd

Browse files
committed
Version 2.2.5
1 parent c713fc0 commit f7fbedd

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [2.2.5] - 2019-06-04
8+
79
### 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).
911

1012
### Changed
1113
- Fix stray "and" in readme. Props [Viktor Szépe](https://github.com/szepeviktor).
@@ -225,7 +227,8 @@ Check that `$_SERVER['REMOTE_ADDR']` is set.
225227
### Added
226228
- First Release. If you spot any bugs or issues please [log them here](https://github.com/benhuson/password-protected/issues).
227229

228-
[Unreleased]: https://github.com/benhuson/password-protected/compare/2.2.4...HEAD
230+
[Unreleased]: https://github.com/benhuson/password-protected/compare/2.2.5...HEAD
231+
[2.2.5]: https://github.com/benhuson/password-protected/compare/2.2.4...2.2.5
229232
[2.2.4]: https://github.com/benhuson/password-protected/compare/2.2.3...2.2.4
230233
[2.2.3]: https://github.com/benhuson/password-protected/compare/2.2.2...2.2.3
231234
[2.2.2]: https://github.com/benhuson/password-protected/compare/2.2.1...2.2.2

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o
7171
Upgrade Notice
7272
--------------
7373

74+
### 2.2.5
75+
Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form.
76+
7477
### 2.2.4
7578
Check that `$_SERVER['REMOTE_ADDR']` is set.
7679

password-protected.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: Password Protected
55
Plugin URI: https://wordpress.org/plugins/password-protected/
66
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.
7-
Version: 2.2.4
7+
Version: 2.2.5
88
Author: Ben Huson
99
Text Domain: password-protected
1010
Author URI: http://github.com/benhuson/password-protected/
@@ -42,7 +42,7 @@
4242

4343
class Password_Protected {
4444

45-
var $version = '2.2.4';
45+
var $version = '2.2.5';
4646
var $admin = null;
4747
var $errors = null;
4848

readme.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: husobj
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DXRJDNCMK9U3N
44
Tags: password, protect, password protect, login
55
Requires at least: 3.9
6-
Tested up to: 5.1
6+
Tested up to: 5.2.1
77
Requires PHP: 5.6
8-
Stable tag: 2.2.4
8+
Stable tag: 2.2.5
99
License: GPLv2 or later
1010

1111
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
8181
2. Password Protected settings page.
8282

8383
== Changelog ==
84+
85+
= Unreleased =
8486

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).
8789
- Fix stray "and" in readme. Props [Viktor Szépe](https://github.com/szepeviktor).
8890
- Update Portuguese translation. Props [Jonathan Hult](https://github.com/jhult).
8991
- Update Russian translation. Props [Alexey Chumakov](https://github.com/achumakov).
@@ -215,6 +217,12 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o
215217

216218
== Upgrade Notice ==
217219

220+
### 2.2.5
221+
Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form.
222+
223+
### 2.2.4
224+
Check that `$_SERVER['REMOTE_ADDR']` is set.
225+
218226
= 2.2.3 =
219227
Restrict REST-API-access only if password protection is active. Added viewport meta tag to login page.
220228

0 commit comments

Comments
 (0)