From bfc70fea75f4780382c544bbd2dde69d0aa90c71 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Holine?=
Date: Tue, 26 Sep 2023 23:39:23 -0700
Subject: [PATCH 01/20] Update plugin version number
---
bower.json | 2 +-
dist/assets/js/plugins/storeLocator/jquery.storelocator.js | 2 +-
dist/assets/js/plugins/storeLocator/jquery.storelocator.min.js | 2 +-
package.json | 2 +-
storelocator.jquery.json | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/bower.json b/bower.json
index 943f556..4d434d4 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery-storelocator-plugin",
- "version": "3.1.14",
+ "version": "3.2.0",
"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.",
"repository": {
"type": "git",
diff --git a/dist/assets/js/plugins/storeLocator/jquery.storelocator.js b/dist/assets/js/plugins/storeLocator/jquery.storelocator.js
index c17dfca..49d7218 100644
--- a/dist/assets/js/plugins/storeLocator/jquery.storelocator.js
+++ b/dist/assets/js/plugins/storeLocator/jquery.storelocator.js
@@ -1,4 +1,4 @@
-/*! jQuery Google Maps Store Locator - v3.1.14 - 2023-09-26
+/*! jQuery Google Maps Store Locator - v3.2.0 - 2023-09-26
* http://www.bjornblog.com/web/jquery-store-locator-plugin
* Copyright (c) 2023 Bjorn Holine; Licensed MIT */
diff --git a/dist/assets/js/plugins/storeLocator/jquery.storelocator.min.js b/dist/assets/js/plugins/storeLocator/jquery.storelocator.min.js
index 3f350cc..230cfbf 100644
--- a/dist/assets/js/plugins/storeLocator/jquery.storelocator.min.js
+++ b/dist/assets/js/plugins/storeLocator/jquery.storelocator.min.js
@@ -1,4 +1,4 @@
-/*! jQuery Google Maps Store Locator - v3.1.14 - 2023-09-26
+/*! jQuery Google Maps Store Locator - v3.2.0 - 2023-09-26
* http://www.bjornblog.com/web/jquery-store-locator-plugin
* Copyright (c) 2023 Bjorn Holine; Licensed MIT */
diff --git a/package.json b/package.json
index 472b614..d988db7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "jquery-storelocator-plugin",
- "version": "3.1.14",
+ "version": "3.2.0",
"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.",
"repository": {
"type": "git",
diff --git a/storelocator.jquery.json b/storelocator.jquery.json
index a162653..0e1002e 100644
--- a/storelocator.jquery.json
+++ b/storelocator.jquery.json
@@ -3,7 +3,7 @@
"title": "jQuery Google Maps Store Locator",
"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.",
"keywords": ["jquery","locator","store","dealer","location", "locations", "maps", "map", "stores", "find"],
- "version": "3.1.14",
+ "version": "3.2.0",
"author": {
"name": "Bjorn Holine",
"url": "https://www.bjornblog.com/"
From e47c3cf7cc05ec160721f2f7cc835cd52d47c578 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Holine?=
Date: Tue, 26 Sep 2023 23:40:28 -0700
Subject: [PATCH 02/20] Update readme
---
readme.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/readme.md b/readme.md
index 0f685c3..9e46a38 100644
--- a/readme.md
+++ b/readme.md
@@ -35,6 +35,10 @@ filtering.
## Changelog
+### Version 3.2.0
+
+* Added new Google Maps lazy load setting and example file - see new lazyLoadMap and apiKey settings.
+
### Version 3.1.14
* Added label tags to radio button markup in categories example file.
From 08b856a5397b07a0e01e13465dc45bb2a15e3bd2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Holine?=
Date: Sun, 12 Nov 2023 21:43:45 -0800
Subject: [PATCH 03/20] Swapped old maps.google.com API domain to
maps.googleapis.com in all example files
---
.../storeLocator/templates/location-list-description.html | 2 +-
dist/autocomplete-example.html | 2 +-
dist/autogeocode-example.html | 2 +-
dist/bootstrap-example.html | 2 +-
dist/categories-example.html | 2 +-
dist/category-markers-example.html | 2 +-
dist/cluster-example.html | 2 +-
dist/default-location-example.html | 2 +-
dist/fullmapstartblank-example.html | 2 +-
dist/geocode.html | 2 +-
dist/index.html | 2 +-
dist/infobubble-example.html | 2 +-
dist/inline-directions.html | 2 +-
dist/json-example.html | 2 +-
dist/kml-example.html | 2 +-
dist/length-unit-swap-example.html | 2 +-
dist/maxdistance-example.html | 2 +-
dist/modal-example.html | 2 +-
dist/namesearch-example.html | 2 +-
dist/noform-example.html | 2 +-
dist/pagination-example.html | 2 +-
dist/query-string-example/submit.html | 2 +-
dist/rawdata-example.php | 2 +-
dist/sort-example.html | 2 +-
readme.md | 4 ++++
src/templates/standard/location-list-description.html | 8 ++++----
test/storeLocator.html | 2 +-
27 files changed, 33 insertions(+), 29 deletions(-)
diff --git a/dist/assets/js/plugins/storeLocator/templates/location-list-description.html b/dist/assets/js/plugins/storeLocator/templates/location-list-description.html
index 951970f..08a5d7d 100644
--- a/dist/assets/js/plugins/storeLocator/templates/location-list-description.html
+++ b/dist/assets/js/plugins/storeLocator/templates/location-list-description.html
@@ -18,7 +18,7 @@
{{#if distance}}
{{distance}} {{length}}
{{#if altdistance}}{{altdistance}} {{altlength}}
{{/if}}
-
+
{{/if}}
diff --git a/dist/autocomplete-example.html b/dist/autocomplete-example.html
index dc2150f..05a22aa 100644
--- a/dist/autocomplete-example.html
+++ b/dist/autocomplete-example.html
@@ -36,7 +36,7 @@ Using Chipotle as an Example
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/dist/index.html b/dist/index.html
index fe9ec3c..409ee4e 100755
--- a/dist/index.html
+++ b/dist/index.html
@@ -36,7 +36,7 @@
Using Chipotle as an Example
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
diff --git a/dist/autogeocode-example.html b/dist/autogeocode-example.html
index 7935058..3249ebc 100755
--- a/dist/autogeocode-example.html
+++ b/dist/autogeocode-example.html
@@ -34,13 +34,17 @@
Using Chipotle as an Example
-
+
-
+
diff --git a/dist/bootstrap-example.html b/dist/bootstrap-example.html
index 5a52999..0a2c3c4 100644
--- a/dist/bootstrap-example.html
+++ b/dist/bootstrap-example.html
@@ -48,23 +48,25 @@
Using Chipotle as an Example
-
-
-
+
+
+
-
+
diff --git a/dist/categories-example.html b/dist/categories-example.html
index 0daae50..36a5d03 100644
--- a/dist/categories-example.html
+++ b/dist/categories-example.html
@@ -140,9 +140,9 @@
Using Chipotle as an Example
-
+
-
+
diff --git a/dist/category-markers-example.html b/dist/category-markers-example.html
index 12b7d56..306518c 100644
--- a/dist/category-markers-example.html
+++ b/dist/category-markers-example.html
@@ -34,9 +34,9 @@
Using Chipotle as an Example
-
+
-
+
diff --git a/dist/cluster-example.html b/dist/cluster-example.html
index bda66bd..5df6df5 100644
--- a/dist/cluster-example.html
+++ b/dist/cluster-example.html
@@ -12,7 +12,7 @@
@@ -34,16 +34,16 @@
Using Chipotle as an Example
-
+
-
+
+
-
+
diff --git a/dist/fullmapstartblank-example.html b/dist/fullmapstartblank-example.html
index f8fb065..7394d0e 100644
--- a/dist/fullmapstartblank-example.html
+++ b/dist/fullmapstartblank-example.html
@@ -34,9 +34,9 @@
Using Chipotle as an Example
-
+
-
+
diff --git a/dist/geocode.html b/dist/geocode.html
index cfd1259..7068a87 100755
--- a/dist/geocode.html
+++ b/dist/geocode.html
@@ -36,7 +36,7 @@
Simple geocoding form
-
+
diff --git a/dist/index.html b/dist/index.html
index 409ee4e..01976b3 100755
--- a/dist/index.html
+++ b/dist/index.html
@@ -34,13 +34,16 @@
Using Chipotle as an Example
-
+
-
+
diff --git a/dist/infobubble-example.html b/dist/infobubble-example.html
index d8906b5..319e823 100644
--- a/dist/infobubble-example.html
+++ b/dist/infobubble-example.html
@@ -34,10 +34,10 @@
Using Chipotle as an Example
-
+
-
+
+
-
+
diff --git a/dist/json-example.html b/dist/json-example.html
index 8fe834b..3d70edb 100755
--- a/dist/json-example.html
+++ b/dist/json-example.html
@@ -34,18 +34,20 @@
Using Chipotle as an Example
-
+
-
+
-
+