This repository was archived by the owner on Jul 28, 2023. It is now read-only.
Releases: GeotrekCE/Geotrek-rando
Releases · GeotrekCE/Geotrek-rando
2.21.1-ux
2.21.1
2.21.0-ux
Enhancements
- Diving
- Add setting
DISPLAY_CREDITS_ON_IMAGE
to display credits or not on picture - Imperial scale
- Document configuration for mobile v3
- Document configuration to force PDF download
Bug fixes
- Always use DEFAULT_MAX_ZOOM to fit bounds
- Fix nginx configuration warnings
- Add a default color for unconfigured categories
2.21.0
Enhancements
- Diving
- Add setting
DISPLAY_CREDITS_ON_IMAGE
to display credits or not on picture - Imperial scale
- Document configuration for mobile v3
- Document configuration to force PDF download
Bug fixes
- Always use DEFAULT_MAX_ZOOM to fit bounds
- Fix nginx configuration warnings
- Add a default color for unconfigured categories
2.20.0-ux3
Bug fixes
- Translate SEE_TREK_STEPS to german and italian
2.20.0-ux2
Bug fixes
- Fix map display when no touristic content is enabled
2.20.0-ux
2.20.0
2.19.6-ux2
Bug fixes
- Fix map centering
- Fix sliders initialization
- Fix filters update when changing category
2.19.6-ux
Same as 2.19.6 with some UX modifications (categories menu on top instead of left side, only one category selected at a time).
Major changes
Some structural changes were carried out in this new version. Some of them may need you
to adjust your customizations:
- The user interface has been revamped with tabs for filtering on categories.
This makes it impossible to filter on several categories at the same time anymore.
Following this change, theDEFAULT_ACTIVE_CATEGORIES
setting (plural) has been replaced with
DEFAULT_ACTIVE_CATEGORY
(singular).
- If you had customized
DEFAULT_ACTIVE_CATEGORIES
with a unique default category, you
need to setDEFAULT_ACTIVE_CATEGORY
to it.
For instance:
"DEFAULT_ACTIVE_CATEGORIES": ["C3"]
becomes"DEFAULT_ACTIVE_CATEGORY": "C3"
- If you had customized
DEFAULT_ACTIVE_CATEGORIES
with several default categories, you
need to choose only one of them and setDEFAULT_ACTIVE_CATEGORY
to it.
For instance:
"DEFAULT_ACTIVE_CATEGORIES": ["T", "C3", "C5"]
becomes"DEFAULT_ACTIVE_CATEGORY": "C5"
- If you had customized
- New translation strings were added. They have been set for English and French.
If you use other languages, you will need to add corresponding translations.
Here is the list of additions:BACK_TO_THE_MAP
: Label of the link for getting back to the map, when on a POI's page.RESET_ALL_FILTERS
: Label of the link for resetting filters to default setting, displayed
at the bottom of category filters (at the right hand side of the global search bar).SEE_TREK_STEPS
: Label of the link for accessing a trek's steps, when on this trek's detail page.
Important update notes
The version of angularjs-slider
has been upgraded to a recent version.
You should run npm install
to ensure it gets updated to the correct version.
Other changes
- The search area at the top of the map was removed (as it's now below category filters).