1.0.0-rc.8
This commit is contained in:
parent
58fb544083
commit
9f11f6cd2d
2 changed files with 6 additions and 1 deletions
|
@ -49,6 +49,11 @@ COMMIT;
|
||||||
umap compress
|
umap compress
|
||||||
|
|
||||||
|
|
||||||
|
## 1.0.0-rc.8
|
||||||
|
|
||||||
|
- fixed non browsable missing in caption panel
|
||||||
|
- fixed remote datalayers missing in browse data panel when displayed on load (cf #509)
|
||||||
|
|
||||||
## 1.0.0-rc.7
|
## 1.0.0-rc.7
|
||||||
|
|
||||||
- fixed table popup template not displaying name anymore (cf #647)
|
- fixed table popup template not displaying name anymore (cf #647)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
|
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
|
||||||
VERSION = (1, 0, 0, 'rc', 7)
|
VERSION = (1, 0, 0, 'rc', 8)
|
||||||
|
|
||||||
__author__ = 'Yohan Boniface'
|
__author__ = 'Yohan Boniface'
|
||||||
__contact__ = "ybon@openstreetmap.fr"
|
__contact__ = "ybon@openstreetmap.fr"
|
||||||
|
|
Loading…
Reference in a new issue