Skip to content

Commit

Permalink
Merge branch '1.3' into feature/41-create-subscription-user-setting-a…
Browse files Browse the repository at this point in the history
…nd-workflow
  • Loading branch information
i-just committed Nov 19, 2024
2 parents af7d5d8 + 166c4b7 commit 9188f5e
Show file tree
Hide file tree
Showing 16 changed files with 586 additions and 56 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

## Unreleased

- Stripe now requires Craft CMS 5.5.0 or later.
- Fixed getting a default price for a Product element. ([#40](https://github.com/craftcms/stripe/pull/40))
- Fixed an issue that could occur when installing or running migration on MariaDB. ([#51](https://github.com/craftcms/stripe/issues/51))
- Fixed a styling issue with Stripe’s element’s meta card footer.
- Added `craft\stripe\models\Settings->$createUserIfMissing` ([#57](https://github.com/craftcms/stripe/pull/57))
- Added `stripe/data/reset` CLI command. ([#42](https://github.com/craftcms/stripe/issues/42))
- Added support for `--with-fields` option for the `resave/*` commands. ([#55](https://github.com/craftcms/stripe/pull/55))
- Added support for defining card attributes for the Product, Price and Subscription field layouts. ([#56](https://github.com/craftcms/stripe/pull/56))

## 1.2.0.2 - 2024-11-08

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prefer-stable": true,
"require": {
"php": "^8.2",
"craftcms/cms": "^5.3.0",
"craftcms/cms": "^5.5.0",
"stripe/stripe-php": "^13|^14"
},
"require-dev": {
Expand Down
225 changes: 200 additions & 25 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9188f5e

Please sign in to comment.