Releases: dynamic/silverstripe-locator
Releases · dynamic/silverstripe-locator
3.0.0-alpha4
Locations can now have multiple categories
3.0.0-alpha3
Fixed radius dropdown field for the LocatorForm
not mapping properly.
3.0.0-alpha2
Vendor module and front end module support (#174) * vendor module * shifted more stuff around * Started to shift things around to prep for front end modules * Converted all string class refrences to static::class Started to create tests for new methods * Re-arranged tests Added more tests to LocatorTest.php - split LocatorTest.php into locator and controller tests respectivly * Fixed scrutinizer * Added more tests * Added another test * Made locator less of a priority for templates - front end modules now get to be first * moved the loading of google maps outside of trigger check * Now uses config values to get variable names - Allows to change `Controller::curr()->getRequest()->getVar('Radius')` to `Controller::curr()->getRequest()->getVar('radius')` - same with category * Updated docs
2.0.0-beta3
Merge pull request #168 from dynamic/update/2.0/ssAusChange UPDATE silverstripe-australia now symbiote
3.0.0-alpha1
Merge pull request #160 from jsirish/refactor/ssA7 SilverStripe alpha7 updates
2.0.0-beta2
Merge pull request #156 from jsirish/bugfix/autoGeocodeSafari BUGFIX: Locator - remove autoGeocode references
2.0.0-beta1
Merge pull request #148 from jsirish/docs/changeLogBeta1 2.0.0-beta1 changelog
2.0.0-alpha2
UPDATE branch alias for 2.0
2.0.0-alpha1: Merge pull request #123 from jsirish/feature/filterByPageCategories
Locator - filter initial data set by PageCategories