|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -In this section, we have summarized the changes to Umbraco Commerce released in each version. Each version is presented with a link to the [Umbraco Commerce issue tracker](https://github.com/umbraco/Umbraco.Commerce.Issues/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. |
| 3 | +In this section, we have summarized the changes to Umbraco Commerce in this particular major version and all of it's major/minor releases. For details of changes in other major versions, see the release notes of that specific versions documentation. |
4 | 4 |
|
5 | 5 | If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
|
6 | 6 |
|
7 | 7 | {% hint style="info" %}
|
8 | 8 | If you are upgrading to a new major version, check the breaking changes in the [Version Specific Upgrade Notes](getting-started/installation/version-specific-upgrades.md) article.
|
9 | 9 | {% endhint %}
|
10 | 10 |
|
11 |
| -We've listed here all the changes going back to the launch of Umbraco Commerce in 2023. For details of releases for **Vendr**, refer to the [Change log file on Github](changelog-archive/Vendr-core.md). |
| 11 | +For details of releases for **Vendr**, refer to the [Change log file on Github](changelog-archive/Vendr-core.md). |
12 | 12 |
|
13 | 13 | ## Release History
|
14 | 14 |
|
15 |
| -In this section, you can find the release notes for each version of Umbraco Commerce. For each major version, you can find the details about each release. |
| 15 | +#### [13.0.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.0.0) (December 13th 2023) |
16 | 16 |
|
17 |
| -<details> |
18 |
| - |
19 |
| -<summary>Version 12</summary> |
20 |
| - |
21 |
| -#### [12.1.3](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.1.3) (November 1st 2023) |
22 |
| - |
23 |
| -* Use Microsoft.Data.SqlClient for migrations to support Azure connection strings [#443](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/443). |
24 |
| -* Move system config files to `system.{}.config.json` to allow overriding as per the docs [#448](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/448). |
25 |
| -* Updated order/cart editor config to allow `template` option for custom property rendering [#446](https://github.com/umbraco/Umbraco.Commerce.Issues/discussions/446). |
26 |
| - |
27 |
| -#### [12.1.2](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.1.2) (October 18th 2023) |
28 |
| - |
29 |
| -* Fixed UI spelling mistakes as documented in issue [#427](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/427). |
30 |
| -* Fixed issue where adding a product with a uniqueness property, and then adding the same product without a uniqueness property would replace the initial orderline, rather than adding a new one [#438](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/438) |
31 |
| -* Fixed localization issue where `-1` in querystrings would get incorrectly formatted. Root ids are now formatted with an invarient culture. |
32 |
| - |
33 |
| -#### [12.1.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.1.1) (September 13th 2023) |
34 |
| - |
35 |
| -* Fixed issue with Storefront API causing value converter error due to multiple value converts for the same property editor being found. Storefront API value converters are now no longer discoverable. They are instead registered only when `AddStorefrontApi` is called on the `IUmbracoCommerceBuilder` instance [#429](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/429) |
36 |
| - |
37 |
| -#### [12.1.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.1.0) (August 30th 2023) |
38 |
| - |
39 |
| -* All items listed under 12.1.0-rc1. |
40 |
| -* Updated `Umbraco.Commerce` package to have dependency on `Umbraco.Commerce.Cms.Web.Api.Storefront` so that an explicit dependency isn't needed. |
41 |
| -* Allow overriding of `SameSite`/`Path` for Umbraco Commerce cookies. |
42 |
| -* Updated product adapter to resolve product details correctly from child node variants. |
43 |
| - |
44 |
| -#### [12.1.0-rc1](https://github.com/umbraco/Umbraco.Commerce.Issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.1.0) (August 15th 2023) |
45 |
| - |
46 |
| -* Added headless Storefont API. |
47 |
| -* Added templating functionality to payment provider settings to allow dynamic value resolution. For example the template `{Order.OrderNumber}` would inject the order number into the given setting value. |
48 |
| -* Added `IProductSnapshotWithImage` interface to allow product snapshots to expose a product image. |
49 |
| -* Updated default order number template from `CART-{0}` to `ORDER-{0}`. |
50 |
| -* Updated product adapter to resolve product details correctly from child node variants. |
51 |
| - |
52 |
| -#### [12.0.0](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.0.0) (July 5th 2023) |
53 |
| - |
54 |
| -* [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/). |
55 |
| - |
56 |
| -</details> |
57 |
| - |
58 |
| -<details> |
59 |
| - |
60 |
| -<summary>Version 10</summary> |
61 |
| - |
62 |
| -#### [10.0.4](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.4) (November 1st 2023) |
63 |
| - |
64 |
| -* Use Microsoft.Data.SqlClient for migrations to support Azure connection strings [#443](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/443). |
65 |
| -* Move system config files to `system.{}.config.json` to allow overriding as per the docs [#448](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/448). |
66 |
| -* Updated order/cart editor config to allow `template` option for custom property rendering [#446](https://github.com/umbraco/Umbraco.Commerce.Issues/discussions/446). |
67 |
| - |
68 |
| -#### [10.0.3](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.3) (October 18th 2023) |
69 |
| - |
70 |
| -* Fixed UI spelling mistakes as documented in issue [#427](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/427). |
71 |
| -* Fixed issue where adding a product with a uniqueness property, and then adding the same product without a uniqueness property would replace the initial orderline, rather than adding a new one [#438](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/438) |
72 |
| -* Fixed localization issue where `-1` in querystrings would get incorrectly formatted. Root ids are now formatted with an invarient culture. |
73 |
| - |
74 |
| -#### [10.0.2](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.2) (September 13th 2023) |
75 |
| - |
76 |
| -* Allow overriding of `SameSite`/`Path` for Umbraco Commerce cookies. |
77 |
| -* Updated `productSource` resolution to check for both `IPublishedContent` and `IEnumerable<IPublishedContent>` as it depends on the picker used and what its return type is. |
78 |
| - |
79 |
| -#### [10.0.1](https://github.com/umbraco/Umbraco.Commerce.Issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.1) (August 15th 2023) |
80 |
| - |
81 |
| -* Updated default order number template from `CART-{0}` to `ORDER-{0}`. |
82 |
| -* Updated product adapter to resolve product details correctly from child node variants. |
83 |
| - |
84 |
| -#### [10.0.0](https://github.com/umbraco/Umbraco.Commerce.Issues/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> |
| 17 | +* Upgraded to run again Umbraco v13 and .NET 8 |
| 18 | +* Upgraded all 3rd party dependencies |
| 19 | +* Fixed Cross-site scripting (XSS) issue in email/print templates |
0 commit comments