Changeset 594753
- Timestamp:
- 09/05/2012 05:47:17 AM (14 years ago)
- Location:
- password-protect-wordpress/trunk
- Files:
-
- 3 edited
-
plugin.php (modified) (2 diffs)
-
pluginCallbacks.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
password-protect-wordpress/trunk/plugin.php
r594740 r594753 4 4 Plugin URI: http://www.volcanicpixels.com/password-protect-wordpress-plugin/ 5 5 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. 6 Version: 4.0 76 Version: 4.08 7 7 Author: Daniel Chatfield 8 8 Author URI: http://www.volcanicpixels.com … … 14 14 15 15 $pluginName = "Private Blog"; 16 $pluginVersion = "4.0 7";16 $pluginVersion = "4.08"; 17 17 18 18 $thePlugin = lava::newPlugin( __FILE__, $pluginName, $pluginVersion ); -
password-protect-wordpress/trunk/pluginCallbacks.php
r594740 r594753 110 110 } 111 111 112 doInitActions();112 $this->doInitActions(); 113 113 } 114 114 -
password-protect-wordpress/trunk/readme.txt
r594740 r594753 5 5 Requires at least: 3.3.1 6 6 Tested up to: 3.3.1 7 Stable tag: 4.0 77 Stable tag: 4.08 8 8 9 9 This plugin password protects your wordpress blog with a single password.
Note: See TracChangeset
for help on using the changeset viewer.