-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from craftcms/feature/add-link-field-integration
Add Stripe product link type for link custom fields
- Loading branch information
Showing
6 changed files
with
669 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Release Notes for Stripe 1.2 (WIP) | ||
|
||
## Unreleased | ||
|
||
> [!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. | ||
- Added support for selecting products in Link fields. | ||
- Added `craft\stripe\events\StripeEvent`. | ||
- Added `craft\stripe\services\Webhooks::EVENT_STRIPE_EVENT`. | ||
- Added `craft\stripe\linktypes\Product`. | ||
- Fixed a SQL error that occurred when syncing subscriptions that were missing a `latest_invoice` value. | ||
- Fixed links to Stripe dashboard when in live mode. | ||
- Stripe now requires Craft CMS 5.3.0 or later. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.