Releases: duncanmcclean/simple-commerce
v8.1.0
What's new
- Supports Laravel 13 #1264 by @duncanmcclean
v8.0.0
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
What's fixed
- Sort out temporary JS imports #1259 by @duncanmcclean
- Update status log stack #1260 by @duncanmcclean
v7.8.9
What's fixed
- Clear order's gateway data when Mollie payment expires #1193 #1261 by @duncanmcclean
v8.0.0-alpha.2
What's improved
- Dropped support for Laravel 11 #1252 by @duncanmcclean
What's fixed
- A bunch of Control Panel UI bugs
v7.8.8
What's improved
- PHP 8.5 compatibility #1253 by @duncanmcclean
What's fixed
- Fixed
sc:purge-cart-orderscommand when orders are stored in database #1258 by @duncanmcclean - Fixed failing tests #1254 by @duncanmcclean
v7.8.7
What's fixed
- Drop
allow_redirectsparameter from Stripe Payment Intent API request #1247 by @parkerman92
v8.0.0-alpha.1
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
- Statamic 6 support #1236 by @duncanmcclean
- Refreshed the Product Variants fieldtype
What's changed
- Dropped support for PHP 8.2 and Laravel 10
v7.8.6
v7.8.5
What's fixed
- Correct tax calculations when "Prices include tax" is false (standard tax engine) #1234 by @chellmann