Releases: GeotrekCE/Geotrek-admin
2.106.0
⚠️ WARNING! ⚠️
In a future release, due to Django 4.2 upgrade, PostgreSQL minimal version should be 12. If you use Ubuntu Bionic you can follow documentation to update database in advance.
What's Changed
💫 Improvements
- Add sources websites and pictograms to Aggregator (refs #3569) by @Chatewgne in #4082
🐛 Bug fixes
- Improve performance on retrieving Sources in APIv2 #4079 by @Chatewgne in #4105
Full Changelog: 2.105.1...2.106.0
2.105.1
⚠️ WARNING! ⚠️
In a future release, due to Django 4.2 upgrade, PostgreSQL minimal version should be 12. If you use Ubuntu Bionic you can follow documentation to update database in advance.
What's Changed
🐛 Bug fixes
- 🚑 [HotFix] Bump to mapentity 8.8.1 to get a fix by @marcantoinedupre in #4101
Full Changelog: 2.105.0...2.105.1
2.105.0
⚠️ WARNING! ⚠️
Do not use - a bug was introduced which would cause disruptions in the installation process and the PDF sheets generation.
⚠️ WARNING! ⚠️
In a future release, due to Django 4.2 upgrade, PostgreSQL minimal version should be 12. If you use Ubuntu Bionic you can follow documentation to update database in advance.
What's Changed
💥 Breaking changes
- Remove unused 'Related Treks' concept (refs #3750) by @babastienne in #4076
💫 Improvements
- Remove unused volume in prod compose file by @marcantoinedupre in #4057
- Add
report
model on Intervention filters in module list (ref #3972) by @juggler31 in #4062 - Homogenize structure field in APIv2 to always return ids (refs #3007) by @Chatewgne in #4078
- Add structures to Aggregator (refs #3569) by @Chatewgne in #4077
- Allow to filter flatpages by portal by @marcantoinedupre in #4097
🐛 Bug fixes
- Fix range filters not translated (fixes #3852) by @justinefricou in #4051
- Fix crash on migrate when db username or dbname contains dash by @marcantoinedupre in #4056
- Fix Intervention end date should only be mandatory in last step of Suricate Workflow (refs #3825) by @Chatewgne in #4059
- Change label filter intervention contractors and filter null value on project contractors detail view (ref #3820) by @juggler31 in #4061
- Sort attachments in API V2 for Outdoor Sites and Touristic Contents (refs #4071) by @babastienne in #4072
- Expose missing Sources in APIv2 (refs #4079) by @Chatewgne in #4080
- Set MenuItem
open_in_new_tab
to False when no target (#4093) by @marcantoinedupre in #4094 - Fix MenuItem title max length in flatpages migration 0010 (#4095) by @marcantoinedupre in #4096
📝 Documentation
- Fix RST syntax in Documentation by @camillemonchicourt in #4047
- Improve static pages documentation by @camillemonchicourt in #4050
- Remove some sync_rando doc for dev by @marcantoinedupre in #4058
- Add update.sh to docker doc by @Chatewgne in #4081
✅ Tests
- Improve test environment by @submarcos in #4035
Full Changelog: 2.104.2...2.105.0
Geotrek-admin 2.104.2
⚠️ WARNING! ⚠️
In a future release, due to Django 4.2 upgrade, PostgreSQL minimal version should be 12. If you use Ubuntu Bionic you can follow documentation to update database in advance.
What's Changed
🐛 Bug fixes
- New menu items with page target open it in same tab by @marcantoinedupre in #4045
- Ensure migration steps for menu items can be run separately by @marcantoinedupre in #4048
- Blockquote style in flat pages can be saved by @marcantoinedupre in #4049
🏗️ Maintenance
- Bump pillow from 10.2.0 to 10.3.0 by @dependabot in #4044
Full Changelog: 2.104.1...2.104.2
Geotrek-admin 2.104.1
⚠️ WARNING! ⚠️
In a future release, due to Django 4.2 upgrade, PostgreSQL minimal version should be 12. If you use Ubuntu Bionic you can follow documentation to update database in advance.
What's Changed
🐛 Bug fixes
- Set MenuItem
open_in_new_tab
to False for page target by @marcantoinedupre in #4042
📝 Documentation
- Add new author in documentation by @babastienne in #4041
Full Changelog: 2.104.0...2.104.1
Geotrek-admin 2.104.0
⚠️ WARNING! ⚠️
- This version breaks the flat pages API. Upgrade first to Geotrek-rando 3.19.1 (simultaneously released on April 2024) or more, for a smooth transition.
- In a future release, due to Django 4.2 upgrade, PostgreSQL minimal version should be 12. If you use Ubuntu Bionic you can follow documentation to update database in advance.
What's Changed
💥 Breaking changes
- Deprecate Geotrek-rando v2 (
sync_rando
command and view are removed) (#3752) by @submarcos in #3991
✨ New features
- Add menus for flat pages by @marcantoinedupre in #4017
- Add styling and embedding tools for FlatPages content (refs #3921, #3922, #4019) by @marcantoinedupre in #4020
- Add local image upload into flat pages content (ref #3552) by @marcantoinedupre in #4024
🐛 Bug fixes
- Fix API crash when using an svg file for information desk pictogram (fixes #3860) by @justinefricou in #4021
- Fix mobile sync when no picto on themes (fixes #3814) by @justinefricou in #4030
📝 Documentation
- Fix PR template URL by @camillemonchicourt in #4025
- Document Max characters by field by @camillemonchicourt in #4026
- Static pages doc - Improve relative image path by @camillemonchicourt in #4040
👷 CI
- Hotfix CI: update E2E test to docker compose v2 by @submarcos in #4038
🏗️ Maintenance
- Bump django-debug-toolbar to 4.3.0 by @submarcos in #4014
- bump to mapentity 8.7.3 by @juggler31 in #4033
New Contributors
- @justinefricou made their first contribution in #4021
Full Changelog: 2.103.2...2.104.0
Geotrek-admin 2.103.2
What's Changed
💫 Improvements
- 💫 improve touristic event traductions by @TheoLechemia in #4005
🐛 Bug fixes
- Do not display deleted lames on signages (fix #4003) by @babastienne in #4004
- Fix interferences on practice mapping in Aggregator (refs #3569) by @Chatewgne in #4012
📝 Documentation
- Improve postgres upgrade doc by @submarcos in #4010
🏗️ Maintenance
- Bump django from 3.2.24 to 3.2.25 by @dependabot in #4007
- bump to mapentity 8.7.2 by @juggler31 in #4013
Other Changes
- Dev hotfix: Add git in Dockerfile dev staging by @juggler31 in #4006
Full Changelog: 2.103.1...2.103.2
Geotrek-admin 2.103.1
What's Changed
🐛 Bug fixes
- Fix fonts in weasyprint PDF (docker image only) by @submarcos in #4002
📝 Documentation
- Add PostgreSQL version info and upgrade in documentation by @submarcos in #3992
🏗️ Maintenance
- Bump mapentity from 8.7.0 to 8.7.1 by @juggler31 in #4001
Full Changelog: 2.103.0...2.103.1
Geotrek-admin 2.103.0
What's Changed
🐛 Bug fixes
- 🚑 [HOT] Revert 'portals' filter on outdoor_rating endpoint (fix #3997) by @babastienne in #3998
Full Changelog: 2.102.2...2.103.0
Geotrek-admin 2.102.2
⚠️ WARNING! ⚠️
Do not use - Causes bug in Geotrek-Rando-v3 exposing Outdoor data
What's Changed
✨ New features
- Add filter to Cirkwi trek exports (refs #3947) by @Chatewgne in #3958
- Add organizer with popup in form (ref #3587) by @TheoLechemia in #3938
- Add
check_versions
command by @submarcos in #3984 - Add GeotrekSiteParser and GeotrekCourseParser to Aggregator (refs #3569) by @Chatewgne in #3926
💫 Improvements
- Touristic event organizers in many to many #3587 by @TheoLechemia in #3965
- Add price to Touristic event - ref #3587 by @TheoLechemia in #3966
- Update favicon with new logo by @submarcos in #3971
- Add geometry to v_projects by @camillemonchicourt in #3892
- Add Trail + some translations + change signage group on leaflet overlay (#1300) by @juggler31 in #3986
🐛 Bug fixes
- Add missing translation for 'end date' in Intervention form (refs #3825) by @Chatewgne in #3982
- Fix error in
cities
cache key prefix by @marcantoinedupre in #3856
📝 Documentation
♻️ Refactoring
- Prepare Django 4.2 compatibility by @submarcos in #3979
👷 CI
- Improve CI, cache and docker by @submarcos in #3705
- fix CI cache by @submarcos in #3993
🏗️ Maintenance
- Bump mapentity from 8.6.2 to 8.7.0 by @submarcos in #3967
Full Changelog: 2.102.1...2.102.2