Skip to content

Releases: duncanmcclean/simple-commerce

v4.2.1

29 Oct 11:25
3791ab2
Compare
Choose a tag to compare

What's fixed

  • Fixed stock not being checked at all when adding products to the cart #752 by @marcvdm

v4.2.0

22 Oct 20:41
1ac5f34
Compare
Choose a tag to compare

Note: v4.2 now requires a minimum of Statamic v3.3.48.

What's new

  • Added raw_price computed value for products

v4.1.3

20 Oct 20:12
4685eb8
Compare
Choose a tag to compare

What's fixed

v4.1.2

19 Oct 20:36
fe0d154
Compare
Choose a tag to compare

What's fixed

  • Fixed a bug where marking an order as shipped could override order data #741 by @cesaramirez

v4.1.1

17 Oct 22:39
e523d5b
Compare
Choose a tag to compare

What's fixed

v4.1.0

08 Oct 11:25
Compare
Choose a tag to compare

What's new

  • You can now filter orders by customer #737
  • You can now filter orders by products #736

What's improved

  • Deleted products on orders are now handled better now #732 #734

What's fixed

  • Renamed filenames of blueprint stubs to match the starter kit
  • SC will now check if the 'Stock' field exists on the product's blueprint before trying to check if it's localisable #721 #733

v4.0.3

01 Oct 20:19
Compare
Choose a tag to compare

What's new

  • Information about your Simple Commerce configuration will now be outputted by php please support:details and php artisan about #729

What's fixed

  • Product Variant not being displayed when viewing Line Items in the Control Panel #727 #728

v4.0.2

24 Sep 18:39
Compare
Choose a tag to compare

What's fixed

  • Fixed display issues when using SC's fieldtypes in listing tables #723 #724
  • Fixed stock being decreased on localised product entries when Stock field isn't localised #721 #725

v4.0.1

13 Sep 19:22
Compare
Choose a tag to compare

What's fixed

  • When re-ordering variants, the prices will no longer be shuffled about #719 #720

v4.0.0

10 Sep 15:58
Compare
Choose a tag to compare

What's new

  • There's been a few coupon-related improvements:
    • You can now disable coupons #713
    • You can now set coupons to expire after a certain date #716
    • The 'Customers' field on the Coupons publish form will now change, depending on the current customer driver (eg. entries, users, database). #714
  • Under the hood, we're now taking advantage of PHP 8.1 enums #712

What's changed

  • Simple Commerce has dropped support for PHP 8.0 and Laravel 8. Leaving PHP 8.1 and Laravel 9 as the currently supported versions.
  • Coupons have moved out of collections, into their own 'thing' in the Stache. #705

You can read more about what's changed in the upgrade guide, along with steps on how to upgrade.