WooCommerce Additional Variation Images Version 2.0.0 Changelog
* Fix-Add renovate bot configuration.
* Fix-Update build scripts and tooling.
* Fix-fix: composer 2.2+ excludes handling.
* Tweak-WC 6.5 compatibility.
* Tweak-WP 6.0 compatibility.
* Fix-Add renovate bot configuration.
* Fix-Update build scripts and tooling.
* Fix-fix: composer 2.2+ excludes handling.
* Tweak-WC 6.5 compatibility.
* Tweak-WP 6.0 compatibility.
* Fix -Unsupported operand types: string-string in wcms-order.php on PHP 8.
* Fix-Add renovate bot configuration.
* Tweak-WC 6.5 compatibility.
* Tweak-WP 6.0 compatibility.
* 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.