Plugin Directory

Changeset 873241


Ignore:
Timestamp:
03/11/2014 06:19:54 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/tags/3.9.10/readme.txt

    r714983 r873241  
    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
    6 Tested up to: 3.5
     5Requires at least: 3.5
     6Tested up to: 3.8.1
    77Stable tag: 3.9.10
    88
     
    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:
Note: See TracChangeset for help on using the changeset viewer.