From 16329119049e3e2f7ef2346dc2377ca3598c3197 Mon Sep 17 00:00:00 2001 From: Ben Huson Date: Thu, 27 Feb 2014 20:53:40 +0000 Subject: [PATCH] Version 1.7 --- password-protected.php | 4 ++-- readme.txt | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/password-protected.php b/password-protected.php index 3d61e71..d568264 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.2 +Version: 1.7 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.2'; + var $version = '1.7'; var $admin = null; var $errors = null; diff --git a/readme.txt b/readme.txt index f0a6279..8ec4d31 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -67,6 +67,10 @@ 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. @@ -74,6 +78,12 @@ If you can, please [fork the code](https://github.com/benhuson/password-protecte == 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. @@ -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.