Skip to content

Releases: objectivehtml/Google-Maps-for-Craft

0.8.2

02 Dec 19:31
Compare
Choose a tag to compare
  • (Bug Fix) Fixed an issue that would cause Craft to break when editing entries inline with Google Maps fields

0.8.1

02 Dec 18:44
Compare
Choose a tag to compare
  • (Bug Fix) Fixed an issue with a malformed url error being called
  • (Bug Fix) Fixed an issue causing a JS error when attempting to set an icon on a marker before the api property has been set
  • (Bug Fix) Removed legacy properties from the route object which was causing JS errors
  • (Bug Fix) Set a defined scaledSize for icons generated with the plot method

0.8.0

10 Nov 17:23
Compare
Choose a tag to compare
  • (Feature) Added ability to define a scaled width and height for markers
  • (Feature) Added new parameter to make it possible to hide all the markers not within the a map's bounds
  • (Bug Fix) Fixed an issue that would cause the fieldtype to not appear correctly in the CP when the field was located on any tab aside from the default
  • (Refactor) Cleaned up old unused code
  • (Refactor) Removed iconSize properties from all classes.
  • (Refactor) Added ability to modify all the options to the map objects added to the map with the field type

0.7.1

16 Sep 07:19
Compare
Choose a tag to compare
  • (Feature) Added support for GroundOverlays (called Images) within the fieldtype
  • (Feature) Added new template tag to add GroundOverlay objects to maps
  • (Bug Fix) Fixed an issue with the ground overlays not appearing on the map list view in the original 0.7.0 release

0.6.2

12 Sep 16:34
Compare
Choose a tag to compare
  • (Bug Fix) Wrapped the select element with a new div to make the select box appear consistent with the all the other drop downs in Craft. Thanks @pixelandtonic for the suggestion!

0.6.1

12 Sep 16:21
Compare
Choose a tag to compare
  • (Bug Fix) Fixed an issue that prevented circles from appearing on the map list view
  • (Bug Fix) Improved UX on map list view, if you edit a map object from this view and click cancel, you will be returned to the map list view just like the delete action.

0.6.0

12 Sep 15:45
Compare
Choose a tag to compare
  • (Feature) Added ability to add circles to a map from the fieldtype.
  • (Feature) Added new GoogleMaps.Circle class for the plugin.js to plot circles on the front-end
  • (Feature) Added new template tag to plot circles without the field type

0.5.3

12 Sep 01:11
Compare
Choose a tag to compare
  • (Bug Fix) Fixed a critical JS issue that was preventing a map from working upon instantiation. Bug was a result of a recent refactor

0.5.2

11 Sep 18:21
Compare
Choose a tag to compare
  • (Bug Fix) Didn't update the version in 0.5.1, so now it becomes 0.5.2

0.5.1

09 Sep 22:53
Compare
Choose a tag to compare
  • (Feature) Added ability to change the map type within the fieldtype