Skip to content

Commit e96f7c2

Browse files
Bump version to 20.2.0-alpha.4
1 parent 62c62ef commit e96f7c2

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 20.2.0-alpha.4 - 2026-05-06
4+
* [#2065](https://github.com/stripe/stripe-php/pull/2065) Update generated code for private-preview
5+
* Add support for new resource `PaymentLocation`
6+
* Add support for `create`, `delete`, `retrieve`, and `update` methods on resource `PaymentLocation`
7+
* Add support for `protections` on `Account.create().$params.capability.card_payment`, `Account.update().$params.capability.card_payment`, and `Capability`
8+
* Add support for `gift_card` on `ConfirmationToken.create().$params.payment_method_datum`, `ConfirmationToken.payment_method_preview`, `PaymentIntent.confirm().$params.payment_method_datum`, `PaymentIntent.create().$params.payment_method_datum`, `PaymentIntent.update().$params.payment_method_datum`, `PaymentMethod.create().$params`, `PaymentMethod`, `SetupIntent.confirm().$params.payment_method_datum`, `SetupIntent.create().$params.payment_method_datum`, `SetupIntent.update().$params.payment_method_datum`, and `SharedPayment.GrantedToken.payment_method_details`
9+
* Add support for new value `gift_card` on enums `ConfirmationToken.payment_method_preview.type`, `PaymentMethod.type`, and `SharedPayment.GrantedToken.payment_method_details.type`
10+
* Add support for `metadata` on `DelegatedCheckout\RequestedSession.confirm().$params`
11+
* Add support for `credited_items` on `InvoiceItem.proration_details`
12+
* Add support for `network_lifecycle` on `Issuing.Dispute`
13+
* Add support for new value `gift_card` on enums `PaymentIntent.excluded_payment_method_types` and `SetupIntent.excluded_payment_method_types`
14+
* Add support for `status_details` on `Subscription`
15+
* [#2066](https://github.com/stripe/stripe-php/pull/2066) Add EventNotificationHandler (private preview)
16+
317
## 20.2.0-alpha.3 - 2026-04-28
418
* [#2063](https://github.com/stripe/stripe-php/pull/2063) Update generated code for private-preview
519
* Add support for `debit_card` on `V2.Core.Account.configuration.card_creator.capabilities.consumer.lead`, `V2.Core.Account.identity.attestations.terms_of_service.card_creator.consumer.lead`, `V2\Core\Account.create().$params.configuration.card_creator.capability.consumer.lead`, `V2\Core\Account.create().$params.identity.attestation.terms_of_service.card_creator.consumer.lead`, `V2\Core\Account.update().$params.configuration.card_creator.capability.consumer.lead`, and `V2\Core\Account.update().$params.identity.attestation.terms_of_service.card_creator.consumer.lead`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.2.0-alpha.3
1+
20.2.0-alpha.4

lib/Stripe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Stripe
6464
/** @var float Initial delay between retries, in seconds */
6565
private static $initialNetworkRetryDelay = 0.5;
6666

67-
const VERSION = '20.2.0-alpha.3';
67+
const VERSION = '20.2.0-alpha.4';
6868

6969
/**
7070
* @return string the API key used for requests

0 commit comments

Comments
 (0)