From 7317496c6cfb29e223094b3912e6fc2c6eb3541d Mon Sep 17 00:00:00 2001 From: babastienne Date: Wed, 25 Oct 2023 16:15:22 +0200 Subject: [PATCH] Update docs/changelog.md --- docs/changelog.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index a0068ac88..5c97e3e04 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,13 +2,13 @@ ## 3.16.0 (2023-10-25) -**✨ Improvements** +**💥 Breaking changes** -- Define custom template sections for details pages #988 +- The `enableMeteoWidget` in `global.json` is no longer supported. By default the widget is activated on all instances. [Read the doc](https://github.com/GeotrekCE/Geotrek-rando-v3/blob/main/docs/customization.md#html--scripts) to see how to deactivate this widget on the details page -**📝 Documentation** +**🚀 New features** -- ⚠️ The `enableMeteoWidge` in `global.json` is no longer supported, read the doc to see how to deactivate this widget on the details page +- Define custom template sections for details pages #988 ## 3.15.5 (2023-10-23) @@ -29,6 +29,10 @@ - Ask the user's consent to deposit cookies (#982) +**💥 Breaking changes** + +- To keep Google Analytics running (if defined by `googleAnalyticsId` in `global.json`), you need to define the new `privacyPolicyLink` key in `global.json` with the url of your privacy policy page (See #459). + **✨ Improvements** - Add the `privacyPolicyLink` key in `global.json` to define the link of privacy policy page (#982)