• Plugin Author Chad Butler

    (@cbutlerjr)


    WP-Members version 3.0 has been released.

    There are some big changes in this update, especially to the main options array. Please review the release notes before upgrading on a production site: https://rkt.bz/v30

    Also, if you notice something wrong or think something is wrong, please notify me at https://rocketgeek.com/contact/

    If you’re not a premium support subscriber, that’s OK – just note [Version 3.0 Bug Report] in the subject line.

    You can also post potential issues in the www.ads-software.com forums.

    Please note that bug reports and upgrade issues will be taking priority. If your question is about basic installation or customization, I probably will not get to that right away.

    https://www.ads-software.com/plugins/wp-members/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    There was an early report of a logical flaw in the user profile page shortcode. This has been corrected and released as version 3.0.0.1.

    Should you update?

    If you use the user profile page shortcode ([wp-members page=user-profile]), then you probably should. If you use this shortcode and you originally had selected to “hide registration” (the old setting – the new one reverses this to “show registration”), then yes, you should apply the update.

    yet, again and again……..
    Another error and is panic.. for someone.
    Now the error, for users who does not own his own server.
    Now, in version 3.0.0.1 the error, upgrading, is line 144 in register.php
    require_once(‘lib/recaptchalib.php’);
    The command jump to a location that is not plugin dir, but server dir.
    So you may chenge line in:
    require_once(‘recaptchalib.php’);
    and copy the file recaptchalib.php from lib dir to inc dir.
    But the re is the other FATAL ERROR, because the correct sintax to recall google reCaptcha keys, and also the easier, is change in recaptchalib.php
    the lines:
    137
    166
    182
    from ReCaptchaResponse to ReCaptchaResponseGoogle
    so you do not need have a control if recaptche library is in use by another plugin.

    Plugin Author Chad Butler

    (@cbutlerjr)

    Thanks for posting. However, the correct change is not to move the recaptchalib.php file. The line should actually change to this:

    require_once( WPMEM_PATH . 'lib/recaptchalib.php' );

    This fix will be included in the next update.

    Thanks.
    Hope also correction in recaptchalib.php causing fatal error can not redeclare…
    Have fun

    Plugin Author Chad Butler

    (@cbutlerjr)

    I’ve released 3.0.0.2 which includes fixes for login shortcode display issues (when pages/posts set to not show registration) and also reCAPTCHA issues (correct lib path and namespace change).

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Version 3.0 Final Release’ is closed to new replies.