Skip to content

3.5.0

Compare
Choose a tag to compare
@camillemonchicourt camillemonchicourt released this 14 Nov 18:53
· 1709 commits to main since this release
c0513db
  • To enable Outdoor module, Geotrek-admin version 2.70.0 or higher is required
  • To display images in Event module, Geotrek-admin version 2.72.0 or higher is required

🚀 New features

  • Add outdoor sites and courses in home activity bar, seach, detail pages and offline contents, enabled with enableOutdoor setting (#376)
  • Add touristic events in home activity bar, seach, detail pages and offline contents, enabled with enableTouristicEvents setting (#389)

✨ Improvements

  • Group secondary filters by activity for outdoor and services search (#377)
  • Hide images slideshows on offline content as only the first images are downloaded (#287)
  • Simplify filter display setting with adding a display property to each filter (default to false)

🐛 Fixes

  • Fix offline maps tiles with removing mapClassicLayerUrlOffline setting that didn't worked

💥 Beaking changes

  • To hide a filter, you now just have to set its display property to false. If you had overriden filter.json file, you have to update it with just setting filters to hide to "display":false.
    Example to hide "structures" filter:
    [
      {
        "id": "structures",
        "display": false
      }
    ]