Releases: objectivehtml/Google-Maps-for-Craft
Releases · objectivehtml/Google-Maps-for-Craft
0.8.2
0.8.1
- (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
- (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
- (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
- (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
- (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
- (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
- (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
- (Bug Fix) Didn't update the version in 0.5.1, so now it becomes 0.5.2
0.5.1
- (Feature) Added ability to change the map type within the fieldtype