Umbraco Commerce
CMSCloudHeartcoreDXP
15.latest
15.latest
  • Umbraco Commerce Documentation
  • Release Notes
    • v15.1.0-Rc
    • v15.0.0-Rc
  • Commerce Products
    • Commerce Packages
    • Commerce Payment Providers
    • Commerce Shipping Providers
  • Getting Started
    • Requirements
    • Installation
    • Licensing
    • Configuration
    • User Interface
  • Upgrading
    • Upgrading Umbraco Commerce
    • Version Specific Upgrade Notes
    • Migrate from Vendr to Umbraco Commerce
      • Migrate Umbraco Commerce Checkout
      • Migrate custom Payment Providers
  • Tutorials
    • Build a Store in Umbraco using Umbraco Commerce
      • Installation
      • Creating a Store
        • Configuring your Store
      • Creating your first Product
      • Implementing a Shopping Cart
        • Using the Umbraco.Commerce.Cart Drop-in Shopping Cart
        • Creating a Custom Shopping Cart
      • Implementing a Checkout Flow
        • Using the Umbraco.Commerce.Checkout Drop-in Checkout Flow
        • Creating a Custom Checkout Flow
      • Configuring Store Access Permissions
  • How-To Guides
    • Overview
    • Configure SQLite support
    • Use an Alternative Database for Umbraco Commerce Tables
    • Customizing Templates
    • Configuring Cart Cleanup
    • Limit Order Line Quantity
    • Implementing Product Bundles
    • Implementing Member Based Pricing
    • Implementing Dynamically Priced Products
    • Implementing Personalized Products
    • Implementing a Currency Switcher
    • Building a Members Portal
    • Order Number Customization
    • Create an Order via Code
  • Key Concepts
    • Get to know the main features
    • Base Currency
    • Calculators
    • Currency Exchange Rate Service Provider
    • Dependency Injection
    • Discount Rules / Rewards
    • Events
      • List of validation events
      • List of notification events
    • Fluent API
    • Order Calculation State
    • Payment Forms
    • Payment Providers
    • Pipelines
    • Price/Amount Adjustments
    • Price Freezing
    • Product Adapters
    • Product Bundles
    • Product Variants
      • Complex Variants
    • Properties
    • ReadOnly and Writable Entities
    • Sales Tax Providers
    • Search Specifications
    • Settings Objects
    • Shipping Package Factories
    • Shipping Providers
    • Shipping Range/Rate Providers
    • Tax Sources
    • UI Extensions
      • Analytics Widgets
      • Entity Quick Actions
      • Order Line Actions
      • Order Properties
      • Order Collection Properties
      • Order Line Properties
      • Store Menu Items
    • Umbraco Properties
    • Unit of Work
    • Umbraco Commerce Builder
    • Webhooks
  • Reference
    • Stores
    • Shipping
      • Fixed Rate Shipping
      • Dynamic Rate Shipping
      • Realtime Rate Shipping
    • Payments
      • Configure Refunds
      • Issue Refunds
    • Taxes
      • Fixed Tax Rates
      • Calculated Tax Rates
    • Storefront API
      • Endpoints
        • Order
        • Checkout
        • Product
        • Customer
        • Store
        • Currency
        • Country
        • Payment method
        • Shipping method
        • Content
    • Management API
    • Go behind the scenes
    • Telemetry
Powered by GitBook
On this page
  • Release History
  • Legacy release notes

Was this helpful?

Edit on GitHub
Export as PDF

Release Notes

Get an overview of the things changed and fixed in each version of Umbraco Commerce.

PreviousUmbraco Commerce DocumentationNextv15.1.0-Rc

Last updated 7 days ago

Was this helpful?

In this section, we have summarized the changes to Umbraco Commerce released in each version. Each version is presented with a link to the 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.

If you are upgrading to a new major version, check the breaking changes in the article.

Release History

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

15.3.3 (May 1st 2025)

  • Fixed error when triggering webhooks on order finalization due to missing method in CMS.

  • Fixed product search in back office throwing error when adding a product to a cart.

(May 1st 2025)

  • Fixed error when creating gift cards .

  • Fixed stock service allow stock to be updated for products that don't have a stock property editor .

  • Fixed issue where unable to add products to cart due to new validation handlers and using custom product adapters .

  • Fixed issue with propertie collections being case sensitive when DB indexes were not .

(Apr 29th 2025)

  • Fixed unknown transaction activity type ConfirmExternalSystemTransactionActivity error .

  • Added Payment Links feature to allow sending a payment link to customers.

  • Added partial refunds feature to allow refunding part of an order.

  • Fixed duplicate message when collections have no items.

  • Fixed issue with order print action not working.

  • Fixed issue with pagination not working on order print action preview modal.

  • Fixed Management API not returning Payment Provider meta data properties due to being saved as server side only.

  • Updated Umbraco.Licenses dependency to fix issue with license resolution in Azure environments.

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

  • 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)

  • 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)

  • v15 initial release candidate

Legacy release notes

(Apr 29th 2025)

Fixed issue with store editor not displaying in Umbraco 15.4.0-RC2 .

Fixed a malformed "Shipping via" localization string .

(Apr 17th 2025)

Updated grouped discount logic to be more as expected .

Fixed issue with order exports action not working .

(Mar 31st 2025)

Fixed an issue in the previous migration that increased the monetary column precision .

Fixed bug with Umbraco Commerce price property editor causing error when accessing content via Delivery API .

Fixed issue with order list performance being slow .

Fixed issue with stock field in multi variants editor always returning zero .

(Mar 3rd 2025)

Fixed issue with amount based discounts not persisting the amount value correctly .

Fixed issue with member group discounts throwing error .

(19th Feb 2025)

Fixed bug in price property editor not formatting prices correctly on load when using a non US currency format .

Fixed bug in commerce section dashboard showing the wrong order total value + order total count .

Fixed bug that deleting a country would throw exception .

Fixed bug where deleting a region didn't update Shipping / Payment Method allowed country regions .

Fixed bug where error is thrown if saving a shipping / payment method without an SKU by adding client side required field validation .

Fixed bug with applyToCurrentOrder not applying changes to default currency .

Fixed bug where changing a gift card code alias would cause error for orders using that gift card .

Read the for further background on this release.

Read the for further background on this release.

You can find the release notes for Vendr in the .

Commerce issue tracker
Version Specific Upgrade Notes
15.3.2
#700
#699
#698
#690
15.3.1
#697
15.3.0
#691
#696
15.2.2
#685
#689
15.2.1
#681
#683
#680
#676
15.2.0
#674
#675
15.1.1
#666
#601
#477
#669
#384
#278
#149
v15.1.0-rc release post
v15.0.0-rc release post
Change log file on GitHub