Skip to content

Commit

Permalink
changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
i-just committed Oct 14, 2024
1 parent 33a6cfd commit b954dcd
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
> [!NOTE]
> Stripe plugin now requires additional webhook events to be registered. Re-register the webhook handler in the plugin settings, or add the new events below to the webhook registration in Stripe.
- Webhook handler now listens for `customer.updated` events.
- It’s now possible to manually sync Stripe customer data on Edit User pages.
- It’s now possible to save custom field data against a new Subscription when using a checkout form.
- Added `craft\stripe\events\StripeEvent`.
- Added `craft\stripe\services\Webhooks::EVENT_STRIPE_EVENT`.
- Fixed a SQL error that occurred when syncing a subscriptions that were missing a `latest_invoice` value.
- Fixed links to stripe dashboard when in live mode.
- Webhook handler now listens for `customer.updated` events. ([#21](https://github.com/craftcms/stripe/pull/21))
- It’s now possible to manually sync Stripe customer data on Edit User pages. ([#21](https://github.com/craftcms/stripe/pull/21))
- Added support for selecting products in Link fields. ([#26](https://github.com/craftcms/stripe/pull/26))
- It’s now possible to save custom field data against a new Subscription when using a checkout form. ([#25](https://github.com/craftcms/stripe/issues/25))
- Added `craft\stripe\events\StripeEvent`. ([#17](https://github.com/craftcms/stripe/issues/17))
- Added `craft\stripe\services\Webhooks::EVENT_STRIPE_EVENT`. ([#17](https://github.com/craftcms/stripe/issues/17))
- Added `craft\stripe\linktypes\Product`. ([#26](https://github.com/craftcms/stripe/pull/26))
- 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))
- Stripe now requires Craft CMS 5.3.0 or later. ([#26](https://github.com/craftcms/stripe/pull/26))

## 1.1.0 - 2024-06-14

Expand Down

0 comments on commit b954dcd

Please sign in to comment.