- (Bug Fix) Added API Key to plugin config file
- (Bug Fix) Fixed an issue that would cause Craft to break when editing entries inline with Google Maps fields
- (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
- (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
- (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 Source code (zip)
- (Feature) Added new template tag to add GroundOverlay objects to maps
- (Feature) Added support for GroundOverlays (called Images) within the fieldtype
- (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!
- (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.
- (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
- (Bug Fix) Fixed a critical JS issue that was preventing a map from working upon instantiation. Bug was a result of a recent refactor
- (Bug Fix) Didn't update the version in 0.5.1, so now it becomes 0.5.2
- (Feature) Added ability to change the map type within the fieldtype
- (Feature) Added full support for HTML5 geolocation with CurrentLocation
- (Bug Fix) Fixed an issue with icon size being passed a value if an a scaled dimension had not been set
- (Feature) Added ability to customize which buttons appear on the map
- (Feature) Added ability to define address fields in the field type which when populated will automatically plot a new marker or edit the first marker on the map (if one exists)
- (Feature) Added server-side Geocoder functionality to work just like the client-side but not require JS.
- (Bug Fix) Fixed an issue with deleted and editing items from the map list view and user hits cancel, they aren't redirected back to the map list view
- (Bug Fix) Fixed a couple issues with the MapDataModel that caused issues when fetching and manipulating existing map objects
- (Bug Fix) Fixed an issue with the MapList view showing the edit modal when the delete button was clicked.
- (Bug Fix) Fixed an issue with the MapList view showing the edit modal when the delete button was clicked.
- (Feature) Added new GoogleMaps_DirectionsModel to make it easier to directions data
- (Feature) Added ability to plot directions responses directly to a map
- (Feature) Added marker clustering
- (Feature) Added marker clustering to marker in the data template tag.
- (Bug Fix) Plugin.js now properly centers polylines in the bounds
- (Bug Fix) Fixed some JS errors in the field type
- (Feature) Added new Routes feature to the field type that allows users to plot directions or routes on a map
- (Feature) Added directions to the MapData class in the front-end plugin
- (Feature) Added ability to edit and delete map objects from the list view
- (Bug Fix) Fixed an issue with data not saving with field inside a matrix field
- (Bug Fix) Fixed a bug with multiple maps in a matrix field
- (Bug Fix) Fixed an issue with map data not being saved
- (Feature) Added ability to add/edit/delete Polylines from the map just like Polygons.
- (Feature) Added ability to pick custom icons from an Assets modal
- Initial Beta Release