Skip to content

Commit

Permalink
Version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Jun 5, 2014
1 parent d2425db commit 1ff2170
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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: http://wordpress.org/extend/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 on WP Engine or with some caching setups.
Version: 1.7.1
Version: 1.7.2
Author: Ben Huson
Text Domain: password-protected
Author URI: http://github.com/benhuson/password-protected/
Expand Down
14 changes: 11 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: husobj
Tags: password, protect, password protect, login
Requires at least: 3.2
Tested up to: 3.9
Stable tag: 1.7.1
Stable tag: 1.7.2
License: GPLv2 or later

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

== Changelog ==

= 1.7.2 =
* Added 'password_protected_login_redirect' filter.
* Fix always allow access to robots.txt.
* Updated translations.

= 1.7.1 =
* Fix login template compatibility for WordPress 3.9

Expand Down Expand Up @@ -137,11 +142,14 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o

== Upgrade Notice ==

= 1.7.2 =
Added 'password_protected_login_redirect' filter.

= 1.7.1 =
* Fix login template compatibility for WordPress 3.9
Fix login template compatibility for WordPress 3.9

= 1.7 =
* Added 'password_protected_theme_file' filter and option to allow logged in users. Contribute to the translation of this plugin via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/).
Added 'password_protected_theme_file' filter and option to allow logged in users. Contribute to the translation of this plugin via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/).

= 1.6.2 =
Allow redirection to a different URL when logging out.
Expand Down

0 comments on commit 1ff2170

Please sign in to comment.