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
841e8d90
Commit
841e8d90
authored
Sep 10, 2019
by
mattwire
Browse files
Release 6.0.alpha3
parent
a4421acd
Changes
3
Hide whitespace changes
Inline
Side-by-side
CRM/Stripe/Check.php
View file @
841e8d90
...
...
@@ -11,7 +11,7 @@ use CRM_Stripe_ExtensionUtil as E;
*/
class
CRM_Stripe_Check
{
const
MIN_VERSION_MJWSHARED
=
0.
2
;
const
MIN_VERSION_MJWSHARED
=
0.
3
;
public
static
function
checkRequirements
(
&
$messages
)
{
$extensions
=
civicrm_api3
(
'Extension'
,
'get'
,
[
...
...
docs/release/release_notes.md
View file @
841e8d90
## Release 6.0.alpha3
*
Support recurring payments with paymentIntents/Elements. Cancel subscription with Stripe when we reach recurring end date
*
**Update required Stripe API version to 2019-09-09**
*
Handle confirmation pages properly for contribution pages (make sure we pass through paymentIntentID).
*
Handle card declined on client side.
*
Support creating recurring payment (subscription).
*
Handle IPN events for charges / invoices (support cancel/refund etc).
*
Add basic support for PaymentProcessor.refund API.
*
Remove membership_type_tag from plan name.
## Release 6.0.alpha2
*
Support Drupal Webform CiviCRM.
...
...
info.xml
View file @
841e8d90
...
...
@@ -12,8 +12,8 @@
<author>
Matthew Wire (MJW Consulting)
</author>
<email>
mjw@mjwconsult.co.uk
</email>
</maintainer>
<releaseDate>
2019-09-0
6
</releaseDate>
<version>
6.0.alpha
2
</version>
<releaseDate>
2019-09-
1
0
</releaseDate>
<version>
6.0.alpha
3
</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