Plugin Directory

Changeset 534717


Ignore:
Timestamp:
04/22/2012 02:53:21 PM (14 years ago)
Author:
jcnetsys
Message:
 
Location:
password-protect-wordpress-blog/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • password-protect-wordpress-blog/trunk/lava/_classes/lavaSettingsPage.php

    r534709 r534717  
    9999            {
    100100                $theSettings = $_POST[ $this->_slug() ];
    101                 echo( rand() );
    102101                foreach( $theSettings as $setting => $value )
    103102                {
  • password-protect-wordpress-blog/trunk/plugin.php

    r534709 r534717  
    44Plugin URI: http://www.volcanicpixels.com/password-protect-wordpress-plugin/
    55Description: 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.03
     6Version: 4.04
    77Author: Daniel Chatfield
    88Author URI: http://www.volcanicpixels.com
     
    1515
    1616$pluginName = "Private Blog";
    17 $pluginVersion = "4.03";
     17$pluginVersion = "4.04";
    1818
    1919$thePlugin = lava::newPlugin( __FILE__, $pluginName, $pluginVersion );
  • password-protect-wordpress-blog/trunk/readme.txt

    r534709 r534717  
    55Requires at least: 3.3.1
    66Tested up to: 3.3.1
    7 Stable tag: 4.03
     7Stable tag: 4.04
    88
    99This plugin password protects your wordpress blog with a single password.
     
    138138* Fixed an issue where if an HTML link was entered as the message for a skin the href attribute would be incorrectly urlized
    139139* 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.