* Fix - Address an issue where a PHP error may have occurred in the My Account > Store Credit page in some circumstances
* Fix - Ensure that eligible orders would persist categories when specified in the cashback configuration screen
* Localization - Update translations and ensure the bundled translations also cover the translatable strings included in the plugin's framework components
* Dev - Allow updating a user's store credit balance using the deprecated `update_user_meta()` function for backwards compatibility (not recommended)
* Dev - Add a filter hook to allow negative store credit balances to account for some specific customization scenarios where this is desirable (discouraged)
* Fix - Prevent WooCommerce from accidentally creating a draft or pending payment order when displaying cashback information in the cart or checkout pages
* Fix - Using comma as the decimal separator should persist the amount entered in the WordPress user profile edit screen store credit field
* Fix - Ensure the email object is not loaded twice when previewing an email while using the advanced emails feature in newer WooCommerce versions
* Fix - Improve compatibility with PDF Invoices & Packing Slips for WooCommerce when handling refunds
* Misc - Add an admin notice about the upcoming v4.0.0 release
* Tweak - Update styling of the Account Funds top-up button in the "My Account" page
* Fix - Applied funds on checkout should not double when changing shipping details when automated tax rates are enabled in WooCommerce Tax plugin
* Localization - Add Polish translations
* Feature - Add support for the WooCommerce Cart and Checkout blocks
* Tweak - Disable partial payments if the account funds gateway is disabled and the funds available are greater than the order total
* Fix - Ensure partial funds can be used on cart page without having to trigger a page reload
* Fix - Ensure funds can be applied when the order total would drop to zero when applying a discount
* Misc - Deprecate the account funds discount feature in favor of funds top up sales
* Misc - Prevent the plugin from being activated if WooCommerce is not active
* Tweak - Tested compatibility up to WC 8.5.
* Fix - Fixed error when generating a funds discount code before the `WC_Session` object is initialized.
* Dev - Improved compatibility with PHP 8.2 by not declaring dynamic properties in classes.
Tweak - Display the "Refund via Account Funds" button for orders paid with a different payment gateway only on WC 6.8+.
* Tweak - Declare compatibility with WooCommerce High-Performance Order Storage (HPOS).
* Tweak - Check if the funds are still applicable to the cart when its items are updated.
* Fix - Funds were not being removed from the cart after adding a deposit product.
2022-10-17 - v2.7.1
* Tweak - Skip the v2.3.7 migration script when updating from a version older than 2.3.0.
* Tweak - Tested compatibility up to WC 7.0.
* Tweak - Tested compatibility with WP 6.1.