Skip to content

Latest commit

 

History

History
439 lines (283 loc) · 28.9 KB

CHANGELOG.md

File metadata and controls

439 lines (283 loc) · 28.9 KB

Changelog

4.0.1 (2023-03-15)

  • REFACTOR calculate coordinates with geocoder 4 by @jsirish in #230
  • BUGFIX update Geocoder coordinates fetch by @jsirish in #233
  • BUGFIX coords vars by @jsirish in #234
  • REFACTOR default Bootstrap template initial by @jsirish in #235
  • BUGFIX LocationCSVBulkLoader incorrect namespace by @jsirish in #236

Full Changelog: https://github.com/dynamic/silverstripe-locator/compare/4.0.0...4.0.1

3.1.1 (2020-02-19)

Full Changelog

Merged pull requests:

  • Changed how the map script was generated #222 (mak001)

3.1.0 (2020-01-29)

Full Changelog

Implemented enhancements:

  • FEATURE Location - check website URLS for http/https #217
  • FEATURE method allowing for web address manipulation #214

Merged pull requests:

  • REFACTOR Allow Locator to be extended and config updated #218 (jsirish)
  • Now uses new getWebsiteURL method on location #216 (mak001)
  • ENHANCEMENT provide method for website url manipulation #215 (muskie9)
  • BUGFIX README links and old badges #212 (jsirish)

3.0.5 (2019-09-25)

Full Changelog

Merged pull requests:

3.0.4 (2019-09-18)

Full Changelog

Merged pull requests:

  • Added extension point to the LocatorForm for form actions #208 (mak001)

3.0.3 (2019-08-27)

Full Changelog

Merged pull requests:

1.2.3 (2019-02-11)

Full Changelog

3.0.2 (2019-01-09)

Full Changelog

Merged pull requests:

  • refactor - implement beforeUpdateCMSFields for models #199 (jsirish)

3.0.1 (2018-12-24)

Full Changelog

Closed issues:

  • Default installation map is empty (white screen) #196

Merged pull requests:

1.2.2 (2018-08-27)

Full Changelog

Merged pull requests:

3.0.0-alpha7 (2018-08-13)

Full Changelog

3.0.0 (2018-08-13)

Full Changelog

Merged pull requests:

  • Updated recipe-cms version constraints #193 (mak001)

3.0.0-alpha6 (2018-06-13)

Full Changelog

Merged pull requests:

3.0.0-alpha5 (2018-06-01)

Full Changelog

Implemented enhancements:

Merged pull requests:

  • Fixes default center when no address given #189 (mak001)
  • Added fax field to locations #188 (mak001)

2.0.0 (2018-04-13)

Full Changelog

Implemented enhancements:

  • Migrate AddressDataExtension and DistanceDataExtension to dynamic/silverstripe-geocoder #171
  • Map - option not to show locations on page load #129
  • Continuous Integration #82

Closed issues:

  • Locator - autoGeocode legacy code causing issues in non-Chrome browsers #155
  • 2.0 - ReadMe - badges are pointing to master and 1.1 #149
  • remove extra closing div in layout #62

Merged pull requests:

  • ENHANCEMENT updateExportFields extension point #184 (muskie9)
  • REFACTOR utilize beforeUpdateCMSFields for better extension support #181 (muskie9)
  • updated docs #165 (mak001)

3.0.0-alpha4 (2018-04-05)

Full Changelog

Implemented enhancements:

Closed issues:

  • REFACTOR - allow location to have multiple categories #176

Merged pull requests:

3.0.0-alpha3 (2018-03-20)

Full Changelog

Implemented enhancements:

  • Allow for data to be returned as json #34

Closed issues:

  • UPDATE psr-4 autoloading #138
  • Update templating to be handled by react components #118
  • Add json controller endpoint #117
  • Move js to react components #116
  • Move mapping and location list to reactJS #115

Merged pull requests:

  • Fixed radius dropdown not working right #179 (mak001)
  • LocatorForm - allow Fields() to be extended #177 (jsirish)
  • Fixed LocatorController using AddressDataExtension instead of Distanc… #175 (mak001)

3.0.0-alpha2 (2018-01-15)

Full Changelog

Merged pull requests:

2.0.0-beta3 (2017-06-30)

Full Changelog

Implemented enhancements:

  • Add a uniquenessID to customScript requirement in Locator_Controller #163

Merged pull requests:

3.0.0-alpha1 (2017-06-08)

Full Changelog

Merged pull requests:

2.0.0-beta2 (2017-04-18)

Full Changelog

