Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Jul 24, 2015
1 parent b1d85bb commit 4b450a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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: 2.0
Version: 2.0.1
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.9';
var $version = '2.0.1';
var $admin = null;
var $errors = null;

Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: husobj
Tags: password, protect, password protect, login
Requires at least: 3.5
Tested up to: 4.1.1
Stable tag: 2.0
Tested up to: 4.2.3
Stable tag: 2.0.1
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,10 @@ More instructions can be found at [wp-translations.org](http://wp-translations.o

== Changelog ==

= 2.0.1 =
* Security fix: Use a more complex password hash for cookie key. Props Marcin Bury.
* Split logout functionality into separate function.

= 2.0 =
* Added [password_protected_logout_link](https://github.com/benhuson/password-protected/wiki/password_protected_logout_link-Shortcode) shortcode.
* Load 'password-protected-login.css' in theme folder if it exists.
Expand Down

0 comments on commit 4b450a2

Please sign in to comment.