We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92794a9 commit d0eab37Copy full SHA for d0eab37
History.md
@@ -1,3 +1,7 @@
1
+## 1.1.6 / 2016-09-07
2
+* fix #15 - broken page if there is <header> tag used
3
+* allow setting custom zoom level with `zoom:10` attribute
4
+
5
## 1.1.5 / 2016-09-03
6
7
* allow to disable marker popup on the map
lib/jekyll-maps/version.rb
@@ -1,5 +1,5 @@
module Jekyll
module Maps
- VERSION = "1.1.5".freeze
+ VERSION = "1.1.6".freeze
end
0 commit comments