Merged pull requests:

  • LocationAdmin - remove DeleteAction on Location #157 (jsirish)
  • BUGFIX: Locator - remove autoGeocode references #156 (jsirish)
  • README - update badges to branch 2.0 #150 (jsirish)

2.0.0-beta1 (2017-03-17)

Full Changelog

Implemented enhancements:

  • Add "Find Me" button to manually do geocoding for location search #24
  • Location - add versioning #140
  • LocationSearchForm - Radius Dropdown #128
  • ENHANCEMENT radius query via ORM #106
  • Locator: CMS Design #96
  • Change Log #95
  • ENHANCEMENT - CONTRIBUTING.md file #91
  • ENHANCEMENT - LICENSE.md #89
  • ENHANCEMENT: Google Maps API Key #85
  • ENHANCEMENT use SilverStripe form to serve up the filter form #72
  • Locator page - allow multiple Locators on site, show different locations #57

Closed issues:

  • LocationCategory - permission control #133
  • Updating the third party #120
  • location can't be unlinked from a page #43
  • BUG html template config referencing Locator not Locator_Controller #136
  • REFACTOR use php to calculate result radius #107
  • REFACTOR onBeforeWrite() to add defaults if needed #71
  • 3.2 compatibility #68
  • ENHANCEMENT: Map - remove advanced map options #66

Merged pull requests:

2.0.0-alpha2 (2016-12-16)

Full Changelog

Closed issues:

  • Postcode form field #127

Merged pull requests:

  • BUGFIX template path config not respecting updates #132 (muskie9)
  • ENHANCEMENT allow for setting location query class at runtime #125 (muskie9)
  • BUGFIX: storeLocator.js - pareseFloat distance #124 (jsirish)

2.0.0-alpha1 (2016-10-10)

Full Changelog

Merged pull requests:

1.2.1 (2016-07-26)

Full Changelog

Closed issues:

  • REFACTOR LocationTest to extend SapphireTest #101
  • The "Postal Code" field only accepts Zip codes. #98

Merged pull requests:

1.2.0 (2016-04-11)

Full Changelog

Implemented enhancements:

  • ENHANCEMENT: Lock down map options #73
  • ENHANCEMENT - Search - do all filtering server side #65
  • Location - CMS Fields layout #55
  • Locator - allow filter by LocationCategory #67 (jsirish)
  • Location - CMS field layout #64 (jsirish)

Closed issues:

  • ENHANCEMENT - Documentation #93
  • Import/Export doesn't match #59

Merged pull requests:

1.1.1 (2015-07-21)

Full Changelog

Implemented enhancements:

  • ENHANCEMENT add travis-ci integration #45
  • Add category support #44

Closed issues:

  • location can't be linked to multiple locaters #42
  • adding existing location to a locatorpage adds a new instance of the location in modeladmin #41
  • multiple locator pages on single site #37

Merged pull requests:

1.1.0 (2014-10-24)

Full Changelog

Closed issues:

  • Test ticket from Code Climate #38
  • Full Map Search #33
  • map zoom icons not entirely visible #32
  • Address search in Full Map Mode #28
  • Permission Provider in Location #27
  • Location: Searchable Fields #26
  • Update store locator jQuery plugin to v1.4.9 #22
  • Category filter #19
  • Add permission provider options #17
  • Can't update listTemplatePath or infowindowTemplatePath #16
  • Limited FieldList options due to lack of extend('updateCMSFields', $fields) #13
  • Bug in search/max distance #12
  • Option to show mi or km for distance #11
  • No Locations Indication in template #8
  • No Locations Indication in template #7

Merged pull requests:

  • Update allowing multiple locator pages #40 (muskie9)
  • Update Locator to allow for km units #36 (muskie9)
  • Update locator js to limit search results on form submission #35 (muskie9)
  • Update Locator to handle null locations #31 (muskie9)
  • Update Location to implement PermissionProvider #30 (muskie9)
  • Location - added searchable_fields, modified summary_fields #29 (jsirish)
  • Update store locator plugin to latest version #25 (muskie9)
  • Update Locator to support greater template customization #20 (muskie9)
  • Update getCMSFields to leverage extend('updateCMSFields') #15 (muskie9)
  • Removed absolute paths from init js #9 (tardinha)

1.0.5 (2013-11-17)

Full Changelog

Closed issues:

  • Default Templates #3

1.0.0 (2013-05-07)

Full Changelog

Closed issues:

  • Add filter by Category #6
  • Locations via API #5
  • Locator Page options #4
  • jQuery Store Locator Plugin #2
  • CMS Fields #1

* This Changelog was automatically generated by github_changelog_generator