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 8055314 commit 875400aCopy full SHA for 875400a
History.md
@@ -1,3 +1,9 @@
1
+## 2.0.0 / 2016-11-06
2
+
3
+* change default behaviour to load location from current page
4
+* removed on-page flag
5
+* change attributes syntax to HTML-style
6
7
## 1.1.6 / 2016-09-07
8
* fix #15 - broken page if there is <header> tag used
9
* allow setting custom zoom level with `zoom:10` attribute
lib/jekyll-maps/version.rb
@@ -1,5 +1,5 @@
module Jekyll
module Maps
- VERSION = "1.1.6".freeze
+ VERSION = "2.0.0".freeze
end
0 commit comments