Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 15/umbraco-commerce/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you are upgrading to a new major version, check the breaking changes in the [

## Release History

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

#### 15.3.3 (May 1st 2025)

Expand Down
61 changes: 8 additions & 53 deletions 16/umbraco-commerce/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,61 +16,16 @@

## Release History

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

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

* Fixed an issue in the previous migration that increased the monetary column precision [#681](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/681).
* 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).
* Fixed issue with order list performance being slow [#680](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/680).
* Fixed issue with stock field in multi variants editor always returning zero [#676](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/676).
* v16 final release

Check warning on line 23 in 16/umbraco-commerce/release-notes/README.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.ListStart] Start each option with a capital letter. Raw Output: {"message": "[UmbracoDocs.ListStart] Start each option with a capital letter.", "location": {"path": "16/umbraco-commerce/release-notes/README.md", "range": {"start": {"line": 23, "column": 3}}}, "severity": "WARNING"}

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

* Updated Umbraco.Licenses dependency to fix issue with license resolution in Azure environments.
* Fixed issue with amount based discounts not persisting the amount value correctly [#674](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/674).
* Fixed issue with member group discounts throwing error [#675](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/675).
* Fixed the `OrderHasCustomerEmailAddress` query specification performing the wrong comparison (essentially inverted).
* 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.
* 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.
Initial release candidate for Umbraco v16. This release doesn't contain any new features rather it's just a v16 compatability release.

Check warning on line 27 in 16/umbraco-commerce/release-notes/README.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐢 [UmbracoDocs.Editorializing] Consider removing 'just' Raw Output: {"message": "[UmbracoDocs.Editorializing] Consider removing 'just'", "location": {"path": "16/umbraco-commerce/release-notes/README.md", "range": {"start": {"line": 27, "column": 102}}}, "severity": "WARNING"}

#### [15.1.1](https://github.com/umbraco/Umbraco.Commerce.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.1) (19th Feb 2025)

* 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).
* 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).
* Fixed bug that deleting a country would throw exception [#477](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/477).
* 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).
* 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).
* Fixed bug with `applyToCurrentOrder` not applying changes to default currency [#278](https://github.com/umbraco/Umbraco.Commerce.Issues/issues/278).
* 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).
* Added code to retry requests that result in a `DBConcurrencyException`.

#### 15.1.0 (14th Feb 2025)

* v15.1.0 final release

#### 15.1.0-rc1 (7th Feb 2025)

Read the [v15.1.0-rc release post](v15.1.0-rc.md) for further background on this release.

* Added cart cleanup service
* Added order line actions UI extension point

#### 15.0.1 (5th Feb 2025)

* Fixed `TranslatedValue` erroring if the language key was `null`, instead of falling back to the default value.
* Added async `WithOrderLine` extensions to allow a more fluent API.

#### 15.0.0 (23rd Jan 2025)

* v15 final release

#### 15.0.0-rc1 (24th May 2024)

Read the [v15.0.0-rc release post](v15.0.0-rc.md) for further background on this release.

* v15 initial release candidate

## Legacy release notes

You can find the release notes for **Vendr** in the [Change log file on GitHub](../../../10/umbraco-commerce/changelog-archive/Vendr-core.md).
* Updated to Umbraco CMS v16
* Upgraded all third party dependencies
* Removed all obsolete code flagged for removal in v16
84 changes: 0 additions & 84 deletions 16/umbraco-commerce/release-notes/v15.0.0-rc.md

This file was deleted.

45 changes: 0 additions & 45 deletions 16/umbraco-commerce/release-notes/v15.1.0-rc.md

This file was deleted.

87 changes: 1 addition & 86 deletions commerce-add-ons/packages/checkout/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,88 +1,3 @@
# Release Notes

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.

If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.

{% hint style="info" %}
For details of releases for **Checkout package for Vendr**, refer to the [Change log file on GitHub](../../changelog-archive/package-checkout.md).
{% endhint %}

## Release History

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.

<details>

<summary>Version 15</summary>

#### 15.0.1 (Apr 7th, 2025)

* Minor UI styling updates.

#### 15.0.0 (23rd Jan 2025)

* v15 release

</details>

<details>

<summary>Version 14</summary>

#### 14.0.0 (August 23rd 2024)

* Release for Umbraco v14.2.0 and Umbraco Commerce v14.0.0 support.

</details>

<details>

<summary>Version 13</summary>

**13.1.0 (February 21st 2024)**

* Minor release closing off the RC period.

**13.1.0-rc1 (February 6th 2024)**

* Adds support for dynamic and realtime rates.
* Updates a number of obsolete method calls.

**13.0.0 (December 13th 2023)**

* Umbraco v13 and Umbraco Commerce v13 support.

</details>

<details>

<summary>Version 12</summary>

[**12.0.1**](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.0.1) **(October 18th 2023)**

* 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.

[**12.0.0**](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F12.0.0) **(July 5th 2023)**

* [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/)

</details>

<details>

<summary>Version 10</summary>

[**10.0.2**](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.2) **(October 18th 2023)**

* 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.

[**10.0.1**](https://github.com/umbraco/Umbraco.Commerce.Checkout?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.1) **(August 15th 2023)**

* 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.

[**10.0.0**](https://github.com/umbraco/Umbraco.Commerce.Checkout/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F10.0.0) **(July 5th 2023)**

* [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/)

</details>
For details of any changes to the **Umbraco Commerce Checkout** plugin, please refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.Checkout/releases).
Loading
Loading