3.2.0
camillemonchicourt
released this
30 Sep 20:55
·
1874 commits
to main
since this release
Requires Geotrek-rando-v3-installer version 2.0.0 or more.
💥 Beaking changes
- New build system to install and customize a Geotrek-rando portal dynamically, without building it locally (#458)
🛠️ Maintenance
- Upgrade dependencies (NextJS 10 to 11 and others) (#469)
✨ Improvements
- Move download button in header on desktop trek detail pages (#378)
- Better title and URL for static pages (#468)
- Add "More information" in trek detail page (#370)
- Use
maximumZoomLevel
parameter for spiderfy clusters (#367) - Better 404 error handler for multilanguage (#416)
- Themes uses portalFilters (#432)
- Switch advice and labels on trek detail pages (#445)
- Display parking detail in tooltip on trek detail pages (#400)
- Add
<h1>
on homepage
🐛 Fixes
- Don't override multi-day trekking url (#473)
- Fix crash when there is no label available in this language (#470)
- Fix tooltip on touristic content detail page (#455)
- Show line or polygon of touristic contents on search page (#456)
- Fix default language canonical URL (#476)
- Deactivate alternate links in meta to avoid 404 (#475)
If you update Geotrek-rando v3, the global Docker process has been updated to avoid the Docker image build on your server :
- Download the version 2.0.0 of Geotrek-rando-installer
(wget https://github.com/GeotrekCE/Geotrek-rando-v3-installer/archive/v2.0.0.zip
) and unzip it in a new folder - Rapatriate your customization in this folder, overriding the default one
- Eventually create and update the
.env
file to define another port from the 8080 default one - Make sure your NGINX configuration uses the same port (8080 by default)
- Install Docker Compose. See its official documentation
- Launch the application with
docker-compose up -d
- No need anymore to build a Docker image on your server to install or update the configuration of your Geotrek-rando
- Details in installation documentation
- You can also remove your previous Docker containers and images with launching
docker container prune
anddocker image prune -a