FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump version to 20.3.1 · stripe/stripe-php@bf2c6ca · GitHub

Commit bf2c6ca

Browse files
committed
Bump version to 20.3.1
1 parent 80ca613 commit bf2c6ca

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

‎CHANGELOG.md‎

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

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+
37
## 20.3.0 - 2026-06-24
48
This release changes the pinned API version to 2026-06-24.dahlia.
59

‎VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.3.0
1+
20.3.1

‎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.3.0';
67+
const VERSION = '20.3.1';
6868

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

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL