Skip to content

Commit

Permalink
Version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Jul 1, 2013
1 parent e5ff922 commit d24777f
Show file tree
Hide file tree
Showing 2 changed files with 11 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. Integrates seamlessly into your WordPress privacy settings.
Version: 1.5
Version: 1.6
Author: Ben Huson
Author URI: http://www.benhuson.co.uk/
License: GPLv2
Expand Down
13 changes: 10 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: husobj
Donate link: http://www.benhuson.co.uk/donate/
Tags: password, protect, password protect, login
Requires at least: 3.1
Tested up to: 3.5.1
Stable tag: 1.5
Tested up to: 3.5.2
Stable tag: 1.6
License: GPLv2 or later

A very simple way to quickly password protect your WordPress site with a single password.
Expand All @@ -21,6 +21,7 @@ Features include:
* Option to allow access to feeds.
* Option to allow administrators access without entering password.
* Works with Mark Jaquith's [Login Logo](http://wordpress.org/extend/plugins/login-logo/) plugin.
* Works with the [Uber Login Logo](http://wordpress.org/plugins/uber-login-logo/) plugin.

> Please note, this plugin does not currently work with WP Engine hosting due to their page caching implementation.

Expand All @@ -39,7 +40,7 @@ If you are upgrading manually via FTP rather that through the WordPress automati
== Frequently Asked Questions ==

= How can I change the Wordpress logo to a different image? =
Install and configure the [Login Logo](http://wordpress.org/extend/plugins/login-logo/) plugin by Mark Jaquith. This will change the logo on your password entry page AND also your admin login page.
Install and configure the [Login Logo](http://wordpress.org/extend/plugins/login-logo/) plugin by Mark Jaquith or the [Uber Login Logo](http://wordpress.org/plugins/uber-login-logo/) plugin. This will change the logo on your password entry page AND also your admin login page.

= How can I enable feeds while the site is password protected? =
In the settings, check the 'Allow Feeds' checkbox.
Expand Down Expand Up @@ -68,6 +69,9 @@ If you can, please [fork the code](https://github.com/benhuson/password-protecte

== Changelog ==

= 1.6 =
* Added support for Uber Login Logo plugin.

= 1.5 =
* Requires WordPress 3.1+
* Settings now have their own page.
Expand Down Expand Up @@ -108,6 +112,9 @@ If you can, please [fork the code](https://github.com/benhuson/password-protecte

== Upgrade Notice ==

= 1.6 =
Added support for Uber Login Logo plugin.

= 1.5 =
Fixes an open redirect vulnerability. Settings now have own page.

Expand Down

0 comments on commit d24777f

Please sign in to comment.