Dev - Improves handling of clicks on the selectize scrollbar to avoid the dropdown closing.
Dev - The woocommerce_product_filter_footer_scripts filter avoids infinite page reload loops when WooCommerce filter blocks are mixed with the extension's filter blocks. By preemptively setting wcSettings.isRenderingPhpTemplate = false it avoids the infinite page reload when mixing filter blocks from the extension with filter blocks from WooCommerce on the same page.
Dev - Added the woocommerce_product_filter_footer_scripts filter.
Dev - Added the woocommerce_product_filter_footer_scripts_wc_settings filter.
Dev - Avoid a Javascript error when the "wc/store/query-state" store is already registered.
Fix - Solves issues with product attributes using international characters (empty archive; no filter terms shown; missing terms in index).
Add - GTIN, UPD, EAN or ISBN field data is now searchable and added as SKU and content index data. For existing data, the index needs to be rebuilt to produce results based on these identifiers.
Dev - Removed unnecessary translation function calls.
Fix - Fixed translation calls made too early for widget names.