You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENHANCEMENT: Added filter pmproec_extra_query_args to allow developers to add extra query args to the email confirmation link.
ENHANCEMENT: Option added to revalidate user's if they change their email address - if an admin changes a user email user's won't need to validate their email again.
ENHANCEMENT: Admins and users are able to resend the email confirmation at any point while the user's email is not validated.
ENHANCEMENT: Resend email confirmation link added to the user's membership account page.
ENHANCEMENT: Custom HTML email template for resending email confirmation requests.
ENHANCEMENT: Integrates with Email Templates Admin Editor and uses !!validation_link!! shortcode available in the resend confirmation email template.
ENHANCEMENT: Adjusted the method used to generate validation keys.
BUG FIX: Removed PHP Notice error log entry.
ENHANCEMENT: Support localization, includes master POT file.