From 558eb89d08af8dd3f9f09c84240c0b70da2516ff Mon Sep 17 00:00:00 2001 From: Luke Holder Date: Wed, 17 Jul 2024 21:43:21 +0800 Subject: [PATCH] Release notes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b47dd6..a0a8c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Release Notes for Stripe for Craft Commerce +## Unreleased + +- Fixed a bug where SCA payment sources prevented a subscription from starting. ([#304](https://github.com/craftcms/commerce-stripe/pull/304)) +- Fixed a bug where the `hiddenClass` payment form parameter was not being applied correctly. ([#288](https://github.com/craftcms/commerce-stripe/pull/288)) + ## 4.1.2.3 - 2024-06-18 - Fixed a SQL performance issue when upgrading. ([#190](https://github.com/craftcms/commerce-stripe/issues/190))