WooCommerce Splash Popup Version 1.4.0 Changelog
* Fix-Add renovate bot configuration.
* Fix-fix: composer 2.2 excludes handling.
* Tweak-WC 6.5 compatibility.
* Tweak-WP 6.0 compatibility.
* Fix-Add renovate bot configuration.
* Fix-fix: composer 2.2 excludes handling.
* Tweak-WC 6.5 compatibility.
* Tweak-WP 6.0 compatibility.
* Fix-Add `.nvmrc` file.
* Fix-Add renovate bot configuration.
* Fix-Add support to block themes, several shortcodes and the Related/Linked Products sections in the single product page.
* Fix-Replace node-sass with sass package.
* Fix-fix: composer 2.2 excludes handling.
* Tweak-WC 6.5 compatibility.
* Tweak-WP 6.0 compatibility.
* Fix-Fix renovate bot config: add reviewers and remove rule for major dev deps.
* Fix-fix: composer 2.2 excludes handling.
* Tweak-WC 6.5 compatibility.
* Tweak-WP 6.0 compatibility.
* Fix-Remove Non-Standard fees from rate total if a package matches USPS Tube dimensions.
* Fix-Fatal error “Call to a member function get_option() on null” if shipping and shipping calculations are disabled in Shipping location(s) option.
* 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.