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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
## Unreleased
4
4
5
-
- Fixed a bug where tax and shipping categories weren't getting saved on the Edit variant screen. ([#4180](https://github.com/craftcms/commerce/issues/4180))
6
-
- Fixed a bug where newly created variants weren’t visible on Edit product screens.
- Fixed a bug where tax and shipping categories weren’t getting saved from the Edit variant screen. ([#4180](https://github.com/craftcms/commerce/issues/4180))
7
+
- Fixed a bug where newly-created variants weren’t visible on product edit screens.
7
8
- Fixed a SQL error that could occur when viewing product indexes.
8
-
- Fixed a PHP error that occurred when applying project config changes after updating. ([#4185](https://github.com/craftcms/commerce/issues/4185))
9
-
- Fixed a bug where an Order’s origin was set incorrectly when creating an order in the control panel.
10
-
- Fixed a bug where prices weren’t showing formatted per the user’s formatting locale, in payment modals on Edit Order pages.
9
+
- Fixed a PHP error that could occur when applying project config changes after updating. ([#4185](https://github.com/craftcms/commerce/issues/4185))
10
+
- Fixed a bug where an order’s origin could be set incorrectly if it was created in the control panel.
11
+
- Fixed a bug where order edit screens weren’t formatting prices using the user’s preferred formatting locale.
11
12
- Fixed a SQL error that could occur when generating the pricing catalog. ([#4175](https://github.com/craftcms/commerce/issues/4175))
0 commit comments