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
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,40 @@
1
1
# Release Notes for Craft Commerce
2
2
3
+
## Unreleased
4
+
5
+
- Fixed a PHP error that could occur when saving an Order. ([#3283](https://github.com/craftcms/commerce/issues/3283))
6
+
7
+
## 4.8.4 - 2025-05-01
8
+
9
+
- Fixed a bug where products weren’t getting updated when default variants were saved directly. ([#3988](https://github.com/craftcms/commerce/issues/3988))
10
+
11
+
## 4.8.3 - 2025-03-19
12
+
13
+
- Fixed a PHP error that could occur when registering a custom shipping method.
14
+
15
+
## 4.8.2 - 2025-03-12
16
+
17
+
- Fixed a bug where line items’ sale prices could be calculated incorrectly. ([#3928](https://github.com/craftcms/commerce/issues/3928))
18
+
19
+
## 4.8.1.2 - 2025-02-10
20
+
21
+
- Fixed a bug where carts’ adjustment totals could be calculated incorrectly. ([#3888](https://github.com/craftcms/commerce/issues/3888))
22
+
23
+
## 4.8.1.1 - 2025-02-07
24
+
25
+
- Fixed a bug where taxes and shipping totals weren’t being recalculated in `commerce/cart/*` action requests. ([#3888](https://github.com/craftcms/commerce/issues/3888))
26
+
27
+
## 4.8.1 - 2025-02-05
28
+
29
+
- Improved logging when a user deletion is prevented due to the user having Commerce orders. ([#3686](https://github.com/craftcms/commerce/issues/3686))
- Fixed a bug where the `commerce/cart/update-cart` action could return unnecessary validation errors. ([3873](https://github.com/craftcms/commerce/issues/3873))
32
+
33
+
## 4.8.0.1 - 2025-02-03
34
+
35
+
- Fixed a bug where the deprecated `craft\commerce\models\TaxRate::$isVat` property was still being set. ([#3874](https://github.com/craftcms/commerce/issues/3874))
36
+
- Fixed a PHP error that could occur when updating an order’s status from the CLI. ([#3858](https://github.com/craftcms/commerce/issues/3858))
0 commit comments