From e3801429bd22f58d30d843bcea1f8367145b9bf6 Mon Sep 17 00:00:00 2001 From: Andre Date: Sun, 26 Jun 2022 17:09:03 +0100 Subject: [PATCH] Adds v5.0.4 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bae4fe7..1c78dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Stripe Payments Changelog +## 5.0.4 - 2022.06.26 +### Fixed +- Fixed issue on subscription when using stripe elements ([#295]) +- Fixed issue when sync one-time and recurring orders ([#296]) + +[#295]: https://github.com/enupal/stripe/issues/295 +[#296]: https://github.com/enupal/stripe/issues/296 + ## 5.0.3 - 2022.06.14 ### Added - Added support for [Affirm](https://stripe.com/en-gb/payments/affirm) payment method diff --git a/composer.json b/composer.json index 33af059..65ccc42 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "enupal/stripe", "description": "Allows customers sign up for recurring and one-time payments with Stripe, perfect for orders, donations, subscriptions, and events. Create simple payment forms in seconds easily without coding. For Craft CMS 3.x", "type": "craft-plugin", - "version": "5.0.3", + "version": "5.0.4", "keywords": [ "craft", "cms",