Skip to content

v1.2

Compare
Choose a tag to compare
@ideadude ideadude released this 20 Mar 17:41
· 184 commits to master since this release
  • BUG FIX: Fixed issue with [membership] shortcode not working correctly for pending/logged-in non-members.
  • BUG FIX: Fixed integration with Email Confirmation. Admins will only be able to approve/deny users once their emails are confirmed.
  • BUG FIX: Fixed integration with Email Templates Admin Editor sending out wrong usernames. Dear admin, for users and vice versa.
  • BUG FIX: Fixed pending member notification bubble for PMPro 2.0+.
  • BUG FIX: Fixed menus for PMPro 2.0+. (Thanks, ioamnesia on GitHub)
  • BUG FIX/ENHANCEMENT: Reworked the email functionality entirely.
  • ENHANCEMENT: Added i18n support for Approvals with French translation files. Please submit your translation files via a Pull Request or on www.paidmembershipspro.com so we may include these in future a release.
  • ENHANCEMENT: Filters added for approved, denied and pending status.
  • ENHANCEMENT: Support Register Helper fields inside the "View" profile of pending users. Including "File" fields.
  • ENHANCEMENT: Added action hooks: pmpro_approvals_before_approve_member, pmpro_approvals_after_approve_member, pmpro_approvals_before_deny_member, pmpro_approvals_after_deny_member, pmpro_approvals_before_reset_member, pmpro_approvals_after_reset_member. All of these hooks pass two parameters: $user_id, $level_id.