Releases: strangerstudios/pmpro-woocommerce
Releases · strangerstudios/pmpro-woocommerce
1.10 - 2024-10-21
1.9.1 - 2024-05-27
- BUG FIX: Fixes an issue for checkout, when a membership-linked product only allows one product per checkout. (@dparker1005)
1.9 - 2024-03-11
- 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
- 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
- BUG FIX: Fixed an issue where the "Autocomplete Order Status" option wasn't saving correctly.
1.7.6 - 2023-01-24
- SECURITY: Escaping and sanitization updates.
- ENHANCEMENT: Updated readme, banner, and thumbnail assets.
V1.7.5 - 2023-01-17
- 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
- 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
- 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
- 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)