2018.04.26 - version 2.1.1
* Added the Woo header tag.
2018.04.18 - version 2.1.0
* Improved the product filter navigation and UX.
* Improved term handling internally.
* Added product category navigation facilities compatible with click and touch devices, including auto-expand and retract and click to expand/retract.
* Added visual improvements on all product filters.
* Added Font Awesome 5 Free for term navigation icons.
* Disabled product category filter parent navigation display by default in favor of ancestor navigation which is enabled by default (both can be combined).
* Added guards for cases where conflicts are created by poor "optimizers" or where plain Javascript errors are causing required resources (our typeWatch) not to be loaded.
* Added the woocommerce_product_search_term_walker_expand filter.
* Added the woocommerce_product_search_term_walker_retract filter.
* Improved the term filter algorithm to further restrict terms offered based on matching products from the keyword search filter.
* Removed the previous taxonomy renderer.
* Fixed an issue where applying filters with pagination would lead to 404 responses if the filter would produce less pages than the n-th page viewed.
* Fixed wrong form id produced for price filter form.
* Added the WPS_DEBUG_DOM constant which enables logging of DOM parsing errors.