Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
capo
Stripe
Commits
af69cc04
Commit
af69cc04
authored
Sep 06, 2019
by
mattwire
Browse files
Release 6.0.alpha2
parent
e6319a2f
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/index.md
View file @
af69cc04
...
...
@@ -17,6 +17,12 @@ View this extension in the [Extension Directory](https://civicrm.org/extensions/
If using test mode with drupal webform_civicrm you need this patch: https://github.com/colemanw/webform_civicrm/pull/266
## Troubleshooting
Under
*Administer->CiviContribute->Stripe Settings*
you can find a setting:
*
Enable Stripe Javascript debugging?
This can be switched on to output debug info to the browser console and can be used to debug problems with submitting your payments.
## Credits
Current Maintainer: Matthew Wire - https://www.mjwconsult.co.uk
...
...
docs/release/release_notes.md
View file @
af69cc04
## Release 6.0.alpha2
*
Support Drupal Webform CiviCRM.
*
Support Event Registration.
*
Support Confirm/Thankyou pages on contribution pages / events.
*
Support cards using 3dsecure and cards not using 3dsecure.
### Not Supported (should be in final 6.0 release):
*
Recurring payments.
*
Backend payments.
## Release 6.0.alpha1
*
ONLY contribution pages with no confirm pages are supported.
## Release 6.0 (not yet released)
**This is a major new release. You cannot rollback once you've upgraded.**
...
...
@@ -8,6 +23,7 @@
*
Use PaymentIntents and comply with the European SCA directive (https://stripe.com/docs/strong-customer-authentication).
*
Require Stripe API Version: 2019-08-14 and ensure that all codepaths specify the API version.
*
Switch publishable key/secret key in settings (upgrader does this automatically) so they are now "correct" per CiviCRM settings pages.
*
Support cards using 3dsecure and cards not using 3dsecure (workflows with Stripe are slightly different but both are now handled).
## Release 5.4.1
*
Don't overwrite system messages when performing webhook checks.
...
...
info.xml
View file @
af69cc04
...
...
@@ -12,8 +12,8 @@
<author>
Matthew Wire (MJW Consulting)
</author>
<email>
mjw@mjwconsult.co.uk
</email>
</maintainer>
<releaseDate>
2019-09-0
3
</releaseDate>
<version>
6.0.alpha
1
</version>
<releaseDate>
2019-09-0
6
</releaseDate>
<version>
6.0.alpha
2
</version>
<develStage>
alpha
</develStage>
<compatibility>
<ver>
5.13
</ver>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment