Skip to content

Commit

Permalink
Version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Feb 27, 2014
1 parent c0fe097 commit 1632911
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
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: http://wordpress.org/extend/plugins/password-protected/
Description: A very simple way to quickly password protect your WordPress site with a single password. Integrates seamlessly into your WordPress privacy settings.
Version: 1.6.2
Version: 1.7
Author: Ben Huson
Text Domain: password-protected
Author URI: http://www.benhuson.co.uk/
Expand Down Expand Up @@ -42,7 +42,7 @@

class Password_Protected {

var $version = '1.6.2';
var $version = '1.7';
var $admin = null;
var $errors = null;

Expand Down
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://www.benhuson.co.uk/donate/
Tags: password, protect, password protect, login
Requires at least: 3.2
Tested up to: 3.8.1
Stable tag: 1.6.2
Stable tag: 1.7
License: GPLv2 or later

A very simple way to quickly password protect your WordPress site with a single password.
Expand Down Expand Up @@ -67,13 +67,23 @@ You can also submit suggested enhancements if you like.
= How can I contribute? =
If you can, please [fork the code](https://github.com/benhuson/password-protected) and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above.

= How can I translate this plugin? =
If you would like to translate this plugin you can easily contribute via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/) - just signup for a free account.
More instructions can be found at [wp-translations.org](http://wp-translations.org/translators-wp-translations/)

== Screenshots ==

1. Login page perfectly mimicks the WordPress login.
2. Password Protected settings page.

== Changelog ==

= 1.7 =
* Added 'password_protected_theme_file' filter to allow custom login templates.
* It's now really easy to contribute to the translation of this plugin via our [Transifex page](https://www.transifex.com/projects/p/password-protected/resource/password-protected/).
* Add option to allow logged in users.
* Remove JavaScript that disables admin RSS checkbox.

= 1.6.2 =
* Set login page not to index if privacy setting is on.
* Allow redirection to a different URL when logging out using 'redirect_to' query and full URL.
Expand Down Expand Up @@ -125,6 +135,9 @@ If you can, please [fork the code](https://github.com/benhuson/password-protecte

== Upgrade Notice ==

= 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/).

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

Expand Down

0 comments on commit 1632911

Please sign in to comment.