This commit is contained in:
Yohan Boniface 2024-10-04 19:31:57 +02:00
parent 8788f97791
commit 16b759973b
3 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -1 +1 @@
VERSION = "2.7.0b0"
VERSION = "2.7.0b1"

View file

@ -10,8 +10,6 @@
href="{% static 'umap/vendors/editinosm/Leaflet.EditInOSM.css' %}" />
<link rel="stylesheet"
href="{% static 'umap/vendors/minimap/Control.MiniMap.min.css' %}" />
<link rel="stylesheet"
href="{% static 'umap/vendors/contextmenu/leaflet.contextmenu.min.css' %}" />
<link rel="stylesheet"
href="{% static 'umap/vendors/toolbar/leaflet.toolbar.css' %}" />
<link rel="stylesheet"