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

Release 6.0.beta1

parent 957e9446
No related branches found
No related tags found
No related merge requests found
## Release 6.0.beta1
*Thanks to Rich Lott (@artfulrobot) for contributing and testing release.*
* We don't need to confirm the payment until we capture it
* payment method id is not required when passing in an existing payment intent
* Add minified versions of js/css
* Remove onclick attribute from submit form so that CiviContribute forms do stripe processing before submission
* Description and Customer fields in Stripe backend - fixes #78
## Release 6.0.alpha3
* Support recurring payments with paymentIntents/Elements. Cancel subscription with Stripe when we reach recurring end date
......
......@@ -12,9 +12,9 @@
<author>Matthew Wire (MJW Consulting)</author>
<email>mjw@mjwconsult.co.uk</email>
</maintainer>
<releaseDate>2019-09-10</releaseDate>
<version>6.0.alpha3</version>
<develStage>alpha</develStage>
<releaseDate>2019-09-12</releaseDate>
<version>6.0.beta1</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.13</ver>
</compatibility>
......
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