Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Stripe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rich
Stripe
Commits
841e8d90
Commit
841e8d90
authored
5 years ago
by
mattwire
Browse files
Options
Downloads
Patches
Plain Diff
Release 6.0.alpha3
parent
a4421acd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CRM/Stripe/Check.php
+1
-1
1 addition, 1 deletion
CRM/Stripe/Check.php
docs/release/release_notes.md
+11
-0
11 additions, 0 deletions
docs/release/release_notes.md
info.xml
+2
-2
2 additions, 2 deletions
info.xml
with
14 additions
and
3 deletions
CRM/Stripe/Check.php
+
1
−
1
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'
,
[
...
...
This diff is collapsed.
Click to expand it.
docs/release/release_notes.md
+
11
−
0
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.
...
...
This diff is collapsed.
Click to expand it.
info.xml
+
2
−
2
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment