- Improved Star rating facet - added new UI color settings
- Improved enable "Strict query detection" by default for new installs
- Fixed admin UI - row counts not updating after re-indexing
- Fixed replaced default post_types from "any" to an actual array, for better WooCommerce compatibility
- Fixed Listing builder - WooCommerce source field inconsistencies
- Fixed WooCommerce - hid the `cf/_product_attributes` custom field, in favor of `cf/attribute_*`
- NewAdded `facetwp_scripts` WP action to manually add custom scripts
- NewProximity facet - added Placeholder field
- FixedBetter detection / handling when `facetwp_pre_filtered_post_ids` or `facetwp_filtered_post_ids` hooks are in use
- FixedDate range - PHP warning when no end date is set (props Oscar M.)
- FixedWooCommerce - prevent issues for custom-translated stock statuses
- FixedMore PHP8 deprecation notices
- Fixed `FWP()->is_filtered` should account for `facetwp_pre_filtered_post_ids` hook usage (fixes Advanced Woo Search)
- FixedAdmin - prevent caching of index table row counts
- FixedAdmin - plugin install notice listed the wrong add-on name (e.g. "WPML" instead of "Multilingual")
- FixedLoad more - prevent injecting results into static templates
- FixedIndexer - issue causing index values for a post to clear on save
- ImprovedSupport - include memory stats
- ImprovedSupport - include whether Debug Mode is turned on
- Improved (Re-)added notices when necessary integration add-ons are missing
- Improved Admin UI - show the HTTP status code when an ajax request fails
- Improved Migration script efficiency tweaks
- Fixed Hierarchy facet - changed "Count" setting to "Soft limit" for consistency
- Fixed Listing builder - switched button items back from HTML button to link elements
- Fixed "Show indexable post types" UI setting now takes the `facetwp_indexer_query_args` hook into account
ImprovedAutocomplete - support `facetwp_facet_display_value` hook
ImprovedListing builder - use a <form> for button links ("A" tags around buttons is invalid HTML)
- NewAdded `facetwp_proximity_store_latlng` hook
- ImprovedListing builder - shortcode support for the "No results text" box
- ImprovedWooCommerce - renamed "Include all products" UI setting to "Index out-of-stock products"
- FixedEnsure that `facetwp_get_distance` returns the closest distance when a post contains multiple locations
- FixedSearchWP - prevent extra escaped quotes
- FixedProximity - added the (now required) gmap `callback` argument
- FixedPlaceholder text not appearing for autocomplete and search facets
- New Added "No results text" field to the listing builder
- Improved WP-CLI integration - use temp table, just like the UI version
- Fixed JSON response - ensure that "action" is a string (3rd party plugins sometimes break this standard)
- Updated Build tools