Plugin Directory

Changeset 594739


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

Legend:

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

    r593924 r594739  
    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.06
     6Version: 4.07
    77Author: Daniel Chatfield
    88Author URI: http://www.volcanicpixels.com
     
    1111?>
    1212<?php
    13 error_reporting(0);
    1413include( dirname( __FILE__ ) ."/lava/lava.php" );
    1514
    1615$pluginName = "Private Blog";
    17 $pluginVersion = "4.06";
     16$pluginVersion = "4.07";
    1817
    1918$thePlugin = lava::newPlugin( __FILE__, $pluginName, $pluginVersion );
  • password-protect-wordpress-blog/trunk/pluginCallbacks.php

    r593919 r594739  
    1717        $this->addWPAction( $hookTag, "doHeadActions", 2 );
    1818
    19         $hookTag = "init";
    20         $this->addWPAction( $hookTag, "doInitActions", 2 );
    21 
    2219        $hookTag = "displayLoginPage";
    2320        $this->addAction( $hookTag );
     
    112109            $this->addLogoutLink();
    113110        }
     111
     112        doInitActions();
    114113    }
    115114
  • password-protect-wordpress-blog/trunk/readme.txt

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