Skip to content

Commit ad0814f

Browse files
committed
Merge branch 'release/2.2.5'
2 parents 25ddead + f7fbedd commit ad0814f

11 files changed

+727
-274
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [2.2.5] - 2019-06-04
8+
9+
### Added
10+
- Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form. Props [Jeremy Herve](https://github.com).
11+
12+
### Changed
13+
- Fix stray "and" in readme. Props [Viktor Szépe](https://github.com/szepeviktor).
14+
- Update Portuguese translation. Props [Jonathan Hult](https://github.com/jhult).
15+
- Update Russian translation. Props [Alexey Chumakov](https://github.com/achumakov).
16+
717
## [2.2.4] - 2019-02-22
818

919
### Fixed
@@ -217,7 +227,8 @@ Check that `$_SERVER['REMOTE_ADDR']` is set.
217227
### Added
218228
- First Release. If you spot any bugs or issues please [log them here](https://github.com/benhuson/password-protected/issues).
219229

220-
[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
221232
[2.2.4]: https://github.com/benhuson/password-protected/compare/2.2.3...2.2.4
222233
[2.2.3]: https://github.com/benhuson/password-protected/compare/2.2.2...2.2.3
223234
[2.2.2]: https://github.com/benhuson/password-protected/compare/2.2.1...2.2.2

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Password Protected
33

44
A very simple way to quickly password protect your WordPress site with a single password.
55

6-
This plugin only protects your WordPress content. It **does not protect and images or uploaded files** so if you enter and exact URL to in image file it will still be accessible.
6+
This plugin only protects your WordPress generated content. It **does not protect images or uploaded files** so if you enter and exact URL to in image file it will still be accessible.
77

88
Features include:
99

@@ -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

admin/admin-bar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function toolbar_item() {
4141

4242
$wp_admin_bar->add_menu( array(
4343
'id' => 'password_protected',
44-
'title' => __( '', 'password-protected' ),
44+
'title' => '',
4545
'href' => self::get_toolbar_item_url(),
4646
'meta' => array(
4747
'title' => self::get_toolbar_item_title()

languages/password-protected-pt_PT.mo

2.83 KB
Binary file not shown.

0 commit comments

Comments
 (0)