Skip to content

Releases: silvershop/silvershop-core

3.1.1

26 Feb 18:03
f189f2c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.1.1

3.1.0

27 Sep 17:43
51e8d2a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.4...3.1.0

3.0.4

29 Jul 19:12
02d6353
Compare
Choose a tag to compare

What's Changed

  • Use the sort as defined in the variation by @TheBnl in #765
  • Don't throw exceptions for suppressed errors by @forsdahl in #768
  • Allow overriding of latest email for order by @oliver-norden in #769
  • Cleanup: Remove useless Product::Link() method by @wernerkrauss in #773
  • Recalculated Order should be saved by @Marimchen in #775
  • Added Company to front end fields of the Address class by @AntonyThorpe in #776
  • fixed the sales report so it returns the number of sales and revenue … by @fonsekaean in #777

New Contributors

Full Changelog: 3.0.3...3.0.4

3.0.3

29 Jan 20:11
5a5ef16
Compare
Choose a tag to compare
OrderModifiers cannot use dependency injection (#758)

use injector instead of `new $class()`

3.0.1

15 Jan 22:38
fa234e0
Compare
Choose a tag to compare

Various minor bugfixes and UI improvements since 3.0.0 stable. Full list of changes can be found at https://github.com/silvershop/silvershop-core/compare/3.0.0..3.0.1

3.0.0

23 Mar 09:04
Compare
Choose a tag to compare

First stable release of SilverShop for SilverStripe 4. Several bugfixes and improvements have been included as well. Expect to see more patch commits as we upgrade existing websites and encounter more issues.

Thanks to all the community members for raising PR's and helping test (@bumbus, @wernerkrauss, @xini, @gheggie, @sparkcom, @hpeide, @hoodweb, @AntonyThorpe, @anhld) Without your help this release couldn't be possible.

2.4.2

18 Jan 13:13
98b320a
Compare
Choose a tag to compare
Merge pull request #680 from wernerkrauss/patch-2

Merged #680

2.4.1

19 Nov 15:47
abb1b23
Compare
Choose a tag to compare

Fix some issues when running PHP 7.2

2.4.0

15 Jun 14:44
fa6fd63
Compare
Choose a tag to compare
  • SilverStripe 3.7 compatibility (#663)
  • added $item as a parameter for beforeSetQuantity (#657)
  • updated visibility of findOrMakeItem (#656)

3.0.0-alpha3

13 Jun 12:20
c69aec9
Compare
Choose a tag to compare
3.0.0-alpha3 Pre-release
Pre-release
  • Fixed issue with OrderProcessor #642
  • Removed ShopEmail mapping in Injector #641
  • Added some styling to the order in the CMS #640
  • Several additional fixes