* New - Added support for Stripe's express payment methods (Google Pay, Apple Pay, Link by Stripe).
* Fix - Fixed an issue where payment restrictions with Stripe required a full page refresh to apply.
* Fix - Fixed an issue that prevented the PayPal Payments Express payment method from functioning inline with the restrictions set for the PayPal payment method.
* Tweak - Bumped WooCommerce tested up to version to 10.5.
* Tweak - Replaced wc_enqueue_js with wp_add_inline_script according to the recommended WordPress core script patterns.
* Tweak - Bumped WordPress tested up to version to 6.9.
* Tweak - Bumped WooCommerce tested up to version to 10.4.
* New - Added compatibility with the Woo Payments MultiCurrency feature.
* New - Introduced {currency} placeholder in custom notices, to output the currency of the store.
* Dev - Introduced the 'woocommerce_csp_product_attribute_values' filter. Use this filter together with the Product Attribute condition, to limit options to specific variation attributes.
* Fix - In some cases restriction was not getting applied due to the background admin-ajax calls.
* New - Improved compatibility with Woo Payments to remove express checkout buttons when gateway is restricted.
* Fix - Improved compatibility with Woo Payments to display correct payment gateway names in the admin settings.
Fix - Fixed a fatal error caused by delayed loading conditions and restrictions.
* Dev - Delayed loading conditions and restrictions to the init action to avoid loading translations too early.
Fix - Improved validation and handling for Exclude shipping rate ids.
* Fix - Added back CSS files that were missing due to failing build.
* Fix - Deactivate plugin for WooCommerce versions prior to 8.2 to avoid fatal errors.
* Important - New: PHP 7.4+ is now required.
* Important - New: WooCommerce 8.2+ is now required.
* Important - New: WordPress 6.2+ is now required.
* Important - Removed all previously deprecated code
* Fix - Fixed a bug where gateway names were displayed empty for some payment gateways.