Releases: duncanmcclean/simple-commerce
Releases · duncanmcclean/simple-commerce
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
v6.0.7
What's fixed
- Fixed error in gateway webhook #1010 by @duncanmcclean
v6.0.6
What's fixed
- Fix error when redirecting back from off-site gateways #1010 #1012 by @duncanmcclean
- Database Orders: Fixed
Serialization of 'PDO' is not allowed
when adding items to cart #1003 #1013 by @duncanmcclean - Database Orders: Fixed augmentation of Status Log fieldtype #1014 by @duncanmcclean
v6.0.5
What's fixed
- Prevented an error from occuring from cart drivers when the customer has no cart #1005 #1007 by @duncanmcclean
- Fixed a typo #1008 by @duncanmcclean