Releases: silvershop/silvershop-core
Releases · silvershop/silvershop-core
3.1.1
What's Changed
- Silverstripe 5 support by @elliot-sawyer in #789
- M lindenhofer fix variations sort bug by @MLindenhofer in #791
- AdressBook Update: add address type to newaddress-option by @MLindenhofer in #792
- CI: omnipay doesn't have a master branch any more by @wernerkrauss in #795
- Update AccountPageTest.php by @AntonyThorpe in #809
- Remove trailing slash from various tests by @AntonyThorpe in #808
- Update OrderEmailNotifier.php for SS5 by @AntonyThorpe in #807
- Update ShopMemberFactory.php by @AntonyThorpe in #805
- Update ProductOrderItemTest.php by @AntonyThorpe in #810
- Update Order.php by @AntonyThorpe in #813
- Update ShopPeriodReport.php by @AntonyThorpe in #815
- Update CustomerReport.php by @AntonyThorpe in #816
New Contributors
- @elliot-sawyer made their first contribution in #789
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- PHP8.1 type error by @fonsekaean in #780
- Github Actions for PHPUnit Tests by @AntonyThorpe in #784
- Update CartForm.php by @MLindenhofer in #782
- Fix potential non-numeric warnings by @TheBnl in #763
- Minor updates as highlighted by Scrutinizer by @AntonyThorpe in #787
- Added nojquery js for addressbook display logic by @BettinaMaria98 in #790
New Contributors
- @BettinaMaria98 made their first contribution in #790
Full Changelog: 3.0.4...3.1.0
3.0.4
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
- @forsdahl made their first contribution in #768
- @oliver-norden made their first contribution in #769
- @Marimchen made their first contribution in #775
Full Changelog: 3.0.3...3.0.4
3.0.3
3.0.1
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
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.