diff --git a/plugin.php b/plugin.php index 0d23ea5..132e0d8 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ Plugin Name: Private Blog Plugin URI: http://www.volcanicpixels.com/password-protect-wordpress-plugin/ Description: Private Blog is a wordpress plugin which allows you to password protect all of your wordpress blog including all posts and feeds with a single password. -Version: 5.0.4 +Version: 5.0.6 Author: Daniel Chatfield Author URI: http://www.danielchatfield.com License: GPLv2 @@ -14,7 +14,7 @@ include( dirname( __FILE__ ) ."/lava/lava.php" ); $pluginName = "Private Blog"; -$pluginVersion = "5.0.4"; +$pluginVersion = "5.0.5"; $thePlugin = lava::newPlugin( __FILE__, $pluginName, $pluginVersion ); $pluginSlug = $thePlugin->_slug(); diff --git a/readme.txt b/readme.txt index 3299d8a..e57f7d9 100644 --- a/readme.txt +++ b/readme.txt @@ -1,12 +1,11 @@ === Password Protect Wordpress === Contributors: volcanicpixels, danielchatfield -Donate link: http://www.spiders-design.co.uk/donate/ Tags: password,protect,password protect,wordpress,blog, security Requires at least: 3.3.1 -Tested up to: 4.2.1 -Stable tag: 5.0.4 +Tested up to: 4.4 +Stable tag: 5.0.6 -This plugin password protects your wordpress blog with a single password. +This plugin password protects your WordPress blog with a single password. == Description == @@ -61,6 +60,10 @@ This section describes how to install the plugin and get it working. == Changelog == += 5.0.6 = + +* WordPress 4.4 compatibility + = 5.0.4 = * Fixed issue with secure assets