File tree Expand file tree Collapse file tree 10 files changed +19
-17
lines changed Expand file tree Collapse file tree 10 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog Lizmap 3.4
2
2
3
- ## Released 2020-12-XX
3
+ ## Version 3.4.0
4
4
5
- ## QGIS Plugin Desktop and Server
5
+ Released on 2020-12-18
6
+
7
+ ### QGIS Plugin Desktop and Server
6
8
7
9
* Changelog in the Lizmap QGIS plugin related to this new version is available
8
10
[ here] ( https://github.com/3liz/lizmap-plugin/blob/master/CHANGELOG.md#330---25112020 )
9
11
10
- ## New features
12
+ ### New features
11
13
12
14
- Projects page
13
15
- Possibility to add HTML content on the projects page, with image upload
81
83
- Map themes - check layer legend checkbox even if not in scale range
82
84
- Expose QGIS themes in Lizmap JSON config
83
85
84
- ## New JS events
86
+ ### New JS events
85
87
86
88
- ` lizmapeditionfeatureinit ` to customize edition layers
87
89
- ` mapthemechanged ` and ` mapthemesadded `
88
90
- ` lizmapchangelayervisibility ` when map layer visibility changes
89
91
90
- ## New PHP events:
92
+ ### New PHP events:
91
93
92
94
- None
93
95
94
- ## Under the hood:
96
+ ### Under the hood:
95
97
96
98
- Configuration: remove the support of ` proxyMethod ` . Lizmap now guesses automatically
97
99
if it can use curl to do HTTP queries.
108
110
- Deprecated class lizmapCache removed
109
111
- Optimizations to speed up launch
110
112
111
- ## Bugfix
113
+ ### Bugfix
112
114
113
115
- Read the version changelog
Original file line number Diff line number Diff line change 1
- [ ![ logo] ( icon.png " 3Liz ")] [ 3liz ] Lizmap Web Application 3.4.0-rc
2
- ------------------------------------------------------------------
1
+ [ ![ logo] ( icon.png " 3Liz ")] [ 3liz ] Lizmap Web Application 3.4.0
2
+ ------------------------------------------------------------
3
3
4
4
Lizmap web application, by 3LIZ.
5
5
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<module xmlns =" http://jelix.org/ns/module/1.0" >
3
3
<info id =" info@3liz.com" name =" admin" createdate =" 2012-07-27" >
4
- <version date =" 2020-12-07 " >3.4.0-rc.2 </version >
4
+ <version date =" 2020-12-18 " >3.4.0</version >
5
5
<label lang =" en_US" >admin</label >
6
6
<description lang =" en_US" />
7
7
<license URL =" http://www.mozilla.org/MPL/" >Mozilla Public License</license >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<module xmlns =" http://jelix.org/ns/module/1.0" >
3
3
<info id =" info@3liz.com" name =" dataviz" createdate =" 2017-03-08" >
4
- <version date =" 2020-12-07 " >3.4.0-rc.2 </version >
4
+ <version date =" 2020-12-18 " >3.4.0</version >
5
5
<label lang =" en_US" >dataviz</label >
6
6
<description lang =" en_US" />
7
7
<license URL =" http://www.mozilla.org/MPL/" >Mozilla Public License</license >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<module xmlns =" http://jelix.org/ns/module/1.0" >
3
3
<info id =" dynamicLayers3liz.com" name =" dynamicLayers" createdate =" 2015-10-05" >
4
- <version date =" 2020-12-07 " >3.4.0-rc.2 </version >
4
+ <version date =" 2020-12-18 " >3.4.0</version >
5
5
<label lang =" en_US" >dynamicLayers</label >
6
6
<description lang =" en_US" />
7
7
<license URL =" " >All rights reserved</license >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<module xmlns =" http://jelix.org/ns/module/1.0" >
3
3
<info id =" info@3liz.com" name =" filter" createdate =" 2019-03-12" >
4
- <version date =" 2020-12-07 " >3.4.0-rc.2 </version >
4
+ <version date =" 2020-12-18 " >3.4.0</version >
5
5
<label lang =" en_US" >filter</label >
6
6
<description lang =" en_US" />
7
7
<license URL =" http://www.mozilla.org/MPL/" >Mozilla Public License</license >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<module xmlns =" http://jelix.org/ns/module/1.0" >
3
3
<info id =" info@3liz.com" name =" lizmap" createdate =" 2011-06-15" >
4
- <version date =" 2020-12-07 " >3.4.0-rc.2 </version >
4
+ <version date =" 2020-12-18 " >3.4.0</version >
5
5
<label lang =" en_US" >lizmap</label >
6
6
<description lang =" en_US" />
7
7
<license URL =" http://www.mozilla.org/MPL/" >Mozilla Public License</license >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<module xmlns =" http://jelix.org/ns/module/1.0" >
3
3
<info id =" proj4php3liz.com" name =" proj4php" createdate =" 2015-03-13" >
4
- <version date =" 2020-12-07 " >3.4.0-rc.2 </version >
4
+ <version date =" 2020-12-18 " >3.4.0</version >
5
5
<label lang =" en_US" >proj4php</label >
6
6
<description lang =" en_US" />
7
7
<license URL =" https://www.gnu.org/licenses/lgpl.html" >GNU LESSER GENERAL PUBLIC LICENSE Version 3</license >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<module xmlns =" http://jelix.org/ns/module/1.0" >
3
3
<info id =" info@3liz.com" name =" view" createdate =" 2011-09-12" >
4
- <version date =" 2020-12-07 " >3.4.0-rc.2 </version >
4
+ <version date =" 2020-12-18 " >3.4.0</version >
5
5
<label lang =" en_US" >view</label >
6
6
<description lang =" en_US" />
7
7
<license URL =" http://www.mozilla.org/MPL/" >Mozilla Public License</license >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://jelix.org/ns/project/1.0" >
3
3
<info id =" lizmap@3liz.com" name =" lizmap" createdate =" 2011-08-01" >
4
- <version date =" 2020-12-07 " >3.4.0-rc.3 </version ><!-- should be always X.Y.Z or X.Y.Z-something -->
4
+ <version date =" 2020-12-18 " >3.4.0</version ><!-- should be always X.Y.Z or X.Y.Z-something -->
5
5
<label lang =" en_US" >Lizmap Web Client</label >
6
6
<description lang =" en_US" />
7
7
<license URL =" http://www.mozilla.org/MPL/" >Mozilla Public Licence</license >
You can’t perform that action at this time.
0 commit comments