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-WIP.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# WIP Release Notes for Craft Commerce
1
+
# Release Notes for Craft Commerce 5.5 (WIP)
2
2
3
3
### Store Management
4
4
- It is now possible to suppress order emails when marking an order as complete in the control panel. ([#4144](https://github.com/craftcms/commerce/issues/4144))
- Fixed a bug where purchasables could have a shipping category that was no longer available to their product type. ([#4018](https://github.com/craftcms/commerce/issues/4018))
37
+
- Fixed a bug where order emails weren’t always getting rendered for the correct site.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@
115
115
- Improved store query performance. ([#4029](https://github.com/craftcms/commerce/issues/4029))
116
116
- Fixed a bug where the purchasable cache was not cleared when stock was updated.
117
117
- Fixed a PHP error that could occur when sending emails. ([#4017](https://github.com/craftcms/commerce/issues/4017))
118
+
- Fixed a bug where order emails weren’t always getting rendered for the correct site.
118
119
- Fixed a SQL error that could occur when upgrading to Commerce 5. ([#4044](https://github.com/craftcms/commerce/issues/4044))
119
120
- Fixed a bug where duplicate order references could be generated. ([#4050](https://github.com/craftcms/commerce/issues/4050))
120
121
- Fixed a bug where purchasables’ `shippingCategoryId` and `taxCategoryId` properties couldn’t be set via `setAttributes()`. ([#4046](https://github.com/craftcms/commerce/issues/4046))
Copy file name to clipboardExpand all lines: src/translations/en/commerce.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1140,6 +1140,8 @@
1140
1140
'The purchasable is related by another element' => 'The purchasable is related by another element',
1141
1141
'The recipient of the email. Twig code can be used here.' => 'The recipient of the email. Twig code can be used here.',
1142
1142
'The reply to email address. Leave blank for normal reply to of email sender. Twig code can be used here.' => 'The reply to email address. Leave blank for normal reply to of email sender. Twig code can be used here.',
1143
+
'The site the order was made in.' => 'The site the order was made in.',
1144
+
'The site to be used when email is rendered.' => 'The site to be used when email is rendered.',
1143
1145
'The subject line of the email. Twig code can be used here.' => 'The subject line of the email. Twig code can be used here.',
1144
1146
'The template that the PDF should be generated from.' => 'The template that the PDF should be generated from.',
1145
1147
'The template to be used for HTML emails.' => 'The template to be used for HTML emails.',
0 commit comments