Skip to content

Commit

Permalink
Merge branch 'release/2.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Jun 4, 2019
2 parents 25ddead + f7fbedd commit ad0814f
Show file tree
Hide file tree
Showing 11 changed files with 727 additions and 274 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.2.5] - 2019-06-04

### Added
- Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form. Props [Jeremy Herve](https://github.com).

### Changed
- Fix stray "and" in readme. Props [Viktor Szépe](https://github.com/szepeviktor).
- Update Portuguese translation. Props [Jonathan Hult](https://github.com/jhult).
- Update Russian translation. Props [Alexey Chumakov](https://github.com/achumakov).

## [2.2.4] - 2019-02-22

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

[Unreleased]: https://github.com/benhuson/password-protected/compare/2.2.4...HEAD
[Unreleased]: https://github.com/benhuson/password-protected/compare/2.2.5...HEAD
[2.2.5]: https://github.com/benhuson/password-protected/compare/2.2.4...2.2.5
[2.2.4]: https://github.com/benhuson/password-protected/compare/2.2.3...2.2.4
[2.2.3]: https://github.com/benhuson/password-protected/compare/2.2.2...2.2.3
[2.2.2]: https://github.com/benhuson/password-protected/compare/2.2.1...2.2.2
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Password Protected

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

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

Features include:

Expand Down Expand Up @@ -71,6 +71,9 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o
Upgrade Notice
--------------

### 2.2.5
Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form.

### 2.2.4
Check that `$_SERVER['REMOTE_ADDR']` is set.

Expand Down
2 changes: 1 addition & 1 deletion admin/admin-bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static function toolbar_item() {

$wp_admin_bar->add_menu( array(
'id' => 'password_protected',
'title' => __( '', 'password-protected' ),
'title' => '',
'href' => self::get_toolbar_item_url(),
'meta' => array(
'title' => self::get_toolbar_item_title()
Expand Down
Binary file modified languages/password-protected-pt_PT.mo
Binary file not shown.
Loading

0 comments on commit ad0814f

Please sign in to comment.