Skip to content

Commit

Permalink
WordPress 4.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchatfield committed Dec 9, 2015
1 parent 58927e6 commit 5bdbbab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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();
Expand Down
11 changes: 7 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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 ==

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5bdbbab

Please sign in to comment.