Plugin Directory

Changeset 1003353


Ignore:
Timestamp:
10/07/2014 03:05:55 PM (11 years ago)
Author:
radiok
Message:

Prep 4.0.1 release to publish fix around is_wp_error

Location:
register-plus-redux/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • register-plus-redux/trunk/readme.txt

    r1003351 r1003353  
    55Requires at least: 3.5
    66Tested up to: 4.0
    7 Stable tag: 4.0.0
     7Stable tag: 4.0.1
    88
    99Enhances the user registration process with complete customization and additional administration options.
     
    241241== Changelog ==
    242242
     243= 4.0.1 =
     244October 7, 2014 by radiok
     245
     246* Properly fixed uninitialized $errors object
     247
    243248= 4.0.0 =
    244249October 6, 2014 by tanaylakhani, radiok
  • register-plus-redux/trunk/register-plus-redux.php

    r1002721 r1003353  
    66Plugin URI: http://radiok.info/blog/category/register-plus-redux/
    77Description: Enhances the user registration process with complete customization and additional administration options.
    8 Version: 4.0.0
     8Version: 4.0.1
    99Text Domain: register-plus-redux
    1010Domain Path: /languages
     
    2727// TODO: Enhancement- Widget is lame/near worthless
    2828
    29 define( 'RPR_VERSION', '4.0.0' );
     29define( 'RPR_VERSION', '4.0.1' );
    3030define( 'RPR_ACTIVATION_REQUIRED', '3.9.6' );
    3131
Note: See TracChangeset for help on using the changeset viewer.