Skip to content

Releases: Automattic/woocommerce-subscriptions-core

Version 2.2.0

03 Aug 23:49
9ce5295
Compare
Choose a tag to compare
* Fix - Update subscription address when changed with renewals on block checkout.

Version 2.1.0

06 Jun 23:54
7eab8ae
Compare
Choose a tag to compare
* Fix - Fatal Error caused in rare cases where quantity is zero during renewal.

Version 2.0.0

23 May 01:00
69ab97d
Compare
Choose a tag to compare
* Dev - Retrieving users subscriptions order has been updated to use the WooCommerce specific APIs in WC_Subscriptions_Order.
* Dev - Deprecate the WC_Subscriptions_Order::get_meta() function. Use wcs_get_objects_property( $order, $meta_key, "single", $default ) instead.
* Dev - Update the wcs_get_objects_property() function to prevent calls to get_post_meta() on objects that support calling the get_meta() function.
* Dev - Remove the get_post_meta() call from WCS_Post_Meta_Cache_Manager::maybe_update_for_post_change().
* Dev - Replace code using get_post_type( $order_id ) with WC Data Store get_order_type().
* Dev - Replace all cases of update_post_meta() where an Order ID is passed to use WC_Order::update_meta_data() instead. 

Version 1.9.0

11 May 21:24
Compare
Choose a tag to compare
* Fix: Display subscription billing details in the Cart Block when purchasing products with subscription plans created using the All Products extension. PR#149
* Dev: Update phpunit to v9 to allow testing against newer php versions. PR#140

1.8.0

05 Apr 01:02
20d0604
Compare
Choose a tag to compare

= 1.8.0 - 2022-04-04 =

  • Update: Switch to global functions to remove deprecation warnings originating from WooCommerce Blocks. PR#124

1.7.0

18 Mar 05:17
69d33ca
Compare
Choose a tag to compare
  • Fix: Sets up subscriptions integration with the Mini Cart Block and adds new hook to filter compatible blocks. PR#103
  • Fix: When using a WooCommerce Blocks powered checkout, fix an issue that led to limited products being removed from the cart when completing a switch or renewal order. PR#119 wcs#4232
  • Fix: When there is only one Shipping Method available in the recurring shipping package, make sure that this method is treated as selected in the current session and the woocommerce_after_shipping_rate action runs. PR#115
  • Fix: Don't anonymize new subscriptions related to old subscriptions via a resubscribe relationship. PR#121 wcs#4304 wcpay#3889
  • Fix: Content that appears on the My account > Payment methods page should be translatable. PR#125 wcs#4180 wcpay#3974

1.6.4

10 Feb 00:10
7cdddd4
Compare
Choose a tag to compare

2022-02-10 - version 1.6.4

  • Fix: When changing the payment method, make sure the subscription total returns $0 when subscriptions-core is loaded after the woocommerce_loaded action hook. PR#111 wcpay#3768

1.6.3

07 Feb 05:12
Compare
Choose a tag to compare

2022-02-07 - version 1.6.3

  • Fix: Replace uses of is_ajax() with wp_doing_ajax(). PR#108 wcpay#3695 wcs#4296
  • Improve handling of session data.

1.6.2

19 Jan 13:48
bc48cd0
Compare
Choose a tag to compare
2022-01-19 - version 1.6.2
* Fix: Prevent fatal error when too few arguments passed to widget_title filter. PR#100

1.6.1

18 Jan 05:25
d23e989
Compare
Choose a tag to compare

2022-01-18 - version 1.6.1

  • Dev: Update the list of "export-ignore" in .gitattributes to include recent developer files. PR#97
  • Dev: Set the composer package type to "wordpress-plugin". PR#96