Changeset 1003353
- Timestamp:
- 10/07/2014 03:05:55 PM (11 years ago)
- Location:
- register-plus-redux/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
register-plus-redux.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
register-plus-redux/trunk/readme.txt
r1003351 r1003353 5 5 Requires at least: 3.5 6 6 Tested up to: 4.0 7 Stable tag: 4.0. 07 Stable tag: 4.0.1 8 8 9 9 Enhances the user registration process with complete customization and additional administration options. … … 241 241 == Changelog == 242 242 243 = 4.0.1 = 244 October 7, 2014 by radiok 245 246 * Properly fixed uninitialized $errors object 247 243 248 = 4.0.0 = 244 249 October 6, 2014 by tanaylakhani, radiok -
register-plus-redux/trunk/register-plus-redux.php
r1002721 r1003353 6 6 Plugin URI: http://radiok.info/blog/category/register-plus-redux/ 7 7 Description: Enhances the user registration process with complete customization and additional administration options. 8 Version: 4.0. 08 Version: 4.0.1 9 9 Text Domain: register-plus-redux 10 10 Domain Path: /languages … … 27 27 // TODO: Enhancement- Widget is lame/near worthless 28 28 29 define( 'RPR_VERSION', '4.0. 0' );29 define( 'RPR_VERSION', '4.0.1' ); 30 30 define( 'RPR_ACTIVATION_REQUIRED', '3.9.6' ); 31 31
Note: See TracChangeset
for help on using the changeset viewer.