Skip to content

Releases: strangerstudios/pmpro-email-confirmation

0.7 - 2023-08-21

21 Aug 17:16
Compare
Choose a tag to compare
  • ENHANCEMENT: Improved integration with BuddyPress directories when using the PMPro BuddyPress Add On. #46 (@JarrydLong)
  • ENHANCEMENT: Updating <h3> tags to <h2> tags for better accessibility. #51 (@michaelbeil)
  • BUG FIX/ENHANCEMENT: Now allowing users without a confirmed email address to cancel their membership. #45 (@dparker1005)
  • BUG FIX/ENHANCEMENT: Improved compatibility with PMPro Multiple Memberships Per User Add On. #47 (@dparker1005)
  • REFACTOR: No longer pulling checkout level from $_REQUEST variable. #49 (@dparker1005)
  • REFACTOR: Now using the function get_option() instead of pmpro_getOption(). #50 (@dwanjuki)

V0.6

11 Sep 12:03
Compare
Choose a tag to compare
  • SECURITY: Escaped text on front-end.
  • BUG FIX: Fixed issue where manually added members were validated but treated as unvalidated members on the front-end.
  • BUG FIX: Fixed grammar (spacing) issue for the email confirmation message.
  • ENHANCEMENT: Added localization functionality, includes Afrikaans and English (UK) translations
  • ENHANCEMENT: Added new filters to handle validation redirects for logged-in and logged-out users: pmproec_logged_in_validate_redirect and pmproec_logged_out_validate_redirect respectively.
  • ENHANCEMENT: Added 'Resend Confirmation Email' to the Membership Account page.

V0.5

13 Sep 13:38
Compare
Choose a tag to compare
  • 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.