Skip to content

Releases: strangerstudios/pmpro-woocommerce

1.10 - 2024-10-21

21 Oct 18:27
Compare
Choose a tag to compare
  • FEATURE: Now updating the plugin from paidmembershipspro.com.
  • ENHANCEMENT: Updated translation files bundled with the plugin.
  • BUG FIX: Fixed strings that were not being translated. #206 (@DAnn2012)

1.9.1 - 2024-05-27

27 May 09:10
Compare
Choose a tag to compare
  • BUG FIX: Fixes an issue for checkout, when a membership-linked product only allows one product per checkout. (@dparker1005)

1.9 - 2024-03-11

11 Mar 13:45
Compare
Choose a tag to compare
  • ENHANCEMENT: Added support for Paid Memberships Pro 3.0+ to allow multiple level purchases within a single cart if the level linked to the product allows multiple levels at once.
  • ENHANCEMENT/BUG FIX: Fixed an issue where Variable Subscription products did not handle cancellations correctly.

V1.8 - 2023-07-10

10 Jul 12:17
Compare
Choose a tag to compare
  • ENHANCEMENT: Mark Paid Memberships Pro Integration with WooCommerce compatible with Custom Order Tables.
  • ENHANCEMENT: Shows a message that the membership product is already in the cart when viewing the same product in the store.
  • ENHANCEMENT: Stop Woocommerce subscription renewals from changing the user's membership level to the same level.
  • BUG FIX: Fixed an issue where simple variation subscriptions were being discounted incorrectly, when set to not discount level products.

V1.7.7 - 2023-02-02

02 Feb 08:07
Compare
Choose a tag to compare
  • BUG FIX: Fixed an issue where the "Autocomplete Order Status" option wasn't saving correctly.

1.7.6 - 2023-01-24

25 Jan 06:53
Compare
Choose a tag to compare
  • SECURITY: Escaping and sanitization updates.
  • ENHANCEMENT: Updated readme, banner, and thumbnail assets.

V1.7.5 - 2023-01-17

17 Jan 14:17
Compare
Choose a tag to compare
  • ENHANCEMENT: Support Multiple Memberships Per User. If a member holds more than one level, give the member the best discount available to their levels.
  • ENHANCEMENT: Added functionality to autocomplete orders with variation products.
  • ENHANCEMENT: Improved localization on strings in the plugin.
  • BUG FIX: Fixed a fatal error when the product item would be false in some cases and we tried to get the product ID.

v1.7.4

03 Feb 11:31
Compare
Choose a tag to compare
  • BUG FIX: Fixed issue where renewal purchases was extending member's expiration date by double. (@dparker1005)
  • BUG FIX/ENHANCEMENT: Fixed issues with the Gift Recipient not saving in newer WooCommerce versions. (@contemplate)

V1.7.3

27 Aug 05:32
Compare
Choose a tag to compare
  • ENHANCEMENT: Tested up to WooCommerce 5.6.0.
  • ENHANCEMENT: Added support for time in expiration dates when extending or renewing a level and checking out for a new membership level.
  • BUG FIX: Fixed an issue where variation prices would show twice if the min and max price was identical. (Thanks, ArdiNEC on GitHub)
  • BUG FIX: Fixed an issue of a non-numeric warning value when discount was empty.
  • BUG FIX: Fixed deprecated function warnings.

v1.7.2

14 Mar 03:02
Compare
Choose a tag to compare
  • ENHANCEMENT: Tested up to WooCommerce 5.1.0.
  • ENHANCEMENT: Added .pot file and British English po/mo files.
  • BUG FIX: Fixed issue where memberships associated with subscriptions in pending-cancel status were cancelled. We now wait for the full canceled status.
  • BUG FIX: When variable products are used, we will look for a membership price on the parent product. No support for member prices on variations yet.
  • BUG FIX: Removed use of deprecated $order->get_product_from_item() method. (Thanks, ogiebobogh on GitHub)