Releases: bjorn2404/jQuery-Store-Locator-Plugin
Releases · bjorn2404/jQuery-Store-Locator-Plugin
v2.0.4
- Fixed bug with maxDistance and pagination setting combination. The last page of of the pagination results was set to
use the locationsPerPage setting instead of the remaining number, which could have resulted in the plugin trying to
load undefined locations. - Fixed bugs with googleGeocode and reverseGoogleGeocode methods in which references to "this" were undefined.
v2.0.3
- Fixed bug with maxDistance setting - updated locationsSetup method so that the locationset array uses array.push
instead of incrementing via a passed in parameter, which was causing undefined array elements and causing errors. - Removed testing line from maxdistance-example.html that was left in.
v2.0.2
- Updated the Handlebars.compile calls when using the inline template options to include the ID hash so that it's
consistent with the other ID settings. - Fixed incorrect callback call in the modalClose method - callbackModalOpen to callbackModalClose.
- Added callbackModalReady that fires when the the content of the modal is generated.
- Fixed markerImg setting - previously threw error if markerDim wasn't set.
Duplicate comment bug fix
Removed copyright banner from /src file which was causing a duplicate copyright notice in the uncompressed /dist file