We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6be1c4 commit e8dc887Copy full SHA for e8dc887
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
CHANGELOG
2
=========
3
4
+0.6.0 (2016-09-02)
5
+------------------
6
+
7
+- Allow to display or hide layers control and scale bar
8
+- Implement HERE WeGo provider
9
+- Bugfix: Allow keyboard navigation (Mapbox)
10
+- Run static code analysis for all supported Python versions
11
+- Implement Bing Maps provider
12
13
0.5.0 (2016-09-01)
14
------------------
15
djangocms_maps/__init__.py
@@ -2,4 +2,4 @@
Universal maps plugin for django CMS
"""
-__version__ = '0.5.0'
+__version__ = '0.6.0'
0 commit comments