File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 16.5.0 - 2025-01-27
4
+ * [ #1804 ] ( https://github.com/stripe/stripe-php/pull/1804 ) Update generated code
5
+ * Add support for ` close ` method on resource ` Treasury.FinancialAccount `
6
+ * Add support for ` advice_code ` on ` StripeError `
7
+ * Add support for ` discounts ` on ` Checkout.Session `
8
+ * Add support for new value ` pay_by_bank ` on enum ` PaymentLink.payment_method_types[] `
9
+ * Add support for ` pay_by_bank ` on ` PaymentMethodConfiguration ` and ` PaymentMethod `
10
+ * Add support for new value ` pay_by_bank ` on enum ` PaymentMethod.type `
11
+ * Add support for ` is_default ` and ` nickname ` on ` Treasury.FinancialAccount `
12
+ * [ #1805 ] ( https://github.com/stripe/stripe-php/pull/1805 ) Restore testCoreEventsGet generated test
13
+ * [ #1807 ] ( https://github.com/stripe/stripe-php/pull/1807 ) minor justfile fixes
14
+ * [ #1806 ] ( https://github.com/stripe/stripe-php/pull/1806 ) Added CONTRIBUTING.md file
15
+ * [ #1802 ] ( https://github.com/stripe/stripe-php/pull/1802 ) ensure dependencies are installed for format and test recipes
16
+ * [ #1801 ] ( https://github.com/stripe/stripe-php/pull/1801 ) Add justfile, remove coveralls, and fix AUTOLOAD in CI
17
+ * [ #1797 ] ( https://github.com/stripe/stripe-php/pull/1797 ) Added pull request template
18
+
3
19
## 16.4.0 - 2024-12-18
4
20
* [ #1793 ] ( https://github.com/stripe/stripe-php/pull/1793 ) This release changes the pinned API version to ` 2024-12-18.acacia ` .
5
21
* Add support for ` network_advice_code ` and ` network_decline_code ` on ` StripeError `
Original file line number Diff line number Diff line change 1
- 16.4 .0
1
+ 16.5 .0
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class Stripe
64
64
/** @var float Initial delay between retries, in seconds */
65
65
private static $ initialNetworkRetryDelay = 0.5 ;
66
66
67
- const VERSION = '16.4 .0 ' ;
67
+ const VERSION = '16.5 .0 ' ;
68
68
69
69
/**
70
70
* @return string the API key used for requests
You can’t perform that action at this time.
0 commit comments