Changeset 531384
- Timestamp:
- 04/15/2012 01:32:44 PM (14 years ago)
- Location:
- password-protect-wordpress
- Files:
-
- 4 edited
-
readme.txt (modified) (1 diff)
-
trunk/plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
password-protect-wordpress/readme.txt
r531341 r531384 5 5 Requires at least: 3.3.1 6 6 Tested up to: 3.3.1 7 Stable tag: 4.0 7 Stable tag: 4.01 8 8 9 9 This plugin password protects your wordpress blog with a single password. -
password-protect-wordpress/trunk/plugin.php
r527797 r531384 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 6 Version: 4.01 7 7 Author: Daniel Chatfield 8 8 Author URI: http://www.volcanicpixels.com … … 15 15 16 16 $pluginName = "Private Blog"; 17 $pluginVersion = "4.0 ";17 $pluginVersion = "4.01"; 18 18 19 19 $thePlugin = lava::newPlugin( __FILE__, $pluginName, $pluginVersion ); -
password-protect-wordpress/trunk/readme.txt
r531336 r531384 5 5 Requires at least: 3.3.1 6 6 Tested up to: 3.3.1 7 Stable tag: 4.0 7 Stable tag: 4.01 8 8 9 9 This plugin password protects your wordpress blog with a single password. -
password-protect-wordpress/trunk/vendor.php
r531336 r531384 157 157 158 158 function getInstallId() { 159 return md5( AUTH_SALT . get_home_url() );159 return md5( AUTH_SALT . get_home_url() . $this->_slug() ); 160 160 } 161 161
Note: See TracChangeset
for help on using the changeset viewer.