Skip to content
Snippets Groups Projects
Commit 4ffdc254 authored by mattwire's avatar mattwire
Browse files

Release 6.2.1

parent a5d86ea0
No related branches found
No related tags found
No related merge requests found
## Release 6.2.1
* [#121](https://lab.civicrm.org/extensions/stripe/issues/121) Fix auto-recurring membership payments.
* Stripe.ListEvents API - properly handle newer way to record trxn_id value.
* Change doRefund signature to match what is in CiviCRM core (fixes a PHP warning).
## Release 6.2 ## Release 6.2
* Track paymentIntents and cancel uncaptured ones after 24 hours. * Track paymentIntents and cancel uncaptured ones after 24 hours.
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
<author>Matthew Wire (MJW Consulting)</author> <author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email> <email>mjw@mjwconsult.co.uk</email>
</maintainer> </maintainer>
<releaseDate>2019-10-23</releaseDate> <releaseDate>2019-10-31</releaseDate>
<version>6.2</version> <version>6.2.1</version>
<develStage>stable</develStage> <develStage>stable</develStage>
<compatibility> <compatibility>
<ver>5.13</ver> <ver>5.13</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment