Plugin Directory

Changeset 594753


Ignore:
Timestamp:
09/05/2012 05:47:17 AM (14 years ago)
Author:
jcnetsys
Message:
 
Location:
password-protect-wordpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • password-protect-wordpress/trunk/plugin.php

    r594740 r594753  
    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.07
     6Version: 4.08
    77Author: Daniel Chatfield
    88Author URI: http://www.volcanicpixels.com
     
    1414
    1515$pluginName = "Private Blog";
    16 $pluginVersion = "4.07";
     16$pluginVersion = "4.08";
    1717
    1818$thePlugin = lava::newPlugin( __FILE__, $pluginName, $pluginVersion );
  • password-protect-wordpress/trunk/pluginCallbacks.php

    r594740 r594753  
    110110        }
    111111
    112         doInitActions();
     112        $this->doInitActions();
    113113    }
    114114
  • password-protect-wordpress/trunk/readme.txt

    r594740 r594753  
    55Requires at least: 3.3.1
    66Tested up to: 3.3.1
    7 Stable tag: 4.07
     7Stable tag: 4.08
    88
    99This plugin password protects your wordpress blog with a single password.
Note: See TracChangeset for help on using the changeset viewer.