@@ -8,13 +8,16 @@ with some extra keywords: backend, tests, test, translation, funders, important
8
8
9
9
## Unreleased
10
10
11
+ ## 3.7.3 - 2024-02-07
12
+
11
13
### Added
12
14
13
15
* Editing form - Upload fields: allow to use an expression to set up the storage path
14
16
15
17
### Changed
16
18
17
19
* Reintroduce the [ AtlasPrint] ( https://docs.lizmap.com/current/en/install/pre_requirements.html#qgis-server-plugins ) plugin for printing an atlas
20
+ * Load custom JavaScript as a module
18
21
19
22
### Fixed
20
23
@@ -28,14 +31,22 @@ with some extra keywords: backend, tests, test, translation, funders, important
28
31
* Fix projection and scales when the project has some "legacy" baselayers
29
32
* Keep print configurations
30
33
* Fix the selection tool about layer name used
31
- * Fix using WMTS requests for baselayers, contribution from @mind84
34
+ * Fix using WMTS requests
35
+ * For baselayers, contribution from @mind84
36
+ * When there is a shortname
32
37
* Fix search result with IGN
38
+ * Fix using Bing with OpenLayers, contribution from @mind84
33
39
* Register projections from lizProj4 if unknown
34
40
* Fix layer group visible only and location
35
41
* Popup from the attribute table, use the correct content for the popup
36
42
* Fix display of a child layer in attribute table tool, get the correct layer name from the parent layer
37
43
* Fix display of the map if there is a single resolution in the configuration file
38
44
* Do not refresh child layer not displayed in map
45
+ * Check if previous drawing made before Lizmap Web Client 3.7 in the local storage of the web browser is valid
46
+ * Some fixes about permalink and theme
47
+ * Too many embedded layers cause PHP to hit ` max_execution_time ` , contributions from @mind84
48
+ * Fix inversions between two French layers
49
+ * Fix display of layers on 4K screens
39
50
40
51
### Tests
41
52
0 commit comments