Changeset 534717
- Timestamp:
- 04/22/2012 02:53:21 PM (14 years ago)
- Location:
- password-protect-wordpress-blog/trunk
- Files:
-
- 3 edited
-
lava/_classes/lavaSettingsPage.php (modified) (1 diff)
-
plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
password-protect-wordpress-blog/trunk/lava/_classes/lavaSettingsPage.php
r534709 r534717 99 99 { 100 100 $theSettings = $_POST[ $this->_slug() ]; 101 echo( rand() );102 101 foreach( $theSettings as $setting => $value ) 103 102 { -
password-protect-wordpress-blog/trunk/plugin.php
r534709 r534717 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 36 Version: 4.04 7 7 Author: Daniel Chatfield 8 8 Author URI: http://www.volcanicpixels.com … … 15 15 16 16 $pluginName = "Private Blog"; 17 $pluginVersion = "4.0 3";17 $pluginVersion = "4.04"; 18 18 19 19 $thePlugin = lava::newPlugin( __FILE__, $pluginName, $pluginVersion ); -
password-protect-wordpress-blog/trunk/readme.txt
r534709 r534717 5 5 Requires at least: 3.3.1 6 6 Tested up to: 3.3.1 7 Stable tag: 4.0 37 Stable tag: 4.04 8 8 9 9 This plugin password protects your wordpress blog with a single password. … … 138 138 * Fixed an issue where if an HTML link was entered as the message for a skin the href attribute would be incorrectly urlized 139 139 * Changed encoding of settings to UTF-8 to non ASCII characters that are not covered by the HTML spec (Russian characters for example) 140 141 = 4.04 = 142 143 * Fixed an issue with debug vars being printed to screen after saving settings
Note: See TracChangeset
for help on using the changeset viewer.