Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Releases: GeotrekCE/Geotrek-rando

2.21.1-ux

13 Sep 08:45
Compare
Choose a tag to compare

Enhancements

  • Change length shown, constancy with admin and pdfs

Bug fixes

  • Fix query smaller than the tested properties
  • Fix POIs and Steps not displayed on sidebar detail page

2.21.1

13 Sep 08:42
Compare
Choose a tag to compare

Enhancements

  • Change length shown, constancy with admin and pdfs

Bug fixes

  • Fix query smaller than the tested properties

2.21.0-ux

21 Aug 09:17
Compare
Choose a tag to compare

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

21 Aug 09:17
Compare
Choose a tag to compare

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

20 Mar 14:54
Compare
Choose a tag to compare

Bug fixes

  • Translate SEE_TREK_STEPS to german and italian

2.20.0-ux2

20 Feb 12:34
Compare
Choose a tag to compare

Bug fixes

  • Fix map display when no touristic content is enabled

2.20.0-ux

14 Dec 15:25
Compare
Choose a tag to compare

Enhancements

  • Show signages and infrastructures layers on map

2.20.0

14 Dec 15:24
Compare
Choose a tag to compare

Enhancements

  • Show signages and infrastructures layers on map

2.19.6-ux2

28 Nov 13:39
Compare
Choose a tag to compare

Bug fixes

  • Fix map centering
  • Fix sliders initialization
  • Fix filters update when changing category

2.19.6-ux

19 Nov 17:45
Compare
Choose a tag to compare

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, the DEFAULT_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 set DEFAULT_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 set DEFAULT_ACTIVE_CATEGORY to it.

      For instance:

      "DEFAULT_ACTIVE_CATEGORIES": ["T", "C3", "C5"] becomes "DEFAULT_ACTIVE_CATEGORY": "C5"
  • 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).