You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Changelog
2
2
3
+
## v1.0.0-alpha.15 (2026-01-17)
4
+
5
+
**This release contains breaking changes!** You'll need to update your project's code. Please [review the list of breaking changes](https://github.com/duncanmcclean/statamic-cargo/pull/111).
6
+
7
+
### What's new
8
+
- Laravel Boost Guidelines #110 by @duncanmcclean
9
+
- Added "Redemptions Count" column to discounts listing by @duncanmcclean
10
+
11
+
### What's improved
12
+
- Addresses Refactor #111 by @duncanmcclean
13
+
- Define `entry_class` on product collections #104 by @duncanmcclean
14
+
15
+
### What's fixed
16
+
- Ensure "Amount Off" discounts are only applied once per cart #112 by @duncanmcclean
17
+
- Ignore `created_at` and `updated_at` timestamps when hydrating db carts/orders by @duncanmcclean
18
+
- Moved bindings out of command constructors by @duncanmcclean
19
+
- Test Cleanup #103 by @duncanmcclean
20
+
- Added `shipping_tax_total` field to order blueprint #102 by @duncanmcclean
21
+
- Fixed typo in cart tag docs #100 by @marcorieser
0 commit comments