File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed
Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Version 1.1.0 [unreleased ]
4+ Version 1.1.0 [2024-08-16 ]
55--------------------------
66
7- WIP
7+ Changes
8+ ~~~~~~~
9+
10+ - Use ``settings.DEFAULT_STORAGE_CLASS `` as base for OverwriteStorage,
11+ adapting the storage backend to project settings.
12+
13+ **Dependencies: **
14+
15+ - Bumped ``django-leaflet~=0.30.1 ``
16+ - Bumped ``Pillow~=10.4.0 ``
17+ - Bumped ``geopy~=2.4.1 ``
18+ - Bumped ``openwisp-utils~=1.1.0 ``
19+ - Added support for Python ``3.10 ``.
20+ - Added support for Django ``4.2 ``.
21+ - Dropped support for Python ``3.7 ``.
22+ - Dropped support for Django ``3.0.x ``, ``3.1.x `` and ``4.0.x ``.
23+
24+ Bugfixes
25+ ~~~~~~~~
26+
27+ - Fixed an issue with deleting ``FloorPlan.image `` by using the
28+ appropriate storage backend method.
29+ - Resolved a bug causing outdoor locations to incorrectly appear in the
30+ location list when creating floorplans.
831
932Version 1.0.1 [2022-04-20]
1033--------------------------
Original file line number Diff line number Diff line change 1- VERSION = (1 , 1 , 0 , 'alpha ' )
1+ VERSION = (1 , 1 , 0 , 'final ' )
22__version__ = VERSION # alias
33
44
You can’t perform that action at this time.
0 commit comments