Skip to content

Releases: dynamic/silverstripe-locator

3.0.0-alpha4

05 Apr 15:21
68e10b5
Compare
Choose a tag to compare

Locations can now have multiple categories

3.0.0-alpha3

20 Mar 19:08
28a0876
Compare
Choose a tag to compare

Fixed radius dropdown field for the LocatorForm not mapping properly.

3.0.0-alpha2

16 Jan 14:49
14bd8a5
Compare
Choose a tag to compare
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

30 Jun 13:33
Compare
Choose a tag to compare
2.0.0-beta3 Pre-release
Pre-release
Merge pull request #168 from dynamic/update/2.0/ssAusChange

UPDATE silverstripe-australia now symbiote

3.0.0-alpha1

07 Jul 03:45
Compare
Choose a tag to compare
3.0.0-alpha1 Pre-release
Pre-release
Merge pull request #160 from jsirish/refactor/ssA7

SilverStripe alpha7 updates

2.0.0-beta2

11 May 14:46
Compare
Choose a tag to compare
2.0.0-beta2 Pre-release
Pre-release
Merge pull request #156 from jsirish/bugfix/autoGeocodeSafari

BUGFIX: Locator - remove autoGeocode references

2.0.0-beta1

17 Mar 20:06
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release
Merge pull request #148 from jsirish/docs/changeLogBeta1

2.0.0-beta1 changelog

2.0.0-alpha2

16 Dec 16:49
Compare
Choose a tag to compare
2.0.0-alpha2 Pre-release
Pre-release
UPDATE branch alias for 2.0

2.0.0-alpha1: Merge pull request #123 from jsirish/feature/filterByPageCategories

10 Oct 20:59
Compare
Choose a tag to compare
Locator - filter initial data set by PageCategories