Releases: bjorn2404/jQuery-Store-Locator-Plugin
Releases · bjorn2404/jQuery-Store-Locator-Plugin
v3.1.9
- Added functionality to disable input and option fields that don't have matching values in the current location set after filtering when inclusive filtering is used (default).
- Extended nameAttribute settings so multiple attributes can be searched. Separate attribute names with commas.
- Fixed location set length scenario when fullMapStart is enabled and taxFilters is reset and name search and origin are empty.
- Show empty result message if no locations with default sorting.
- Temporary fix for missing Google Maps callback parameter console error - the parameter requirement was not previously enforced on the API side.
- Updated deprecated google.maps.event.addDomListener usage with window.addEventListener.
v3.1.8
v3.1.7
v3.1.6
- Added extra check to make sure mapping doesn't fire twice when defaultLoc is enabled and fullMapStart is also enabled.
fullMapStart is not needed when defaultLoc is enabled and this is just a preventative to avoid user errors. - Fixed centering issue on initial search with maxDistance enabled introduced with fitBounds updates in last update.
v3.1.5
- Added Google Maps object as a parameter for callbackMarkerClick callback.
- Added a zoom listener after fitBounds is used to prevent high zoom levels after name search and taxonomy filtering.
- Improved zooming when maxDistance setting is enabled taking advantage of the fitBounds method.
v3.1.4
v3.1.3
- Fixed empty name search field value overriding filter results.
- Fixed groups of filters not applying together.
- Fixed potential error from occurring if fullMapStartListLimit is set, and the number of locations is less than the limit.
- Updated bundled Handlebars to v4.7.7 that addresses a critical vulnerability.
- Updated jQuery version in example files to v3.6.0.
v3.1.2
v3.1.1
v3.1.0
- Added featuredDistance setting to restrict featured locations by a specified distance (number value should be used).
- Updated bundled version of Handlebars to v4.5.1 due to security issue.
- Updated taxonomy filtering REGEX and string replacements for international character support.