Skip to content

Commit 0878942

Browse files
authored
Merge pull request #7144 from mattbrailsford/main
Umbraco Commerce v16 Release Notes + Tidy Up
2 parents 4927d80 + 937199a commit 0878942

File tree

32 files changed

+204
-446
lines changed

32 files changed

+204
-446
lines changed

15/umbraco-commerce/release-notes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you are upgrading to a new major version, check the breaking changes in the [
1616

1717
## Release History
1818

19-
This section contains the release notes for Umbraco Commerce 14 including all changes for this version.
19+
This section contains the release notes for Umbraco Commerce 15 including all changes for this version.
2020

2121
#### 15.3.3 (May 1st 2025)
2222

16/umbraco-commerce/SUMMARY.md

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

33
* [Umbraco Commerce Documentation](README.md)
44
* [Release Notes](release-notes/README.md)
5-
* [v15.1.0-Rc](release-notes/v15.1.0-rc.md)
6-
* [v15.0.0-Rc](release-notes/v15.0.0-rc.md)
75

86
## Commerce Products
97

16/umbraco-commerce/release-notes/README.md

Lines changed: 8 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -16,61 +16,16 @@ If you are upgrading to a new major version, check the breaking changes in the [
1616

1717
## Release History
1818

19-
This section contains the release notes for Umbraco Commerce 14 including all changes for this version.
19+
This section contains the release notes for Umbraco Commerce 16 including all changes for this version.
2020

21-
#### [15.2.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.2.1) (Mar 31st 2025)
21+
#### 15.0.0 (12th Jun 2025)
2222

23-
* Fixed an issue in the previous migration that increased the monetary column precision [#681](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/681).
24-
* Fixed bug with Umbraco Commerce price property editor causing error when accessing content via Delivery API [#683](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/683).
25-
* Fixed issue with order list performance being slow [#680](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/680).
26-
* Fixed issue with stock field in multi variants editor always returning zero [#676](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/676).
23+
* Version 16 final release.
2724

28-
#### [15.2.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.2.0) (Mar 3rd 2025)
25+
#### 16.0.0-rc1 (28th May 2025)
2926

30-
* Updated Umbraco.Licenses dependency to fix issue with license resolution in Azure environments.
31-
* Fixed issue with amount based discounts not persisting the amount value correctly [#674](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/674).
32-
* Fixed issue with member group discounts throwing error [#675](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/675).
33-
* Fixed the `OrderHasCustomerEmailAddress` query specification performing the wrong comparison (essentially inverted).
34-
* Fixed issue where a recalculation of an order with a shipping method that no longer meets it's eligability criteria rolls back the Unit of Work even if the failure can be automatically rectified.
35-
* Added "Customer Source" config option to member group discount rule to allow you choose where the customer should be resolved from. Either the order or the session.
27+
Initial release candidate for Umbraco v16. This release doesn't contain any new features; rather, it's a v16 compatibility release.
3628

37-
#### [15.1.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.1) (19th Feb 2025)
38-
39-
* Fixed bug in price property editor not formatting prices correctly on load when using a non US currency format [#666](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/666).
40-
* Fixed bug in commerce section dashboard showing the wrong order total value + order total count [#601](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/601).
41-
* Fixed bug that deleting a country would throw exception [#477](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/477).
42-
* Fixed bug where deleting a region didn't update Shipping / Payment Method allowed country regions [#669](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/669).
43-
* Fixed bug where error is thrown if saving a shipping / payment method without an SKU by adding client side required field validation [#384](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/384).
44-
* Fixed bug with `applyToCurrentOrder` not applying changes to default currency [#278](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/278).
45-
* Fixed bug where changing a gift card code alias would cause error for orders using that gift card [#149](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/149).
46-
* Added code to retry requests that result in a `DBConcurrencyException`.
47-
48-
#### 15.1.0 (14th Feb 2025)
49-
50-
* v15.1.0 final release
51-
52-
#### 15.1.0-rc1 (7th Feb 2025)
53-
54-
Read the [v15.1.0-rc release post](v15.1.0-rc.md) for further background on this release.
55-
56-
* Added cart cleanup service
57-
* Added order line actions UI extension point
58-
59-
#### 15.0.1 (5th Feb 2025)
60-
61-
* Fixed `TranslatedValue` erroring if the language key was `null`, instead of falling back to the default value.
62-
* Added async `WithOrderLine` extensions to allow a more fluent API.
63-
64-
#### 15.0.0 (23rd Jan 2025)
65-
66-
* v15 final release
67-
68-
#### 15.0.0-rc1 (24th May 2024)
69-
70-
Read the [v15.0.0-rc release post](v15.0.0-rc.md) for further background on this release.
71-
72-
* v15 initial release candidate
73-
74-
## Legacy release notes
75-
76-
You can find the release notes for **Vendr** in the [Change log file on GitHub](../../../10/umbraco-commerce/changelog-archive/Vendr-core.md).
29+
* Updated to Umbraco CMS v16.
30+
* Upgraded all third-party dependencies.
31+
* Removed all obsolete code flagged for removal in v16.

16/umbraco-commerce/release-notes/v15.0.0-rc.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

16/umbraco-commerce/release-notes/v15.1.0-rc.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

commerce-add-ons/packages/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [Umbraco Commerce](https://docs.umbraco.com/umbraco-commerce/)
88
* [Commerce Payment Providers](https://docs.umbraco.com/umbraco-commerce-payment-providers)
99
* [Commerce Shipping Providers](https://docs.umbraco.com/umbraco-commerce-shipping-providers)
10+
* [Commerce Sales Tax Providers](https://docs.umbraco.com/umbraco-commerce-sales-tax-providers)
1011

1112
## Cart
1213

Lines changed: 1 addition & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,3 @@
11
# Release Notes
22

3-
In this section, we have summarized the changes to Checkout package for Umbraco Commerce released in each version. Each version is presented with a link to the [Umbraco Commerce Checkout issue tracker](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
4-
5-
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
6-
7-
{% hint style="info" %}
8-
For details of releases for **Checkout package for Vendr**, refer to the [Change log file on GitHub](../../changelog-archive/package-checkout.md).
9-
{% endhint %}
10-
11-
## Release History
12-
13-
In this section, you can find the release notes for each version of Checkout package for Umbraco Commerce. For each major version, you can find the details about each release.
14-
15-
<details>
16-
17-
<summary>Version 15</summary>
18-
19-
#### 15.0.1 (Apr 7th, 2025)
20-
21-
* Minor UI styling updates.
22-
23-
#### 15.0.0 (23rd Jan 2025)
24-
25-
* v15 release
26-
27-
</details>
28-
29-
<details>
30-
31-
<summary>Version 14</summary>
32-
33-
#### 14.0.0 (August 23rd 2024)
34-
35-
* Release for Umbraco v14.2.0 and Umbraco Commerce v14.0.0 support.
36-
37-
</details>
38-
39-
<details>
40-
41-
<summary>Version 13</summary>
42-
43-
**13.1.0 (February 21st 2024)**
44-
45-
* Minor release closing off the RC period.
46-
47-
**13.1.0-rc1 (February 6th 2024)**
48-
49-
* Adds support for dynamic and realtime rates.
50-
* Updates a number of obsolete method calls.
51-
52-
**13.0.0 (December 13th 2023)**
53-
54-
* Umbraco v13 and Umbraco Commerce v13 support.
55-
56-
</details>
57-
58-
<details>
59-
60-
<summary>Version 12</summary>
61-
62-
[**12.0.1**](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.0.1) **(October 18th 2023)**
63-
64-
* Fixed additional issues in [#1](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues/1) due to front-end views having lowercase asset paths, when they should be title case inline with the folder structure, thus causing a 404 on case-sensitive file systems.
65-
66-
[**12.0.0**](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.0.0) **(July 5th 2023)**
67-
68-
* [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/)
69-
70-
</details>
71-
72-
<details>
73-
74-
<summary>Version 10</summary>
75-
76-
[**10.0.2**](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.2) **(October 18th 2023)**
77-
78-
* Fixed additional issues [#1](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues/1) due to front-end views having lowercase asset paths, when they should be title case inline with the folder structure, thus causing a 404 on case-sensitive file systems.
79-
80-
[**10.0.1**](https://github.com/umbraco/Umbraco.Commerce.Checkout?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.1) **(August 15th 2023)**
81-
82-
* Fixed [#1](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues/1) where static assets weren't getting deployed with the NuGet package and so the installer dashboard was 404ing. Static assets are now correctly embedded.
83-
84-
[**10.0.0**](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.0) **(July 5th 2023)**
85-
86-
* [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/)
87-
88-
</details>
3+
For details of any changes to the **Umbraco Commerce Checkout** plugin, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.Checkout/releases).

0 commit comments

Comments
 (0)