Skip to content

Commit

Permalink
Merge pull request #6 from GeotrekCE/develop
Browse files Browse the repository at this point in the history
Develop > Master / 2.0.1 release
  • Loading branch information
camillemonchicourt authored Nov 14, 2021
2 parents 27240c2 + 5a4c229 commit 06c17b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 108 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1
107 changes: 1 addition & 106 deletions customization/config/filter.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
[]

0 comments on commit 06c17b0

Please sign in to comment.