Skip to content

Commit 35eca16

Browse files
committed
Changelog tweaks
[ci skip]
1 parent 04898de commit 35eca16

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## Unreleased
44

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.
5+
- Added `craft\commerce\models\CatalogPricingRule::afterPreparePurchasableQuery()`.
6+
- 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.
78
- 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.
1112
- Fixed a SQL error that could occur when generating the pricing catalog. ([#4175](https://github.com/craftcms/commerce/issues/4175))
12-
- Added `craft\commerce\models\CatalogPricingRule::afterPreparePurchasableQuery()`.
1313

1414
## 5.5.0.1 - 2025-11-24
1515

0 commit comments

Comments
 (0)