Skip to content

Commit 7dfb283

Browse files
committed
release: v2.0.4
1 parent 54359c9 commit 7dfb283

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 2.0.3 / 2017-05-17
27

38
* load locations from specific data file (fix #26)

lib/jekyll-maps/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jekyll
22
module Maps
3-
VERSION = "2.0.3".freeze
3+
VERSION = "2.0.4".freeze
44
end
55
end

0 commit comments

Comments
 (0)