Releases: silvershop/silvershop-core
Releases · silvershop/silvershop-core
1.3.1
1.3.0
- Update to SilverShop organization, cleaned up config files, updated composer.json and readme files.
- Added support for including
OnsitePaymentCheckoutComponent
on first page of single page checkout (#266). - Fixed issue with address duplication due to blank or readonly fields (#431)
- Names on shipping and billing address will now default to the main order name (#435)
transactionId
now changes for subsequent payments on the same order (#439)- Physical properties have been added to variations (#437)
- WeightShippingModifier can now be configured via Config files (#462)
- Added support for partial postcodes within GB (#440)
- Cleaned up order-receipt email styles (#441, #469)
- Security tokens can now be disabled for shopping-cart links (#482)
- Fixed issue where cart was cleared after viewing archived order (#492)
- Several other small fixes and improvements.
A huge thanks to all that have contributed!
1.2.0
- Translations updated from old format
- Additional extension hooks added
- Templates updated to use the correct translation keys
- Other improvements to the default templates
Object::create
syntax is used more consistently to allow use of the Injector- Fixes some compatibility bugs with SS3.2
- Fixed bug where some admin notifications were sent to customer
- Reformatted code to use spaces instead of tabs as a first step towards PSR-2
1.1.1
This is a bug fix release and keeps our tests passing again SilverStripe 3.2.
- Tests pass against SilverStripe 3.2 and increased coverage slightly
- Better use of Object::create and therefore the injector
- Fixes a few issue with translatability
- Added function to check if checkout step exists
- Added some extension hooks
1.1.0
- Units for physical measurements are customisable
- Hooks for better ajax support (see markguinn/silverstripe-ajax and markguinn/silverstripe-shop-ajax for one implementation)
- 2 new reports and 3 new dashboard panels
- Order processing emails refactored into OrderEmailNotifier (with some deprecations for 2.0)
- Fixed several issues with checkout
- Code cleanup in several places, most notably CartForm
- Bugs fixed