Skip to content

Commit

Permalink
Adds v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelopez committed Jun 26, 2022
1 parent 1f84f20 commit e380142
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e380142

Please sign in to comment.