Changeset 595050
- Timestamp:
- 09/05/2012 05:06:35 PM (14 years ago)
- Location:
- password-protect-wordpress-blog/trunk
- Files:
-
- 3 edited
-
plugin.php (modified) (2 diffs)
-
pluginCallbacks.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
password-protect-wordpress-blog/trunk/plugin.php
r594752 r595050 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 86 Version: 4.09 7 7 Author: Daniel Chatfield 8 8 Author URI: http://www.volcanicpixels.com … … 14 14 15 15 $pluginName = "Private Blog"; 16 $pluginVersion = "4.0 8";16 $pluginVersion = "4.09"; 17 17 18 18 $thePlugin = lava::newPlugin( __FILE__, $pluginName, $pluginVersion ); -
password-protect-wordpress-blog/trunk/pluginCallbacks.php
r594752 r595050 278 278 $redirect = $_POST[ $this->_slug( "redirect" ) ]; 279 279 wp_redirect( $redirect ); 280 exit; 280 281 } 281 282 -
password-protect-wordpress-blog/trunk/readme.txt
r594752 r595050 5 5 Requires at least: 3.3.1 6 6 Tested up to: 3.3.1 7 Stable tag: 4.0 87 Stable tag: 4.09 8 8 9 9 This plugin password protects your wordpress blog with a single password. … … 142 142 143 143 * Fixed an issue with debug vars being printed to screen after saving settings 144 145 = 4.08 = 146 147 * Fixed issue where on some (poorly coded) themes logging in didn't work 148 149 = 4.09 = 150 151 * Fixed regression where on some themes you had to login twice.
Note: See TracChangeset
for help on using the changeset viewer.