diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bceb9c..635c4c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -2.0.0 (unreleased) +2.0.1 (2021-11-14) +------------------ + +* Compatible with Geotrek-rando-v3 version 3.5.0 and more, with new filters display customization + +2.0.0 (2021-09-30) ------------------ * Compatible with Geotrek-rando-v3 version 3.2.0 and more. diff --git a/VERSION b/VERSION index 227cea2..38f77a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 +2.0.1 diff --git a/customization/config/filter.json b/customization/config/filter.json index b60eb40..fe51488 100644 --- a/customization/config/filter.json +++ b/customization/config/filter.json @@ -1,106 +1 @@ -[ - { - "id": "practices", - "type": "MULTIPLE" - }, - { - "id": "categories", - "type": "MULTIPLE" - }, - { - "id": "themes", - "type": "MULTIPLE" - }, - { - "id": "cities", - "type": "MULTIPLE" - }, - { - "id": "districts", - "type": "MULTIPLE" - }, - { - "id": "structures", - "type": "MULTIPLE" - }, - { - "id": "difficulty", - "type": "MULTIPLE" - }, - { - "id": "duration", - "type": "MULTIPLE", - "options": [ - { - "minValue": 0, - "maxValue": 1, - "label": "0 - 1h" - }, - { - "minValue": 1, - "maxValue": 2, - "label": "1h - 2h" - }, - { - "minValue": 2, - "maxValue": 5, - "label": "2h - 5h" - }, - { - "minValue": 5, - "maxValue": 10, - "label": "5h - 10h" - } - ] - }, - { - "id": "length", - "type": "MULTIPLE", - "options": [ - { - "minValue": 0, - "maxValue": 5000, - "label": "0 - 5km" - }, - { - "minValue": 5000, - "maxValue": 10000, - "label": "5km - 10km" - }, - { - "minValue": 10000, - "maxValue": 15000, - "label": "10km - 15km" - }, - { - "minValue": 15000, - "maxValue": 50000, - "label": "15km - 50km" - } - ] - }, - { - "id": "ascent", - "type": "MULTIPLE", - "options": [ - { - "minValue": 0, - "maxValue": 500, - "label": "0 - 500m" - }, - { - "minValue": 500, - "maxValue": 1000, - "label": "500m - 1km" - } - ] - }, - { - "id": "routes", - "type": "MULTIPLE" - }, - { - "id": "accessibilities", - "type": "MULTIPLE" - } -] +[]