Releases: silvershop/silvershop-core
Releases · silvershop/silvershop-core
3.3.0
What's Changed
- Code upgrade with Rector & PHPStan by @AntonyThorpe in #837
- Update CartPageController.php to fix warning by @tomstgeorge in #839
- Update Product.php & ProductController.php by @tomstgeorge in #838
- Update Carts.yml by @AntonyThorpe in #842
- Update ShopEmailPreviewTask.php by @AntonyThorpe in #845
- fix response when increasing number of item in cart is successful by @xini in #847
- switch to page icon class using icons from silverstripe icon font by @xini in #848
- Update OrderEmailNotifier.php by @AntonyThorpe in #849
- fix theme override of status change email template by @xini in #850
- Update Address.php by @AntonyThorpe in #851
- secure address manipulation links with security tokens by @xini in #852
New Contributors
- @tomstgeorge made their first contribution in #839
Full Changelog: 3.2.0...3.2.1
3.2.0
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
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.