Update stripe-php from 17.6.0 to 21.2.1 #195

Merged
thatguygriff merged 2 commits from feature/194-stripe-php-21 into main 2026-08-25 02:18:36 +00:00
Showing only changes of commit 88a8d0ae5c - Show all commits
+1 -1
View File
@@ -14,7 +14,7 @@ each change under the current top section as you work.
## [1.5.5] ## [1.5.5]
### Changed ### Changed
- **Payments now run on the current Stripe library.** The plugin had fallen four major versions behind Stripe's PHP SDK, which also meant it was asking Stripe to behave like an older version of its API. Taking a card payment and handling a webhook work exactly as before — the same charge is raised, the same events are honoured, and a forged webhook is still rejected — but the plugin now speaks Stripe's current API version, so later payment work does not have to clear this upgrade first. Nothing to do on your side. - **Payments moved up to version 21 of Stripe's PHP library**, from version 17. Being four major versions behind also meant asking Stripe to behave like an older version of its API; the plugin now uses API version `2026-07-29.dahlia`. Taking a card payment and handling a webhook are unchanged — the same charge is raised, the same events are honoured, and a forged webhook is still rejected. Nothing to do on your side.
## [1.5.4] ## [1.5.4]