Skip to content

Releases: silvershop/silvershop-core

1.3.1

30 Jun 10:03
Compare
Choose a tag to compare
  • Improve variation-form performance (#512)
  • Fix Cart template issue showing up in SilverStripe 3.4 (#503)
  • Better extensibility of ShoppingCart (#494)
  • Some documentation improvements

1.3.0

03 May 16:01
Compare
Choose a tag to compare
  • 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

08 Feb 09:54
Compare
Choose a tag to compare
  • 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

12 Oct 20:24
Compare
Choose a tag to compare

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

05 Jul 21:14
Compare
Choose a tag to compare
  • 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