Skip to content
Snippets Groups Projects
Commit 2d6c498f authored by mattwire's avatar mattwire
Browse files

Release 6.2beta4

parent 58a49cd8
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@
* Fix [#110](https://lab.civicrm.org/extensions/stripe/issues/110) -Allow submit if amount is 0.
* Fix and record paymentIntents for recurring contributions - show authentication to user on thankyou page.
> this checks loads 3d secure etc from Stripe if required.
* Don't try to record refund for an uncaptured payment.
> When an uncaptured payment is cancelled it triggers a charge.refunded event. But we don't want to record this in CiviCRM as it was never "captured" and the payment was never really taken.
## Release 6.1.6
......
......@@ -13,8 +13,8 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2019-10-19</releaseDate>
<version>6.2beta3</version>
<releaseDate>2019-10-21</releaseDate>
<version>6.2beta4</version>
<develStage>beta</develStage>
<compatibility>
<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