Skip to content

Commit

Permalink
Version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Oct 7, 2014
1 parent b3572a5 commit e01f331
Show file tree
Hide file tree
Showing 2 changed files with 16 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: https://wordpress.org/plugins/password-protected/
Description: A very simple way to quickly password protect your WordPress site with a single password. Please note: This plugin does not restrict access to uploaded files and images and does not work on WP Engine or with some caching setups.
Version: 1.7.2
Version: 1.8
Author: Ben Huson
Text Domain: password-protected
Author URI: http://github.com/benhuson/password-protected/
Expand Down Expand Up @@ -42,7 +42,7 @@

class Password_Protected {

var $version = '1.7.1';
var $version = '1.8';
var $admin = null;
var $errors = null;

Expand Down
17 changes: 14 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Password Protected ===
Contributors: husobj
Tags: password, protect, password protect, login
Requires at least: 3.2
Tested up to: 3.9
Stable tag: 1.7.2
Requires at least: 3.5
Tested up to: 4.0
Stable tag: 1.8
License: GPLv2 or later

A very simple way to quickly password protect your WordPress site with a single password.
Expand Down Expand Up @@ -77,6 +77,14 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o

== Changelog ==

= 1.8 =
* Support for adding "password-protected-login.php" in theme directory.
* Allow filtering of the 'redirect to' URL via the 'password_protected_login_redirect_url' filter.
* Added 'password_protected_login_messages' action to output errors and messages in template.
* Use current_time( 'timestamp' ) instead of time() to take into account site timezone.
* Check login earlier in the template_redirect action.
* Updated translations.

= 1.7.2 =
* Added 'password_protected_login_redirect' filter.
* Fix always allow access to robots.txt.
Expand Down Expand Up @@ -142,6 +150,9 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o

== Upgrade Notice ==

= 1.8 =
Support for adding "password-protected-login.php" in theme directory and allow filtering of the 'redirect to' URL via the 'password_protected_login_redirect_url' filter.

= 1.7.2 =
Added 'password_protected_login_redirect' filter.

Expand Down

0 comments on commit e01f331

Please sign in to comment.