Skip to content

Commit

Permalink
Merge pull request #368 from enupal/develop
Browse files Browse the repository at this point in the history
v5.4.0
  • Loading branch information
andrelopez authored Sep 28, 2023
2 parents 2d66eec + bcb65b5 commit 409352c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Stripe Payments Changelog

## 5.4.0 - 2023.09.28
### Updated
- Updated Stripe lib to v10

## 5.3.1 - 2023.09.02
### Fixed
- Fixed issue on legacy Stripe Checkout
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "enupal/stripe",
"description": "Allows customers # 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.3.1",
"version": "5.4.0",
"keywords": [
"craft",
"cms",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"require": {
"craftcms/cms": "^4.0.0",
"stripe/stripe-php": "^7.0",
"stripe/stripe-php": "^10.0",
"phpoffice/phpspreadsheet": "^1.16"
},
"extra": {
Expand Down

0 comments on commit 409352c

Please # to comment.