| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,9 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## 20.3.1 - 2026-07-09 | ||
| 4 | + * [#2093](https://github.com/stripe/stripe-php/pull/2093) Add TStripeObject to iterator PHPDoc comments (fixes [#2091](https://github.com/stripe/stripe-php/issues/2091)) | ||
| 5 | + - Fixed: PHPStan no longer infers iterated Collection values as `mixed`; loop variables are now correctly typed as the collection's generic type parameter | ||
| 6 | + | ||
| 3 | 7 | ## 20.3.0 - 2026-06-24 | |
| 4 | 8 | This release changes the pinned API version to 2026-06-24.dahlia. | |
| 5 | 9 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1 @@ | |||
| 1 | - 20.3.0 | ||
| 1 | + 20.3.1 | ||
| 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 = '20.3.0'; | ||
| 67 | + const VERSION = '20.3.1'; | ||
| 68 | 68 | ||
| 69 | 69 | /** | |
| 70 | 70 | * @return string the API key used for requests | |
| Back | FazBrowse Home | New Git URL |
0 commit comments