Releases: digitickets/omnipay-stripe-checkout
V1.5.0 - Stripe payment now expires after 30mins
v1.5.0 Merge pull request #13 from digitickets/add-expiry-time-of-30mins-to-…
V1.4.0 - Creates a customer at stripe
Merge pull request #12 from digitickets/add-customer-to-session-request add customer details to session
v1.3.1 Fix deleting other webhooks
More safely delete old or invalid webhooks from stripe. Stops incorrectly deleting other non-omnipay webhooks.
v1.3.0 - Add automatic payment method support
Add new parameter, 'allowAllPaymentMethods'. When enabled, uses automatic payment method types allowing for Google Pay, Apple Pay etc.
v1.2.0 - Add partial refund support
Merge pull request #7 from digitickets/add-partial-refund-support Add partial refund support
v1.1.1: Force stripe API version
- Forces stripe version so new stripe releases don't break the integration.
v1.1: Remove existing webhooks
- If webhooks are enabled, remove any existing stripe webhooks that do not match the new webhook URL, and have the same base domain as the new webhook, so are likely out-of-date.
- Now pulls through billing email address if available.
Note: only for omnipay-v2 branch.
v1.0.3
This release adds the functionality to register a webhook via the params key notifyUrl
which can be useful to avoid problems when the redirect from the checkout doesn't quite work on the client's side.
Initial release of version compatible with Omnipay v3
This is the first release after upgrading the repo to be compatible with Omnipay v3.
If you want a version that is compatible with Omnipay v2, there is a branch, "omnipay-v2", which is released as v1.*.* Please use that one.
Releasing from a fork of the branch
The v1 releases are now being made from a fork of master so that the master branch can be upgraded to be compatible with Omnipay v3. v1 releases will continue to be made from this new branch.
There is no material change in this version compared to v1.0.1, apart from the readme file.