From be67c378fcf22b485c20b8a35f3f251fba8a3b39 Mon Sep 17 00:00:00 2001 From: Ben Huson Date: Fri, 10 Jan 2014 15:07:54 +0000 Subject: [PATCH] Version 1.6.2 --- password-protected.php | 4 ++-- readme.txt | 13 ++++++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/password-protected.php b/password-protected.php index 32bbe7e..b2565f1 100644 --- a/password-protected.php +++ b/password-protected.php @@ -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/ @@ -42,7 +42,7 @@ class Password_Protected { - var $version = '1.6.1'; + var $version = '1.6.2'; var $admin = null; var $errors = null; diff --git a/readme.txt b/readme.txt index 87081f9..f995f99 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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). @@ -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.