Skip to content

Commit

Permalink
Version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Jan 10, 2014
1 parent 1e21f45 commit be67c37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 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.1
Version: 1.6.2
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.1';
var $version = '1.6.2';
var $admin = null;
var $errors = null;

Expand Down
13 changes: 10 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
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.7.1
Stable tag: 1.6.1
Requires at least: 3.2
Tested up to: 3.8
Stable tag: 1.6.2
License: GPLv2 or later

A very simple way to quickly password protect your WordPress site with a single password.
Expand Down Expand Up @@ -69,6 +69,10 @@ If you can, please [fork the code](https://github.com/benhuson/password-protecte

== Changelog ==

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

= 1.6.1 =
* Language updates by wp-translations.org (Arabic, Dutch, French, Persian, Russian).

Expand Down Expand Up @@ -116,6 +120,9 @@ If you can, please [fork the code](https://github.com/benhuson/password-protecte

== Upgrade Notice ==

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

= 1.6 =
Added support for Uber Login Logo plugin.

Expand Down

0 comments on commit be67c37

Please sign in to comment.