WooCommerce Bulk Table Editor Version 2.2.16 Changelog
* Minor fix in settings (rest api conflict)
* Minor fix in settings (rest api conflict)
* Sensei LMS: Version bump to 4.4.2 https://raw.githubusercontent.com/Automattic/sensei/version/4.4.2/changelog.txt
* 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: Replace the get_post_meta() calls in WCS_Post_Meta_Cache_Manager with WC_Order::get_meta().
* 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.
* Feature-New provider: Sendinblue.
* Tweak-Tested compatibility with WP 6.0.
* Change: WooCommerce compatibility up to 6.5
* New: WooCommerce 6.5 compatibility
* Update: Tested up to WooCommerce 6.5.0.
* Fix: Import/export of child variations.
* Dev: Add update warning notice for when 2.0 is released.
* Update: Tested against WooCommerce 6.5.0.
* Fix: Fatal Error in update routine, call “Call to protected method WP_Background_Process::is_process_running()”, reintroduced by code standards sniffing.
* Feature-Added compatibility with ‘WooCommerce USPS Shipping’.
* Tweak-Tested compatibility with WP 6.0.
* Fix-Fixed wrong order total when the shipping costs are calculated with ‘WooCommerce Shipping & Tax’.
* Fix-Fixed wrong discount in the shipping costs when the taxes are calculated with ‘WooCommerce AvaTax’.
* Tweak-WC 6.5 compatibility.