Skip to content

Latest commit

 

History

History
94 lines (53 loc) · 1.87 KB

History.md

File metadata and controls

94 lines (53 loc) · 1.87 KB

2.4.0 / 2020-04-19

  • Lazy load Google Maps script (#36)

2.3.2 / 2020-01-04

  • Add support for Jekyll 4.x (#41)

2.3.1 / 2019-03-02

  • Fix filter checking logic (#38)
  • Allow custom HTML in marker popups (#37)

2.3.0 / 2018-03-17

  • customize popup link text (#34)
  • do not use page url for multiple on page locations (#33)

2.2.0 / 2018-03-07

  • implement custom marker icon (#30)
  • fix external URL in marker

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)

2.0.3 / 2017-05-17

  • load locations from specific data file (fix #26)

2.0.2 / 2017-04-24

  • allow multi-word filters (fix #25)

2.0.1 / 2017-04-11

  • add option to hide markers (show_marker="false")
  • do not show link in marker popup when no URL is set

2.0.0 / 2016-11-06

  • 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 tag used
  • allow setting custom zoom level with zoom:10 attribute

1.1.5 / 2016-09-03

  • allow to disable marker popup on the map

1.1.4 / 2016-07-31

  • open info window when marker is clicked

1.1.3 / 2016-07-28

  • on-page map flag

1.1.2 / 2016-07-22

  • configurable marker cluster

1.1.1 / 2016-07-20

  • configure GoogleMaps API key from _config.yml

1.1.0 / 2016-07-19

  • add multiple maps to single page
  • load external JavaScript asynchronously
  • configure map element's id, CSS class and dimensions

1.0.2 / 2016-07-18

  • fix script loading
  • look for location coordinates in all collections

1.0.1 / 2016-07-17

  • implement Google Maps tag