Skip to content

Commit

Permalink
Merge branch '1.x' into 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
i-just committed Nov 1, 2024
2 parents f7440e5 + 5f42cd3 commit fa70b83
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 93 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
- Deprecated `craft\stripe\models\Settings->$webhookSigningSecret` ([#30](https://github.com/craftcms/stripe/pull/30))
- Deprecated `craft\stripe\models\Settings->$webhookId` ([#30](https://github.com/craftcms/stripe/pull/30))
- Added `craft\stripe\fields\Subscriptions`. ([#32](https://github.com/craftcms/stripe/pull/32))
- Fixed a SQL error that occurred when syncing a subscriptions that were missing a `latest_invoice` value. ([#21](https://github.com/craftcms/stripe/pull/21))
- Fixed links to stripe dashboard when in live mode. ([#21](https://github.com/craftcms/stripe/pull/21))
- Fixed a SQL error that occurred when syncing a subscription that didn’t have a `latest_invoice` value. ([#21](https://github.com/craftcms/stripe/pull/21))
- Fixed links to the Stripe dashboard when in live mode. ([#21](https://github.com/craftcms/stripe/pull/21))
- Fixed an error that could occur when syncing Customer and Payment Method data. ([#29](https://github.com/craftcms/stripe/pull/29))
- Fixed an error that could occur when sorting Invoices table by certain columns. ([#31](https://github.com/craftcms/stripe/pull/31))
- Fixed an error that could occur when trying to view elements as cards. ([#15](https://github.com/craftcms/stripe/pull/15))
Expand Down
176 changes: 85 additions & 91 deletions package-lock.json

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

0 comments on commit fa70b83

Please sign in to comment.