Plugin Directory

Changeset 873226


Ignore:
Timestamp:
03/11/2014 06:02:50 AM (12 years ago)
Author:
radiok
Message:

Learned that the meta query added in version 3.9.6 that converts old 'unverified_*' users to the new "Unverified" role was not supported prior to WordPress 3.5. The minimum version flag has been updated in the readme.txt with an explanation in the FAQ.

File:
1 edited

Legend:

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

    r873215 r873226  
    33Donate link: http://radiok.info/donate/
    44Tags: registration, register, plus, redux, password, invitation, code, email, verification, disclaimer, license, agreement, privacy, policy, logo, moderation, user
    5 Requires at least: 3.3
     5Requires at least: 3.5
    66Tested up to: 3.8.1
    77Stable tag: 3.9.10
     
    9797Prior to WordPress 3.2, WordPress required PHP 4, version 3.2 bumped up the requirement to PHP 5 (specifically PHP 5.2).  Register Plus Redux has been built specifically against PHP 5, functions and features may not function properly in PHP 4 or older.  WordPress 3.3 included the full jQuery UI library, previously Register Plus Redux had to include its own copy for the Datepicker widget.
    9898
     99= Why does Register Plus Redux require WordPress 3.5+ =
     100Register Plus Redux uses WP_User_Query meta queries which was a developer feature added in WordPress 3.5.
     101
    99102= Can you add a feature to change the width of the Registration Form? / How you change the width of the Registration Form? =
    100103You can use the Custom Register CSS (found in Register Plus Redux's settings) to specify the width of the Registration form via CSS.  Specifically the code follows:
     
    119122??? by radiok
    120123
    121 * Code cleanup
     124* Bumped the "Requires at least" minimum WordPress version to 3.5 following bug reported by taral <http://wordpress.org/support/topic/fatal-error-after-upgrading-to-3910>
    122125
    123126= 3.9.10 =
Note: See TracChangeset for help on using the changeset viewer.