From d1d3c4575ca6f04f7f57129cfc6da1b0ac1fa890 Mon Sep 17 00:00:00 2001 From: Dinh Tran <145000730+umbracotrd@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:00:19 +0700 Subject: [PATCH 1/5] Update quickpay release-notes.md - add v13.0.1 --- .../payment-providers/quickpay/release-notes.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/commerce-add-ons/payment-providers/quickpay/release-notes.md b/commerce-add-ons/payment-providers/quickpay/release-notes.md index ce7cc51a5e3..f692e39a28a 100644 --- a/commerce-add-ons/payment-providers/quickpay/release-notes.md +++ b/commerce-add-ons/payment-providers/quickpay/release-notes.md @@ -1,22 +1,26 @@ # Release Notes -In this section, we have summarized the changes to Quickpay Payment Provider for Commerce released in each version. Each version is presented with a link to the [Commerce Quickpay Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. +In this section, we have summarized the changes to Quickpay Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce Quickpay Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/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 **Quickpay Payment Provider for Vendr**, refer to the [Change log file on Github](../../changelog-archive/quickpay.md). +For details of changes for **Quickpay Payment Provider for Umbraco Commerce**, refer to the [Releases section on Github](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/releases). {% endhint %} ## Release History -In this section, you can find the release notes for each version of Quickpay Payment Provider for Commerce. For each major version, you can find the details about each release. +In this section, you can find the release notes for major version of Quickpay Payment Provider for Commerce. For each major version, you can find the details about each release.
Version 13 -#### 13.0.0 (December 13th 2023) +#### [13.0.1 (January 29th 2024)](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/releases/tag/release-13.0.1) + +* Fix incorrect order's payment status because of DbConcurrencyException when authorize event and capture event are fired at the same time. + +#### [13.0.0 (December 13th 2023)](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/releases/tag/release-13.0.0) * Upgraded Umbraco & Umbraco Commerce dependencey to v13 * Upgraded all 3rd party nuget dependencies From dc2b5ba8cd8b377d39a8d32a016af64acb2934ba Mon Sep 17 00:00:00 2001 From: Dinh Tran <145000730+umbracotrd@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:02:48 +0700 Subject: [PATCH 2/5] Update release-notes.md - fix typo --- commerce-add-ons/payment-providers/quickpay/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commerce-add-ons/payment-providers/quickpay/release-notes.md b/commerce-add-ons/payment-providers/quickpay/release-notes.md index f692e39a28a..d4f5eea3b96 100644 --- a/commerce-add-ons/payment-providers/quickpay/release-notes.md +++ b/commerce-add-ons/payment-providers/quickpay/release-notes.md @@ -10,7 +10,7 @@ For details of changes for **Quickpay Payment Provider for Umbraco Commerce**, r ## Release History -In this section, you can find the release notes for major version of Quickpay Payment Provider for Commerce. For each major version, you can find the details about each release. +In this section, you can find the release notes for each version of Quickpay Payment Provider for Commerce. For each major version, you can find the details about each release.
From 1d3b44132b0ab7c1ee54d78d30fc95e428842263 Mon Sep 17 00:00:00 2001 From: Dinh Tran <145000730+umbracotrd@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:28:36 +0700 Subject: [PATCH 3/5] Update release-notes.md - quickpay v12.0.1 --- .../payment-providers/quickpay/release-notes.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/commerce-add-ons/payment-providers/quickpay/release-notes.md b/commerce-add-ons/payment-providers/quickpay/release-notes.md index d4f5eea3b96..5e4c48f4714 100644 --- a/commerce-add-ons/payment-providers/quickpay/release-notes.md +++ b/commerce-add-ons/payment-providers/quickpay/release-notes.md @@ -22,8 +22,8 @@ In this section, you can find the release notes for each version of Quickpay Pay #### [13.0.0 (December 13th 2023)](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/releases/tag/release-13.0.0) -* Upgraded Umbraco & Umbraco Commerce dependencey to v13 -* Upgraded all 3rd party nuget dependencies +* Upgraded Umbraco & Umbraco Commerce dependencey to v13. +* Upgraded all 3rd party nuget dependencies.
@@ -31,6 +31,10 @@ In this section, you can find the release notes for each version of Quickpay Pay Version 12 +#### [12.0.1 (January 30th 2024)](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/releases/tag/release-12.0.1) + +* Fix incorrect order's payment status because of DbConcurrencyException when authorize event and capture event are fired at the same time. + #### 12.0.0 (July 5th 2023) * [Initial product launch](https://umbraco.com/blog/umbraco-commerce-release/). From 13eb36b4b36d9176a23bf74bb0442902b66c8e5e Mon Sep 17 00:00:00 2001 From: Alina-Magdalena Tincas <83591955+alina-tincas@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:44:55 +0100 Subject: [PATCH 4/5] Update commerce-add-ons/payment-providers/quickpay/release-notes.md --- commerce-add-ons/payment-providers/quickpay/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commerce-add-ons/payment-providers/quickpay/release-notes.md b/commerce-add-ons/payment-providers/quickpay/release-notes.md index 5e4c48f4714..91fa68320d4 100644 --- a/commerce-add-ons/payment-providers/quickpay/release-notes.md +++ b/commerce-add-ons/payment-providers/quickpay/release-notes.md @@ -7,7 +7,7 @@ If there are any breaking changes or other issues to be aware of when upgrading {% hint style="info" %} For details of changes for **Quickpay Payment Provider for Umbraco Commerce**, refer to the [Releases section on Github](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/releases). {% endhint %} - +For details of changes for **Quickpay Payment Provider for Umbraco Commerce**, refer to the [Releases section on Github](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/releases). ## Release History In this section, you can find the release notes for each version of Quickpay Payment Provider for Commerce. For each major version, you can find the details about each release. From cbf1a3344b607e17604e1f35b09ef96ef4dc4c00 Mon Sep 17 00:00:00 2001 From: Alina-Magdalena Tincas <83591955+alina-tincas@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:45:01 +0100 Subject: [PATCH 5/5] Update commerce-add-ons/payment-providers/quickpay/release-notes.md --- commerce-add-ons/payment-providers/quickpay/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commerce-add-ons/payment-providers/quickpay/release-notes.md b/commerce-add-ons/payment-providers/quickpay/release-notes.md index 91fa68320d4..87827d38fec 100644 --- a/commerce-add-ons/payment-providers/quickpay/release-notes.md +++ b/commerce-add-ons/payment-providers/quickpay/release-notes.md @@ -5,7 +5,7 @@ In this section, we have summarized the changes to Quickpay Payment Provider for 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 changes for **Quickpay Payment Provider for Umbraco Commerce**, refer to the [Releases section on Github](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/releases). +For details of releases for **Quickpay Payment Provider for Vendr**, refer to the [Change log file on Github](../../changelog-archive/quickpay.md). {% endhint %} For details of changes for **Quickpay Payment Provider for Umbraco Commerce**, refer to the [Releases section on Github](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Quickpay/releases). ## Release History