Skip to content

Commit

Permalink
Version bump 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlimaza committed Feb 3, 2023
1 parent 9805a27 commit d5ec463
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pmpro-membership-card.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Paid Memberships Pro - Membership Card Add On
Plugin URI: http://www.paidmembershipspro.com/wp/pmpro-membership-card/
Description: Display a printable Membership Card for Paid Memberships Pro members or WP users.
Version: 1.1.1
Version: 1.1.2
Author: Stranger Studios
Author URI: http://www.strangerstudios.com
Text Domain: pmpro-membership-card
Expand Down
14 changes: 9 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: strangerstudios
Tags: paid memberships pro, pmpro, membership, card, membership card, members, badge, logo
Requires at least: 5.0
Tested up to: 6.0
Stable tag: 1.1.1
Tested up to: 6.1
Stable tag: 1.1.2

Display a printable Membership Card for Paid Memberships Pro members or WP users.

Expand All @@ -29,16 +29,20 @@ Specify the print size of the cards to display using the shortcode attribute "pr
Please post it in the issues section of GitHub and we'll fix it as soon as we can. Thanks for helping. https://github.com/strangerstudios/pmpro-membership-card/issues

== Changelog ==
= 1.1.1 - 27-10-2022 =
= 1.1.2 - 2023-02-02 =
* 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.

= 1.1.1 - 2022-10-27 =
* BUG FIX: Fixed an issue where it would always show "None" as the level even if a user had a valid level.

= 1.1 - 19-10-2022 =
= 1.1 - 2022-10-19 =
* 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)

= 1.0 - 01-04-2020 =
= 1.0 - 2020-01-04 =
* ENHANCEMENT: Added QR Code functionality and QR data. Attributes: `qr_code="true"` and `qr_data="email"` for example. Please see documentation for more information. Thanks @jarrydlong.
* ENHANCEMENT: Added filter to allow custom data to be added: `pmpro_membership_card_after_card`.
* ENHANCEMENT: Added filter for QR code if `"other"` is set in attribute: `pmpro_membership_card_qr_data_other` and `pmpro_membership_card_qr_code_size`.
Expand Down

0 comments on commit d5ec463

Please sign in to comment.