History.md in jekyll-maps-2.1.0 vs History.md in jekyll-maps-2.1.1
- old
+ new
@@ -1,5 +1,13 @@
+## 2.1.1 / 2018-01-25
+
+* fixed JS lib injection in header (fix #31)
+
+## 2.1.0 / 2018-01-10
+
+* fixed base_url in marker url (fix #28)
+
## 2.0.4 / 2017-07-19
* allow multiple locations per document (fix #6)
* allow inline locations with map attributes, e.g. `{% google_map laititude='42.23323' longitude='3.213232' %}` (fix #23)
@@ -21,10 +29,11 @@
* change default behaviour to load location from current page
* removed on-page flag
* change attributes syntax to HTML-style
## 1.1.6 / 2016-09-07
+
* fix #15 - broken page if there is <header> tag used
* allow setting custom zoom level with `zoom:10` attribute
## 1.1.5 / 2016-09-03
@@ -42,10 +51,10 @@
* configurable marker cluster
## 1.1.1 / 2016-07-20
-* configure GoogleMaps API key from _config.yml
+* configure GoogleMaps API key from \_config.yml
## 1.1.0 / 2016-07-19
* add multiple maps to single page
* load external JavaScript asynchronously