* Fix - Fixed admin styling compatibility issues with WordPress 7.0.
* Tweak - Bumped WordPress tested up to version to 7.0.
* Tweak - Bumped WooCommerce tested up to version to 10.7.
* Tweak - Added settings link on plugins page.
* 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.
* Dev - Delayed loading conditions and restrictions to the init action to avoid loading translations too early.
* Fix - Deactivate plugin for WooCommerce versions prior to 8.2 to avoid fatal errors.