Plugin Directory

Changeset 595050


Ignore:
Timestamp:
09/05/2012 05:06:35 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/plugin.php

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

    r594752 r595050  
    278278        $redirect = $_POST[ $this->_slug( "redirect" ) ];
    279279        wp_redirect( $redirect );
     280        exit;
    280281    }
    281282
  • password-protect-wordpress-blog/trunk/readme.txt

    r594752 r595050  
    55Requires at least: 3.3.1
    66Tested up to: 3.3.1
    7 Stable tag: 4.08
     7Stable tag: 4.09
    88
    99This plugin password protects your wordpress blog with a single password.
     
    142142
    143143* 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.