Releases: GeotrekCE/Geotrek-rando-v3
Releases · GeotrekCE/Geotrek-rando-v3
3.14.1
3.14.0
✨ Improvements
- Refactoring of children cards in treks and outdoor sites detail pages (#921)
- Set anchors to navigate between sections of detail pages (#922)
🐛 Fixes
- Fix related sites and courses in outdoor site detail pages (#846)
- Fix carousel on Events, Outdoor sites and courses detail pages (#909)
- Handle sub-filters values as string like others filters values (#911)
- Fix display of information desks with null fields (#918)
💥 Breaking changes
- The migration from tailwind version 2 to 3 includes some minor breaking change of utility classes. It will be necessary to be careful that the classes used in your customization are still ok. See the upgrade guide from the official documentation https://tailwindcss.com/docs/upgrade-guide
- Translations keys related to
sensitiveAreas
changed, check if you have replaced them in your customization - The identifier of the information desk section in the details page has changed from
details_informationDesks
todetails_practicalInformations
.
3.13.6
3.13.5
3.13.4
3.13.3
3.13.2
✨ Improvements
- Improve search page SEO with paginating results for search engines (#833)
- Don't display expired events in homepage suggestions (#878)
- Improve and simplify customization example (#842)
- Improve Layout component wrapping (#874)
- Refactor and homogenize objects cards (#875)
- For touristic content in homepage suggestions, the categories are fetched only once instead of the same number of items. (#875)
3.13.1
3.13.0
✨ Improvements
- Add captcha to the report form if an API key from HCAPTCHA is defined in
global.json
settings (#815) - Rewrite a component dedicated to image and their captions (= legend + author) (#858)
- Add some accessibility to display image related to their captions (#858)
- Page in fullscreen are not cropped anymore (#858)
- Improve headlines and titles of pages (#861)
🐛 Fixes