From 16b759973bde34d3c37d2494290aed5c0f60190a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 4 Oct 2024 19:31:57 +0200 Subject: [PATCH] 2.7.0b1 --- docs/changelog.md | 5 ++++- umap/__init__.py | 2 +- umap/templates/umap/css.html | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 36e4bda0..f27ed1cd 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## 2.7.0b0 - 2024-10-04 +## 2.7.0b1 - 2024-10-04 ### New features * delete datalayer's files on delete by @yohanboniface in #2158 @@ -29,6 +29,9 @@ * display user maps in admin and add in csv export by @yohanboniface in #2169 * remove zoom in and out from contextmenu by @yohanboniface in #2195 +### Changed templates +* umap/css.html (removed `umap/vendors/contextmenu/leaflet.contextmenu.min.css`) +* umap/js.html (removed `umap/vendors/contextmenu/leaflet.contextmenu.min.js`) ## 2.6.3 - 2024-09-11 diff --git a/umap/__init__.py b/umap/__init__.py index 32434029..d606832b 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "2.7.0b0" +VERSION = "2.7.0b1" diff --git a/umap/templates/umap/css.html b/umap/templates/umap/css.html index 80e0d912..ba4b0cf8 100644 --- a/umap/templates/umap/css.html +++ b/umap/templates/umap/css.html @@ -10,8 +10,6 @@ href="{% static 'umap/vendors/editinosm/Leaflet.EditInOSM.css' %}" /> -