Skip to content

Releases: duncanmcclean/simple-commerce

v8.1.0

17 Mar 23:49

Choose a tag to compare

What's new

v8.0.0

28 Jan 19:15

Choose a tag to compare

Simple Commerce has been replaced by Cargo, the natural evolution of Simple Commerce.

Cargo takes everything you love about Simple Commerce and makes it better in every possible way, while simplifying the core model to improve consistency and reliability.

Some of the key differences include:

  • A complete re-working of carts & orders to ultimately make things faster and more reliable.
  • A redesigned Control Panel UI, ensuring your admins can get what they need at a glance.
  • A massive overhaul to discounting, allowing for automatic site-wide discounts, as well as traditional coupon-style discounts.
  • Pre-built checkout page, allowing you to level up your customer's purchasing experience.

Simple Commerce v8 is the final major version of Simple Commerce. It supports Statamic 6 and is intended to give you time to migrate existing projects to Cargo.

Before upgrading, please review the v7 → v8 upgrade guide in case you need to make any manual changes.

What's new

  • Statamic 6 support
  • Refreshed the Product Variants fieldtype

What's changed

  • Dropped support for PHP 8.2 and Laravel 11

v8.0.0-alpha.3

09 Jan 17:22

Choose a tag to compare

v8.0.0-alpha.3 Pre-release
Pre-release

What's fixed

v7.8.9

08 Jan 21:30

Choose a tag to compare

What's fixed

v8.0.0-alpha.2

22 Dec 14:47

Choose a tag to compare

v8.0.0-alpha.2 Pre-release
Pre-release

What's improved

What's fixed

  • A bunch of Control Panel UI bugs

v7.8.8

22 Dec 14:11

Choose a tag to compare

What's improved

What's fixed

v7.8.7

16 Oct 08:14

Choose a tag to compare

What's fixed

  • Drop allow_redirects parameter from Stripe Payment Intent API request #1247 by @parkerman92

v8.0.0-alpha.1

21 Aug 20:46

Choose a tag to compare

v8.0.0-alpha.1 Pre-release
Pre-release

Simple Commerce has been replaced by Cargo, the natural evolution of Simple Commerce. It takes everything you love about Simple Commerce and makes it better in every possible way. Some of the big changes include...

  • A complete re-working of carts & orders to ultimately make things faster and more reliable.
  • A redesigned Control Panel UI, ensuring your admins can get what they need at a glance.
  • A massive overhaul to discounting, allowing for automatic site-wide discounts, as well as traditional coupon-style discounts.
  • Pre-built Checkout Page, allowing you to level up your customer's purchasing experience.

Simple Commerce v8 is the last major version of Simple Commerce, giving you time to migrate to Cargo. You should read the upgrade guide before upgrading, in case you need to make any manual changes.

What's new

What's changed

  • Dropped support for PHP 8.2 and Laravel 10

v7.8.6

15 Jul 09:03

Choose a tag to compare

What's fixed

  • Make it possible to update orders from Gateway::callback() #1237 #1240 by @RafaelKr
  • redirectUrl and errorRedirectUrl are now initialized before Gateway::prepare() is called #1238 #1239 by @RafaelKr

v7.8.5

31 May 09:33

Choose a tag to compare

What's fixed

  • Correct tax calculations when "Prices include tax" is false (standard tax engine) #1234 by @chellmann