File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 17.2.0-beta.2 - 2025-04-04
4
+ * [ #1847 ] ( https://github.com/stripe/stripe-php/pull/1847 ) Remove stdClass from object shapes
5
+ * Remove intersection with ` stdClass ` in resource properties and fixed ` instanceof ` checks.
6
+
3
7
## 17.2.0-beta.1 - 2025-04-02
4
8
5
9
* [ #1830 ] ( https://github.com/stripe/stripe-php/pull/1830 ) Update logic for Stripe::addBetaVersion
Original file line number Diff line number Diff line change 1
- 17.2.0-beta.1
1
+ 17.2.0-beta.2
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 = '17.2.0-beta.1 ' ;
67
+ const VERSION = '17.2.0-beta.2 ' ;
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