Skip to content

Commit

Permalink
Version 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Jun 4, 2019
1 parent c713fc0 commit f7fbedd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.2.5] - 2019-06-04

### Added
- Add `password_protected_login_password_title` filter to allow customizing "Password" label on login form. Props [Jeremy Herve](https://github.com/jeherve).
- 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).
Expand Down Expand Up @@ -225,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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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
4 changes: 2 additions & 2 deletions password-protected.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: Password Protected
Plugin URI: https://wordpress.org/plugins/password-protected/
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.
Version: 2.2.4
Version: 2.2.5
Author: Ben Huson
Text Domain: password-protected
Author URI: http://github.com/benhuson/password-protected/
Expand Down Expand Up @@ -42,7 +42,7 @@

class Password_Protected {

var $version = '2.2.4';
var $version = '2.2.5';
var $admin = null;
var $errors = null;

Expand Down
16 changes: 12 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: husobj
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DXRJDNCMK9U3N
Tags: password, protect, password protect, login
Requires at least: 3.9
Tested up to: 5.1
Tested up to: 5.2.1
Requires PHP: 5.6
Stable tag: 2.2.4
Stable tag: 2.2.5
License: GPLv2 or later

A very simple way to quickly password protect your WordPress site with a single password.
Expand Down Expand Up @@ -81,9 +81,11 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o
2. Password Protected settings page.

== Changelog ==

= Unreleased =

= Unreleased =
- Add `password_protected_login_password_title` filter to allow customizing "Password" label on login form. Props [Jeremy Herve](https://github.com/jeherve).
= 2.2.5 =
- Added `password_protected_login_password_title` filter to allow customizing the "Password" label on the login form. Props [Jeremy Herve](https://github.com).
- 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).
Expand Down Expand Up @@ -215,6 +217,12 @@ 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.

= 2.2.3 =
Restrict REST-API-access only if password protection is active. Added viewport meta tag to login page.

Expand Down

0 comments on commit f7fbedd

Please sign in to comment.