Skip to content

Releases: silvershop/silvershop-core

3.0.0-alpha2

18 Feb 20:06
0212861
Compare
Choose a tag to compare
3.0.0-alpha2 Pre-release
Pre-release

Lots of small fixes compared to alpha1.
Removed Zones and RegionRestriction classes (they will become part of the shipping module)

3.0.0-alpha1

09 Feb 13:10
Compare
Choose a tag to compare
3.0.0-alpha1 Pre-release
Pre-release

First release of an SS4 compatible version.

2.3.1

24 Oct 19:42
Compare
Choose a tag to compare

Fix a bug (regression) where the variation-form was no longer displayed in cart.

2.3.0

24 Oct 13:23
Compare
Choose a tag to compare
  • Fix issue with unset failover object. Improve travis config. (#611)
  • Migrate to using beforeUpdateCMSFields
  • Use Buyable instead of Product in CartEditField (#606)
  • Placed added to group by (#603)
  • Fix message encoding issue with VariationForm (#601)
  • Fix issue with potentailly non-existing failover object. (#600)
  • Allow extensions to hook into the permission methods of Order. (#599)
  • Some minor documentation improvements. Added a section about CSV import and additional categories (#592)
  • Fix issue in CheckoutStep_Summary.php (#591)
  • Fix issue where VariationForm fields had no form value set (#589)

2.2.1

28 Feb 19:37
Compare
Choose a tag to compare

Security Update: Updated indirect PHPMailer dependency that fixes a critical security issue.

2.2.0

20 Feb 09:44
Compare
Choose a tag to compare
  • Fix GlobalTaxModifier (Roman Schmid)
  • Improve/enable custom properties on OrderItems. (Roman Schmid)
  • fix price in templates (rasstislav)
  • Ensure payment forms use the field renaming feature added to the omnipay module. Updated composer.json (Roman Schmid)
  • removed old code from SimpleShippingModifier. It now simply looks at order shipping adress country to determine the shipping cost (Sander Hagenaars)
  • Fix variation title so it can be extended (Adrian Stein)
  • Improving the PHPDocs (Chris Lock)
  • Setting the Type in constructor (Bram de Leeuw)
  • Added a config hook to use a custom notifier (#570) (Chris Lock)
  • Fix german translation file. (Roman Schmid)

2.1.1

21 Oct 07:42
Compare
Choose a tag to compare
  • Fix issue (introduced with 2.1) where Order receipt was never sent #563
  • Minor templating update.

2.1.0

12 Oct 10:09
Compare
Choose a tag to compare
  • Order-Status Email notifications #534
  • Improve previewing and developing of Email templates #551
  • append symbol setting for European style currencies #549
  • Improve order-hooks #557
  • FIX: Set Order->Paid Date alongside Order->Status
  • FIX: Add reverse relation for addresses
  • Updates to templates (validating markup, proper indentation)
  • Improvements to documentation and example files.

2.0.0

06 Jul 18:37
Compare
Choose a tag to compare
  • Overhaul of the localization of the module. (#379, #381, #383, #384, #408, #410, #411, #451, #453, #456, #457, #470, #486)
  • Better Addressbook UI (#452)
  • Use ::create syntax for object instantiation (#415)
  • Shop Emails use inline CSS by using Emogrifier (#466)
  • Order-calculations and order-placement are now wrapped in Database transactions (#506)
  • Products that have Variations can not be added to cart, only a Variation can (#516)
  • Products with no price (0.0) will now be displayed if they have Variations (#516)
  • Variations without a price will no longer show up, unless Product.allow_zero_price is set to true (#516)
  • Updated codebase to use the 2.0 version of silverstripe-omnipay

1.3.2

06 Jul 18:33
Compare
Choose a tag to compare
  • Fix locale issue with quantity-field (formatted numbers, such as 1,000 break field functionality) (#515)
  • Fix the change password form on account page (previously redirected to a non-existant url after changing the password)