Skip to content

Releases: strangerstudios/pmpro-membership-card

1.1.3 - 2024-04-25

25 Apr 13:24
Compare
Choose a tag to compare
  • ENHANCEMENT: Improvements added to the print functionality and adjusted printing sizes.
  • ENHANCEMENT: Adjusted title of the membership card from H3 to H2 to improve accessibility and screen readers.
  • REFACTOR: Added comments to code for improved IDE compatibility.

v1.1.2 - 2023-02-03

03 Feb 13:34
Compare
Choose a tag to compare
  • ENHANCEMENT: Added compatibility for using the [pmpro_membership_card] in custom post types (@JarrydLong)
  • BUG FIX: Fixed an issue when qr_data attribute was set to an invalid option.

V1.1.1 - 2022-10-27

27 Oct 06:29
Compare
Choose a tag to compare
  • BUG FIX: Fixed an issue where it would always show "None" as the level even if a user had a valid level.

V1.1 - 2022-10-19

19 Oct 15:00
Compare
Choose a tag to compare
  • ENHANCEMENT: Improved support for Multiple Memberships Per User Add On. This now shows multiple levels within the card view. (@dparker1005)
  • ENHANCEMENT: Added the ID 'pmpro_membership_card_member_since' to the 'since' element on the membership card. (@kimwhite)
  • BUG FIX/ENHANCEMENT: Fixed an issue where the "View and Print Membership Card" link would not generate a URL correctly if a page wasn't set with the [pmpro_membership_card] shortcode. (@andrewlimaza)
  • DEPRECATED: Deprecated functions (pmpro_membership_card_get_levels_for_user and pmpro_membership_card_return_level_name) in place of the new function pmpro_membership_card_output_levels_for_user. (@dparker1005)