Skip to content

Releases: petkivim/embed-google-map

embed-google-map-2.3.1

21 Jul 13:30
Compare
Choose a tag to compare

This is the version 2.3.1 of the Embed Google Map plugin for Joomla 1.6, 2.5 and 3.x.

Changes in this version:

  • Fix uncaught JavaScript TypeError (#85).

embed-google-map-2.3.0

30 Dec 09:33
Compare
Choose a tag to compare

This is the version 2.3.0 of the Embed Google Map plugin for Joomla 1.6, 2.5 and 3.x.

Changes in this version:

  • Add title parameter (#70).
    • Can be used to define the title attribute of the map's iframe.

embed-google-map-2.2.0

17 Aug 14:21
Compare
Choose a tag to compare

This is the version 2.2.0 of the Embed Google Map plugin for Joomla 1.6, 2.5 and 3.x.

Changes in this version:

  • Add link position parameter.

embed-google-map-2.1.2

10 Mar 11:02
Compare
Choose a tag to compare

This is the version 2.1.2 of the Embed Google Map plugin for Joomla 1.6, 2.5 and 3.x.

Changes in this version:

  • Fix compatibility issue with Google Recaptcha when asynchronous loading of
    Google Maps is enabled (#62).

embed-google-map-2.1.1

17 Feb 10:51
Compare
Choose a tag to compare

This is the version 2.1.1 of the Embed Google Map plugin for Joomla 1.6, 2.5 and 3.x.

Changes in this version:

  • Update Google Maps Embed API implementation (#64).
    • Update Google API base URL.
    • Add support for adding link to Google Maps and defining link label.
  • Add Hungarian translation (#64).
  • Fix problem with PHP7 (#47, #63)

embed-google-map-2.1.0

26 Jun 05:43
Compare
Choose a tag to compare

This is the version 2.1.0 of the Embed Google Map plugin for Joomla 1.6, 2.5 and 3.x.

New features:

  • Improve performance loading Google Maps after the rest of the page has loaded (#24).
  • Disable mouse scrolling on embeded Google Map (#5, #18, #23):
    • click the map to enable scroll
    • when mouse leaves the map, disable scroll

embed-google-map-2.0.2

27 Mar 13:36
Compare
Choose a tag to compare

This is the version 2.0.2 of the Embed Google Map plugin for Joomla 1.6, 2.5 and 3.x.

Hungarian translation added. Fixed issue #20 that caused compatibility issues with PHP7.

embed-google-map-2.0.1

28 Mar 14:14
Compare
Choose a tag to compare

This is the version 2.0.1 of the Embed Google Map plugin for Joomla 1.6, 2.5 and 3.x.

This version doesn't contain any functional enhancements. Changed the naming conventions of the plugin files and classes. All the class names and file names now begin with '[Ee]embedGoogleMap' to avoid conflicts with other plugins.

embed-google-map-2.0.0

28 Mar 13:52
Compare
Choose a tag to compare

This is the version 2.0.0 of the Embed Google Map plugin for Joomla 1.6, 2.5 and 3.x.

The new version gives the possibility to choose the version of Google Maps to be used. The supported versions are Google Maps, Google Maps Classic and Google Maps Embed API. Google Maps and Google Maps Classic don't require an API key, but for Google Maps Embed API an API key is required instead. The default version is defined in the Backend, but it can be overridden for individual maps by using the version parameter (supported values: new, classic, embed).

{google_map}address|version:new{/google_map}
{google_map}address|version:classic{/google_map}
{google_map}address|version:embed{/google_map}