# Changelog ## [1.1.0] - Changed - Added PHP 8.2 support. ## [1.0.3] - 2023-02-15 ### [Fixed] - Fixed issue when 'Clear Filters' URL is not changed when Config::canUseCategoryUrlAsCanonical return false. ## [1.0.2.7] - 2022-01-0 ### Added - Added Template > Enabled option. ## [1.0.2.6] - 2021-08-06 ### Added - Config option to set robots tag for all filter pages. ## [1.0.2.5] - 2021-06-07 ### Added - Option to disable custom canonical and use the original category URL as the canonical for filter pages ### Changed - Reorganised config options in Admin and added Version field to help easily identify the current version from admin. ## [1.0.1.15] - 2020-01-09 ### Fixed - Fixed issue where attribute options with shared names would have wrong attribute selected so no products would be found. The module now only applies filters from attributes that are applicable to the current category. It is still important to ensure attribute option names are unique though. ## [1.0.1.9] - 2019-12-06 ### Removed - Removed the mass action as the actions aren't used. ## [1.0.1.4] - 2019-10-21 ### Fixed - Fixed issue regarding URL generation for filters when using multiselect attributes. ## [1.0.1.3] - 2019-10-18 ### Added - Added support for multiselect attributes. URLs have options comma separated (eg. /some/category/option1,option2.html) ### Fixed - Wired up the specific attribute selection so you can enable for just a few attributes or all of them. ## [1.0.1.2] - 2019-10-03 ### Fixed - Fixed issue when using category filters (?cat=14) ## [1.0.1.1] - 2019-10-01 ### Added - Swatches (color) are now converted to SEO URLs (eg. /category/child/red.html) ## [1.0.1.0] - 2019-10-01 ### Added - Breadcrumbs for each filter option ### Fixed - Fixed Clear All link ## [1.0.0.3] - 2019-09-24 ### Added - New console command (php bin/magento fishpig:seolayerednavigation:install-db-tables). The will create the DB table for Magento 2.0, 2.1 and 2.2 users. Magento 2.3 users won't need this as Magento 2.3 uses the db_schema.xml file to automatically create the table. ## [1.0.0.2] - 2019-09-10 ### Added - Support for the WeltPixel_LayeredNavigation module - This changelog file