Releases: strangerstudios/pmpro-woocommerce
Releases · strangerstudios/pmpro-woocommerce
V1.7.1
- BUG FIX: Fixed issue where discount for membership products would be applied when shouldn't.
- ENHANCEMENT: Improved wording on the Advanced Settings area to make the Membership and WooCommerce Subscriptions discount option clearer.
v1.7
- BUG FIX: Fixed bug where marking an order expired or cancelled could impact other subscriptions.
- BUG FIX: Fixed typo with
woocommerce_order_status_on-hold
. - BUG FIX: Fixed bug that kept the "Apply Member Discounts to WC Subscription Products?" setting (under Memberships -> Settings -> Advanced) from working properly.
- BUG FIX/ENHANCEMENT: Checked that $product is actually a
product
post_type when checking if user has active membership for level. - BUG FIX/ENHANCEMENT: Improved checks for cancelling membership if membership product expires.
- ENHANCEMENT: Added function
pmprowoo_user_has_active_membership_product_for_level
to return whether a user has an active WooCommerce product that gives membership. - ENHANCEMENT: Updated tested up to value for WooCommerce to v4.0 and WordPress to v5.4