Releases: duncanmcclean/simple-commerce
Releases · duncanmcclean/simple-commerce
v6.3.1
What's fixed
- Fixed Stripe Payment Intent not being saved to order gateway data #1071 #1072 by @duncanmcclean
v7.0.0
Read First 👀
Be sure to read the Upgrade Guide first as manual changes may be necessary.
What's new
- Statamic 5 support #1039 by @duncanmcclean
What's changed
- Dropped PHP 8.1 support
- Dropped Statamic 4 support
v6.3.0
What's new
- When storing customers as users, the customer will now be removed from their order when they logout #1068 by @duncanmcclean
What's fixed
- Fixed roles & groups being overwritten when updating customer information #1067 by @duncanmcclean
v6.2.1
What's fixed
- Fixed an issue when address has a region, but no available tax zones have a region, just a country #1061 by @duncanmcclean
v6.2.0
What's improved
- Improved the default ordering of database orders #1056 by @duncanmcclean
- Added
order_date
to$appends
on theOrderModel
by @duncanmcclean
v6.1.0
What's improved
- UX Improvements to the
sc:switch-to-database
command #1050 by @duncanmcclean - Added "This could take a while" to
sc:run-update-scripts
command by @duncanmcclean - Added
ext-intl
PHP extension as an install requirement #1044 by @joshuablum
What's fixed
- Fixed infinite loop when querying orders #1043 #1049 by @duncanmcclean
- Fixed the "Order Date" field for database orders #1053 by @duncanmcclean
- Fixed searching database orders #1045 #1051 by @duncanmcclean
- Removed the
default
config option from the "Use Shipping Address for Billing" field #1052 by @duncanmcclean
v6.0.11
What's fixed
- Fixed error with
{{ sc:cart:raw_tax_total_split }}
tag #1037 by @duncanmcclean
v6.0.10
What's fixed
- Fixed missing gateway data for payments via Mollie #1026 #1029 by @duncanmcclean
- Fixed the Shipping Method fieldtype not finding shipping methods #1026 #1028 by @duncanmcclean
v6.0.9
What's fixed
- Fix "Recursion detected" error with cart endpoints #1024 #1025 by @duncanmcclean
- Changed empty state message on Status Log stack by @duncanmcclean
v6.0.8
What's fixed
- Fixed an error with the Status Log fieldtype when storing orders in the database #1022 by @duncanmcclean
- Fixed an error when adding items to the cart with a default shipping method configured #1019 #1021 by @duncanmcclean
- Fixed an issue where the Mollie Webhook couldn't find related orders when storing orders in the database #1018 by @duncanmcclean