Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
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
Extensions
Stripe
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
dfd881487442ab5bed8f57ac017112ca1948ca21
Select Git revision
Branches
4
bancontact
entityframeworkv2
master
default
protected
nextscheddate
Tags
20
6.11.4
6.11.3
6.11.2
6.11.1
6.11
6.11.0-preview20231219
6.10.2
6.10.1
6.10
6.9.4
6.9.3
6.9.2
6.9.1
6.9
6.8.2
6.8.1
6.8
6.7.14
6.7.13
6.7.12
24 results
Begin with the selected commit
Created with Raphaël 2.2.0
21
Sep
17
4
21
Aug
29
Jul
9
6
29
Jun
27
20
16
10
9
8
6
1
31
May
30
26
10
4
30
Apr
27
13
25
Mar
3
22
Feb
15
Jan
14
9
28
Dec
23
22
29
Nov
4
1
31
Oct
30
23
21
19
17
16
15
6
25
Sep
23
21
20
19
17
16
15
14
13
12
10
9
6
5
3
31
Aug
5
21
Jul
19
18
15
13
Jun
28
May
19
15
Apr
11
8
5
4
31
Mar
25
20
14
13
12
10
8
4
3
3
Jan
14
Dec
13
12
5
3
21
Nov
31
Oct
18
15
14
11
10
20
Sep
19
18
16
Aug
1
24
Jul
23
Jun
22
11
5
18
May
17
11
27
Apr
26
25
23
31
Mar
26
20
19
12
10
26
Feb
30
Oct
25
7
Sep
9
Aug
8
25
May
8
Apr
4
15
Mar
13
9
8
5
3
22
Feb
21
18
14
26
Jan
25
24
23
16
15
14
13
20
Dec
6
Nov
30
Sep
31
Aug
17
16
15
12
Jul
29
Jun
28
27
30
Mar
4
Feb
2
Jan
21
Dec
18
23
Nov
19
17
18
30
Oct
19
16
11
9
7
6
21
Sep
20
16
9
20
Aug
14
Jul
13
21
May
19
Feb
5
4
3
2
24
Jan
22
16
12
10
9
24
Nov
23
29
Oct
15
8
7
Fix Failed->Completed status for recurring contributions/subscriptions
Release 6.5-beta2
Update Stripe PHP library
Update hook signature
Fix #249 500 error on recurring contribution - convert multiple codepaths to use StripeClient
Update release notes
Fix #242 Stripe IPN events arriving out of order
Docs syntax fix
Release 6.5-beta1
Fix #241 - Incorrect Form Validation for checkboxes on profiles
Fix #239 hide configuration fields that we do not use
Don't handle invoice.paid event - it gets processed at the same time as invoice.payment_succeeded and sometimes causes duplicate payments to be created
Update docs
Update Stripe library to v7.49.0
Fix cancelling subscriptions from the backend in CiviCRM < 5.25
Update release notes
Remove reference to PR 298 for test payments as this PR has been merged https://github.com/colemanw/webform_civicrm/pull/298
Fix create table
Don't log civicrm_stripe_paymentintent table
Fix issue with Swal notifications sometimes not showing
Add referrer field to paymentIntent table and log errors such as card declined
Fixes to Stripe.Ipn for updated library
More library update fixes
Fixes to IPN object types following library update
Update stripe-php library from 6.43 to 7.47
Fix missing class on cancelSubscription exception
Move getCurrency() to CRM.payment (requires mjwshared 0.9.2)
Fix error when making a payment with a currency other than the default currency. extensions/stripe#230
Fix issues with repeattransaction and contribution_status_id. Require mjwshared 0.9.1
Remove experimental code
Update version
Don't load scripts via alterContent any more - no longer required
Trigger recurStart on crmStripeBillingFormReloadComplete, store #stripe-recurring-start-date block in javascript variable and remove/add as required
Add event crmStripeBillingFormReloadComplete
Switch over multiple functions to use CRM.payment
Only run the first instance of the civicrmStripe script
civicrmStripe.js: Trigger when DOMContentLoaded event is triggered or on AjaxComplete so we don't try to run before form has fully loaded
civicrmStripeConfirm.js: Run when DOMContentLoaded event is triggered
Remove receive_date element if it's not selected for fixed recur start date
Show element id of non-submit button elements in debugging
Loading