Skip to content

Commit de9d396

Browse files
committed
Updated readme and version since there is a breaking change
1 parent ee9e266 commit de9d396

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-storelocator-plugin",
3-
"version": "2.7.5",
3+
"version": "3.0.0",
44
"description": "This jQuery plugin takes advantage of Google Maps API version 3 to create an easy to implement store locator. No back-end programming is required, you just need to feed it KML, XML, or JSON data with all the location information.",
55
"repository": {
66
"type": "git",

dist/assets/js/plugins/storeLocator/jquery.storelocator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Google Maps Store Locator - v2.7.5 - 2018-03-02
1+
/*! jQuery Google Maps Store Locator - v3.0.0 - 2018-03-02
22
* http://www.bjornblog.com/web/jquery-store-locator-plugin
33
* Copyright (c) 2018 Bjorn Holine; Licensed MIT */
44

dist/assets/js/plugins/storeLocator/jquery.storelocator.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-storelocator-plugin",
3-
"version": "2.7.5",
3+
"version": "3.0.0",
44
"description": "This jQuery plugin takes advantage of Google Maps API version 3 to create an easy to implement store locator. No back-end programming is required, you just need to feed it KML, XML, or JSON data with all the location information.",
55
"repository": {
66
"type": "git",

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,17 @@ filtering.
3535

3636
## Changelog
3737

38-
### Version 2.7.5
38+
### Version 3.0.0
39+
40+
Version 3 has a breaking change with the dataLocation and dataType settings switching the default from XML to JSON.
3941

4042
* Added altDistanceNoResult setting to display no results message vs. all locations when closest location is further than distanceAlert setting.
4143
* Added callbackAutoGeoSuccess callback that fires after the geolocation API returns a successful result.
4244
* Added callbackFormVals callback that fires after the form values have been processed from the form.
4345
* Added callbackGeocodeRestrictions callback that allows the componentRestrictions object to be overridden.
4446
* Added callbackNearestLoc callback that fires when the nearest location is triggered with the openNearest setting.
4547
* Added component filtering for geocoding to better restrict by area.
48+
* Added length unit (distance miles/kilometers) front-end swap functionality, setting and example file.
4649
* Added mappingObject, originPoint, data, and page parameters to callbackSuccess callback.
4750
* Added location data object as parameter of callbackDirectionsRequest callback.
4851
* Added openNearest setting to open/select the nearest location after searching.

storelocator.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "jQuery Google Maps Store Locator",
44
"description": "This jQuery plugin takes advantage of Google Maps API version 3 to create an easy to implement store locator. No back-end programming is required, you just need to feed it KML, XML, or JSON data with all the location information.",
55
"keywords": ["jquery","locator","store","dealer","location", "locations", "maps", "map", "stores", "find"],
6-
"version": "2.7.5",
6+
"version": "3.0.0",
77
"author": {
88
"name": "Bjorn Holine",
99
"url": "http://www.bjornblog.com/"

0 commit comments

Comments
 (0)