# Release Notes

This section summarizes the changes to the Stripe Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce Stripe Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Stripe/issues) showing a list of resolved issues. You can also find direct links to individual issues for more details.

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

## Release History

This section contains the release notes for each version of the Stripe Payment Provider for Umbraco Commerce. For each major version, you can find the details about the specific changes.

### Version 14 and above

* For details of changes in v14 and above of the **Quickpay Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Stripe/releases).

### Version [13.1.0 (December 28th 2023)](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Stripe/issues?q=label%3Arelease%2F13.1.0+)

* Migrate from Newtonsoft.Json to System.Text.Json.

### Version 13.0.0 (December 13th 2023)

* Upgraded Umbraco & Umbraco Commerce dependencey to v13
* Upgraded all 3rd party nuget dependencies

### Version 12.0.0 (July 5th 2023)

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

### Version 10.0.0 (July 5th 2023)

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

## Legacy release notes

You can find the release notes for **Stripe Payment Provider for Vendr** in the [Change log file on GitHub](https://github.com/umbraco/UmbracoDocs/blob/main/commerce-add-ons/changelog-archive/stripe.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-commerce-payment-providers/stripe/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
