Skip to content

Releases: silvershop/silvershop-core

3.3.0

30 Oct 07:40
b8104b5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.2.1

3.2.0

18 Jun 19:39
937487b

Choose a tag to compare

Update various tests marked incomplete (#834)

- Provide test for some marked as incomplete
- Update AddProductForm.php.  Set quantity to maximum when over.  Added localisation response to en.yml.
- Update Order.php.  Removed the Director::is_cli check as the issue referenced has been resolved.
- Update composer.json.  Add omnipay/manual as a development requirement for shop payment test.
- Update ci.yml.  Remove items that are not needed.

3.1.1

26 Feb 18:03
f189f2c

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

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

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

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

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

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

Choose a tag to compare

Merge pull request #680 from wernerkrauss/patch-2

Merged #680

2.4.1

19 Nov 15:47
abb1b23

Choose a tag to compare

Fix some issues when running PHP 7.2