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 54359c9 commit 7dfb283Copy full SHA for 7dfb283
History.md
@@ -1,3 +1,8 @@
1
+## 2.0.4 / 2017-07-19
2
+
3
+* allow multiple locations per document (fix #6)
4
+* allow inline locations with map attributes, e.g. `{% google_map laititude='42.23323' longitude='3.213232' %}` (fix #23)
5
6
## 2.0.3 / 2017-05-17
7
8
* load locations from specific data file (fix #26)
lib/jekyll-maps/version.rb
@@ -1,5 +1,5 @@
module Jekyll
module Maps
- VERSION = "2.0.3".freeze
+ VERSION = "2.0.4".freeze
end
0 commit comments