WooCommerce

@woocommerce · wordpress.org profile ↗
Member since
2011-11-10
Location
Employer
Job title
Authored
31 (1 closed)
SVN commit access
5
Readme contributor
26
Combined install base
12.4M+ across 57 plugins

Alerts (0)

No open alerts.

Show 15 resolved alerts
High committer_younger_than_plugin WooCommerce Tax (formerly WooCommerce Shipping & Tax) Resolved · no_longer_matches 1d ago
Slugwoocommerce-services
Committer slugfrosso1
Committer display namefrosso1 (a11n)
Committer employer
Committer member since2020-08-14
Committer first commit2021-01-11 20:57:46
Committer commit count7
Plugin listed authorwoocommerce
Earliest plugin commit2017-01-30 17:13:37
Plugin age at join days1,442
Committer age at join days150
Active installs600,000
View raw JSON
{
    "slug": "woocommerce-services",
    "committer_slug": "frosso1",
    "committer_display_name": "frosso1 (a11n)",
    "committer_employer": null,
    "committer_member_since": "2020-08-14",
    "committer_first_commit": "2021-01-11 20:57:46",
    "committer_commit_count": 7,
    "plugin_listed_author": "woocommerce",
    "earliest_plugin_commit": "2017-01-30 17:13:37",
    "plugin_age_at_join_days": 1442,
    "committer_age_at_join_days": 150,
    "active_installs": 600000
}
High code_scan_delta Braintree for WooCommerce Payment Gateway Resolved · false_positive_cdn_known_good 2d ago
Slugwoocommerce-gateway-paypal-powered-by-braintree
Previous version3.10.0
Current version3.10.0
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/WC_Gateway_Braintree_Local_Payment.php149wp_register_script( 'braintree-js-client', 'https://js.braintreegateway.com/web/' . $sdk_version . '/js/client.min.js', [], $version, true );medium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
remote_enqueuebuiltinincludes/WC_Gateway_Braintree_Local_Payment.php165wp_register_script( 'braintree-js-local-payments', 'https://js.braintreegateway.com/web/' . $sdk_version . '/js/local-payment.min.js', [ 'braintree-js-client' ], $version, true );medium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
remote_enqueuebuiltinincludes/Google_Pay/Frontend.php65wp_register_script( 'braintree-js-client', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/client.min.js', array( 'google-pay-js' ), WC_Braintree::VERSION, trumedium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
remote_enqueuebuiltinincludes/Google_Pay/Frontend.php68wp_register_script( 'braintree-js-google-pay', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/google-payment.min.js', array( 'braintree-js-client' ), WC_Brainmedium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
remote_enqueuebuiltinincludes/WC_Gateway_Braintree_ACH.php130wp_register_script( 'braintree-js-ach', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/us-bank-account.min.js', [ 'braintree-js-client' ], WC_Braintree::VERSImedium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
remote_enqueuebuiltinincludes/WC_Gateway_Braintree.php425wp_register_script( 'braintree-js-client', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/client.min.js', array(), WC_Braintree::VERSION, true );medium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
remote_enqueuebuiltinincludes/WC_Gateway_Braintree.php426wp_register_script( 'braintree-js-data-collector', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/data-collector.min.js', array( 'braintree-js-client' ), WC_Bmedium
Url
https://js.braintreegateway.com/web/
Url host
js.braintreegateway.com
New finding count7
View raw JSON
{
    "slug": "woocommerce-gateway-paypal-powered-by-braintree",
    "previous_version": "3.10.0",
    "current_version": "3.10.0",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/WC_Gateway_Braintree_Local_Payment.php",
            "line": 149,
            "snippet": "wp_register_script( 'braintree-js-client', 'https://js.braintreegateway.com/web/' . $sdk_version . '/js/client.min.js', [], $version, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/WC_Gateway_Braintree_Local_Payment.php",
            "line": 165,
            "snippet": "wp_register_script( 'braintree-js-local-payments', 'https://js.braintreegateway.com/web/' . $sdk_version . '/js/local-payment.min.js', [ 'braintree-js-client' ], $version, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Google_Pay/Frontend.php",
            "line": 65,
            "snippet": "wp_register_script( 'braintree-js-client', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/client.min.js', array( 'google-pay-js' ), WC_Braintree::VERSION, tru",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Google_Pay/Frontend.php",
            "line": 68,
            "snippet": "wp_register_script( 'braintree-js-google-pay', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/google-payment.min.js', array( 'braintree-js-client' ), WC_Brain",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/WC_Gateway_Braintree_ACH.php",
            "line": 130,
            "snippet": "wp_register_script( 'braintree-js-ach', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/us-bank-account.min.js', [ 'braintree-js-client' ], WC_Braintree::VERSI",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/WC_Gateway_Braintree.php",
            "line": 425,
            "snippet": "wp_register_script( 'braintree-js-client', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/client.min.js', array(), WC_Braintree::VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/WC_Gateway_Braintree.php",
            "line": 426,
            "snippet": "wp_register_script( 'braintree-js-data-collector', 'https://js.braintreegateway.com/web/' . WC_Braintree::BRAINTREE_JS_SDK_VERSION . '/js/data-collector.min.js', array( 'braintree-js-client' ), WC_B",
            "confidence": "medium",
            "details": {
                "url": "https://js.braintreegateway.com/web/",
                "url_host": "js.braintreegateway.com"
            }
        }
    ],
    "new_finding_count": 7
}
High code_scan_delta WooCommerce Stripe Payment Gateway Resolved · false_positive_cdn_known_good 2d ago
Slugwoocommerce-gateway-stripe
Previous version10.6.1
Current version10.6.1
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/abstracts/abstract-wc-stripe-payment-gateway.php2,219wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', [], null, true );medium
Url
https://js.stripe.com/clover/stripe.js
Url host
js.stripe.com
remote_enqueuebuiltinincludes/payment-methods/class-wc-stripe-express-checkout-element.php398wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', '', null, true );medium
Url
https://js.stripe.com/clover/stripe.js
Url host
js.stripe.com
remote_enqueuebuiltinincludes/payment-methods/class-wc-stripe-upe-payment-gateway.php472wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', [], null, true );medium
Url
https://js.stripe.com/clover/stripe.js
Url host
js.stripe.com
New finding count3
View raw JSON
{
    "slug": "woocommerce-gateway-stripe",
    "previous_version": "10.6.1",
    "current_version": "10.6.1",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/abstracts/abstract-wc-stripe-payment-gateway.php",
            "line": 2219,
            "snippet": "wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', [], null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/clover/stripe.js",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/payment-methods/class-wc-stripe-express-checkout-element.php",
            "line": 398,
            "snippet": "wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', '', null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/clover/stripe.js",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/payment-methods/class-wc-stripe-upe-payment-gateway.php",
            "line": 472,
            "snippet": "wp_register_script( 'stripe', 'https://js.stripe.com/clover/stripe.js', [], null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/clover/stripe.js",
                "url_host": "js.stripe.com"
            }
        }
    ],
    "new_finding_count": 3
}
High committer_younger_than_plugin Google for WooCommerce Resolved · benign_company_employee 5d ago
Sluggoogle-listings-and-ads
Committer slugmppellicer
Committer display namemppellicer
Committer employer
Committer member since2021-11-30
Committer first commit2021-11-30 15:13:03
Committer commit count26
Plugin listed authorwoocommerce
Earliest plugin commit2021-05-07 21:05:12
Plugin age at join days206
Committer age at join days0
Active installs900,000
View raw JSON
{
    "slug": "google-listings-and-ads",
    "committer_slug": "mppellicer",
    "committer_display_name": "mppellicer",
    "committer_employer": null,
    "committer_member_since": "2021-11-30",
    "committer_first_commit": "2021-11-30 15:13:03",
    "committer_commit_count": 26,
    "plugin_listed_author": "woocommerce",
    "earliest_plugin_commit": "2021-05-07 21:05:12",
    "plugin_age_at_join_days": 206,
    "committer_age_at_join_days": 0,
    "active_installs": 900000
}
High committer_younger_than_plugin Google for WooCommerce Resolved · benign_company_employee 5d ago
Sluggoogle-listings-and-ads
Committer slugseuna8c
Committer display nameSeun
Committer employer
Committer member since2024-10-22
Committer first commit2025-08-05 07:38:02
Committer commit count1
Plugin listed authorwoocommerce
Earliest plugin commit2021-05-07 21:05:12
Plugin age at join days1,550
Committer age at join days287
Active installs900,000
View raw JSON
{
    "slug": "google-listings-and-ads",
    "committer_slug": "seuna8c",
    "committer_display_name": "Seun",
    "committer_employer": null,
    "committer_member_since": "2024-10-22",
    "committer_first_commit": "2025-08-05 07:38:02",
    "committer_commit_count": 1,
    "plugin_listed_author": "woocommerce",
    "earliest_plugin_commit": "2021-05-07 21:05:12",
    "plugin_age_at_join_days": 1550,
    "committer_age_at_join_days": 287,
    "active_installs": 900000
}
High committer_younger_than_plugin WooCommerce PayPal Payments Resolved · benign_company_employee 5d ago
Slugwoocommerce-paypal-payments
Committer slugeduardoumpierre
Committer display nameeduardoumpierre
Committer employer
Committer member since2025-02-03
Committer first commit2025-02-04 11:09:19
Committer commit count7
Plugin listed authorwoocommerce
Earliest plugin commit2020-10-09 19:16:20
Plugin age at join days1,578
Committer age at join days1
Active installs800,000
View raw JSON
{
    "slug": "woocommerce-paypal-payments",
    "committer_slug": "eduardoumpierre",
    "committer_display_name": "eduardoumpierre",
    "committer_employer": null,
    "committer_member_since": "2025-02-03",
    "committer_first_commit": "2025-02-04 11:09:19",
    "committer_commit_count": 7,
    "plugin_listed_author": "woocommerce",
    "earliest_plugin_commit": "2020-10-09 19:16:20",
    "plugin_age_at_join_days": 1578,
    "committer_age_at_join_days": 1,
    "active_installs": 800000
}
High committer_younger_than_plugin WooCommerce Tax (formerly WooCommerce Shipping & Tax) Resolved · benign_company_employee 5d ago
Slugwoocommerce-services
Committer slugbborman22
Committer display namebborman22
Committer employer
Committer member since2020-10-23
Committer first commit2020-10-28 14:19:49
Committer commit count10
Plugin listed authorwoocommerce
Earliest plugin commit2017-01-30 17:13:37
Plugin age at join days1,366
Committer age at join days5
Active installs600,000
View raw JSON
{
    "slug": "woocommerce-services",
    "committer_slug": "bborman22",
    "committer_display_name": "bborman22",
    "committer_employer": null,
    "committer_member_since": "2020-10-23",
    "committer_first_commit": "2020-10-28 14:19:49",
    "committer_commit_count": 10,
    "plugin_listed_author": "woocommerce",
    "earliest_plugin_commit": "2017-01-30 17:13:37",
    "plugin_age_at_join_days": 1366,
    "committer_age_at_join_days": 5,
    "active_installs": 600000
}
High committer_younger_than_plugin Google Analytics for WooCommerce Resolved · benign_company_employee 5d ago
Slugwoocommerce-google-analytics-integration
Committer slugdavidlenehan
Committer display namedavidlenehan
Committer employer
Committer member since2015-11-23
Committer first commit2015-11-24 10:46:08
Committer commit count2
Plugin listed authorwoocommerce
Earliest plugin commit2013-05-17 16:14:56
Plugin age at join days920
Committer age at join days1
Active installs100,000
View raw JSON
{
    "slug": "woocommerce-google-analytics-integration",
    "committer_slug": "davidlenehan",
    "committer_display_name": "davidlenehan",
    "committer_employer": null,
    "committer_member_since": "2015-11-23",
    "committer_first_commit": "2015-11-24 10:46:08",
    "committer_commit_count": 2,
    "plugin_listed_author": "woocommerce",
    "earliest_plugin_commit": "2013-05-17 16:14:56",
    "plugin_age_at_join_days": 920,
    "committer_age_at_join_days": 1,
    "active_installs": 100000
}
High bulk_committer_takeover WooCommerce Stripe Payment Gateway Resolved · no_longer_matches 8d ago
Committerwpmuguru
Member since2009-05-30
Plugins joined6
Spread days0
Earliest join2020-08-27 12:37:16
Latest join2020-08-27 18:19:53
Combined installs1,430,000
Sample plugins
SlugActive installsFirst commit at
woocommerce-gateway-stripe700,0002020-08-27 18:19:53
woocommerce-services600,0002020-08-27 17:48:17
woosidebars100,0002020-08-27 12:37:16
homepage-control10,0002020-08-27 14:40:19
woocommerce-colors10,0002020-08-27 17:18:14
woocommerce-shortcodes10,0002020-08-27 18:11:12
View raw JSON
{
    "committer": "wpmuguru",
    "member_since": "2009-05-30",
    "plugins_joined": 6,
    "spread_days": 0,
    "earliest_join": "2020-08-27 12:37:16",
    "latest_join": "2020-08-27 18:19:53",
    "combined_installs": 1430000,
    "sample_plugins": [
        {
            "slug": "woocommerce-gateway-stripe",
            "active_installs": 700000,
            "first_commit_at": "2020-08-27 18:19:53"
        },
        {
            "slug": "woocommerce-services",
            "active_installs": 600000,
            "first_commit_at": "2020-08-27 17:48:17"
        },
        {
            "slug": "woosidebars",
            "active_installs": 100000,
            "first_commit_at": "2020-08-27 12:37:16"
        },
        {
            "slug": "homepage-control",
            "active_installs": 10000,
            "first_commit_at": "2020-08-27 14:40:19"
        },
        {
            "slug": "woocommerce-colors",
            "active_installs": 10000,
            "first_commit_at": "2020-08-27 17:18:14"
        },
        {
            "slug": "woocommerce-shortcodes",
            "active_installs": 10000,
            "first_commit_at": "2020-08-27 18:11:12"
        }
    ]
}
Medium committer_younger_than_plugin ShipStation for WooCommerce Resolved · benign_company_employee 5d ago
Slugwoocommerce-shipstation-integration
Committer slugbborman22
Committer display namebborman22
Committer employer
Committer member since2020-10-23
Committer first commit2020-11-24 19:36:51
Committer commit count2
Plugin listed authorwoocommerce
Earliest plugin commit2018-09-20 22:47:49
Plugin age at join days795
Committer age at join days32
Active installs30,000
View raw JSON
{
    "slug": "woocommerce-shipstation-integration",
    "committer_slug": "bborman22",
    "committer_display_name": "bborman22",
    "committer_employer": null,
    "committer_member_since": "2020-10-23",
    "committer_first_commit": "2020-11-24 19:36:51",
    "committer_commit_count": 2,
    "plugin_listed_author": "woocommerce",
    "earliest_plugin_commit": "2018-09-20 22:47:49",
    "plugin_age_at_join_days": 795,
    "committer_age_at_join_days": 32,
    "active_installs": 30000
}
Medium committer_younger_than_plugin ShipStation for WooCommerce Resolved · benign_company_employee 5d ago
Slugwoocommerce-shipstation-integration
Committer slugfrosso1
Committer display namefrosso1 (a11n)
Committer employer
Committer member since2020-08-14
Committer first commit2021-03-02 15:16:15
Committer commit count2
Plugin listed authorwoocommerce
Earliest plugin commit2018-09-20 22:47:49
Plugin age at join days893
Committer age at join days200
Active installs30,000
View raw JSON
{
    "slug": "woocommerce-shipstation-integration",
    "committer_slug": "frosso1",
    "committer_display_name": "frosso1 (a11n)",
    "committer_employer": null,
    "committer_member_since": "2020-08-14",
    "committer_first_commit": "2021-03-02 15:16:15",
    "committer_commit_count": 2,
    "plugin_listed_author": "woocommerce",
    "earliest_plugin_commit": "2018-09-20 22:47:49",
    "plugin_age_at_join_days": 893,
    "committer_age_at_join_days": 200,
    "active_installs": 30000
}
Medium committer_younger_than_plugin Braintree for WooCommerce Payment Gateway Resolved · benign_company_employee 5d ago
Slugwoocommerce-gateway-paypal-powered-by-braintree
Committer slugeduardoumpierre
Committer display nameeduardoumpierre
Committer employer
Committer member since2025-02-03
Committer first commit2025-02-04 14:22:39
Committer commit count2
Plugin listed authorwoocommerce
Earliest plugin commit2015-12-17 23:35:28
Plugin age at join days3,336
Committer age at join days1
Active installs10,000
View raw JSON
{
    "slug": "woocommerce-gateway-paypal-powered-by-braintree",
    "committer_slug": "eduardoumpierre",
    "committer_display_name": "eduardoumpierre",
    "committer_employer": null,
    "committer_member_since": "2025-02-03",
    "committer_first_commit": "2025-02-04 14:22:39",
    "committer_commit_count": 2,
    "plugin_listed_author": "woocommerce",
    "earliest_plugin_commit": "2015-12-17 23:35:28",
    "plugin_age_at_join_days": 3336,
    "committer_age_at_join_days": 1,
    "active_installs": 10000
}
Medium bulk_committer_takeover WooCommerce PayPal Payments Resolved · no_longer_matches 8d ago
Committerwesleyjrosa
Member since2024-03-07
Plugins joined6
Spread days184
Earliest join2024-07-22 20:17:35
Latest join2025-01-23 18:55:28
Combined installs2,020,000
Sample plugins
SlugActive installsFirst commit at
woocommerce-paypal-payments800,0002024-07-22 20:17:35
woocommerce-gateway-stripe700,0002024-09-16 20:49:05
woocommerce-legacy-rest-api400,0002025-01-23 18:55:28
woocommerce-square80,0002025-01-21 16:41:59
woocommerce-payfast-gateway30,0002024-11-18 19:51:36
woocommerce-gateway-paypal-powered-by-braintree10,0002024-07-22 20:53:19
View raw JSON
{
    "committer": "wesleyjrosa",
    "member_since": "2024-03-07",
    "plugins_joined": 6,
    "spread_days": 184,
    "earliest_join": "2024-07-22 20:17:35",
    "latest_join": "2025-01-23 18:55:28",
    "combined_installs": 2020000,
    "sample_plugins": [
        {
            "slug": "woocommerce-paypal-payments",
            "active_installs": 800000,
            "first_commit_at": "2024-07-22 20:17:35"
        },
        {
            "slug": "woocommerce-gateway-stripe",
            "active_installs": 700000,
            "first_commit_at": "2024-09-16 20:49:05"
        },
        {
            "slug": "woocommerce-legacy-rest-api",
            "active_installs": 400000,
            "first_commit_at": "2025-01-23 18:55:28"
        },
        {
            "slug": "woocommerce-square",
            "active_installs": 80000,
            "first_commit_at": "2025-01-21 16:41:59"
        },
        {
            "slug": "woocommerce-payfast-gateway",
            "active_installs": 30000,
            "first_commit_at": "2024-11-18 19:51:36"
        },
        {
            "slug": "woocommerce-gateway-paypal-powered-by-braintree",
            "active_installs": 10000,
            "first_commit_at": "2024-07-22 20:53:19"
        }
    ]
}
Medium bulk_committer_takeover WooCommerce PayPal Payments Resolved · no_longer_matches 8d ago
Committerdiegocwp
Member since2023-09-13
Plugins joined5
Spread days131
Earliest join2024-12-12 19:24:06
Latest join2025-04-23 18:49:06
Combined installs1,620,000
Sample plugins
SlugActive installsFirst commit at
woocommerce-paypal-payments800,0002025-04-23 18:49:06
woocommerce-gateway-stripe700,0002024-12-12 19:24:06
woocommerce-square80,0002025-04-07 17:25:52
woocommerce-payfast-gateway30,0002025-01-14 13:16:06
woocommerce-gateway-paypal-powered-by-braintree10,0002025-04-14 18:15:02
View raw JSON
{
    "committer": "diegocwp",
    "member_since": "2023-09-13",
    "plugins_joined": 5,
    "spread_days": 131,
    "earliest_join": "2024-12-12 19:24:06",
    "latest_join": "2025-04-23 18:49:06",
    "combined_installs": 1620000,
    "sample_plugins": [
        {
            "slug": "woocommerce-paypal-payments",
            "active_installs": 800000,
            "first_commit_at": "2025-04-23 18:49:06"
        },
        {
            "slug": "woocommerce-gateway-stripe",
            "active_installs": 700000,
            "first_commit_at": "2024-12-12 19:24:06"
        },
        {
            "slug": "woocommerce-square",
            "active_installs": 80000,
            "first_commit_at": "2025-04-07 17:25:52"
        },
        {
            "slug": "woocommerce-payfast-gateway",
            "active_installs": 30000,
            "first_commit_at": "2025-01-14 13:16:06"
        },
        {
            "slug": "woocommerce-gateway-paypal-powered-by-braintree",
            "active_installs": 10000,
            "first_commit_at": "2025-04-14 18:15:02"
        }
    ]
}
Medium bulk_committer_takeover WooCommerce PayPal Payments Resolved · no_longer_matches 8d ago
Committerwesleyjrosa
Member since2024-03-07
Plugins joined5
Spread days184
Earliest join2024-07-22 20:17:35
Latest join2025-01-23 18:55:28
Combined installs2,010,000
Sample plugins
SlugActive installsFirst commit at
woocommerce-paypal-payments800,0002024-07-22 20:17:35
woocommerce-gateway-stripe700,0002024-09-16 20:49:05
woocommerce-legacy-rest-api400,0002025-01-23 18:55:28
woocommerce-square80,0002025-01-21 16:41:59
woocommerce-payfast-gateway30,0002024-11-18 19:51:36
View raw JSON
{
    "committer": "wesleyjrosa",
    "member_since": "2024-03-07",
    "plugins_joined": 5,
    "spread_days": 184,
    "earliest_join": "2024-07-22 20:17:35",
    "latest_join": "2025-01-23 18:55:28",
    "combined_installs": 2010000,
    "sample_plugins": [
        {
            "slug": "woocommerce-paypal-payments",
            "active_installs": 800000,
            "first_commit_at": "2024-07-22 20:17:35"
        },
        {
            "slug": "woocommerce-gateway-stripe",
            "active_installs": 700000,
            "first_commit_at": "2024-09-16 20:49:05"
        },
        {
            "slug": "woocommerce-legacy-rest-api",
            "active_installs": 400000,
            "first_commit_at": "2025-01-23 18:55:28"
        },
        {
            "slug": "woocommerce-square",
            "active_installs": 80000,
            "first_commit_at": "2025-01-21 16:41:59"
        },
        {
            "slug": "woocommerce-payfast-gateway",
            "active_installs": 30000,
            "first_commit_at": "2024-11-18 19:51:36"
        }
    ]
}

Plugins authored (31)

Plugin Version Installs Last updated Status
WooPayments: Integrated WooCommerce Payments ·woocommerce-payments 10.7.1 900k+ 15d ago Active
Google for WooCommerce ·google-listings-and-ads 3.6.2 900k+ 4d ago Active
WooCommerce PayPal Payments ·woocommerce-paypal-payments 4.0.3 800k+ 4d ago Active
WooCommerce Stripe Payment Gateway ·woocommerce-gateway-stripe 10.6.1 700k+ 9d ago Active
WooCommerce Tax (formerly WooCommerce Shipping & Tax) ·woocommerce-services 3.6.1 600k+ 12d ago Active
Pinterest for WooCommerce ·pinterest-for-woocommerce 1.4.26 300k+ 12d ago Active
Google Analytics for WooCommerce ·woocommerce-google-analytics-integration 2.1.23 100k+ 17d ago Active
WooCommerce Square ·woocommerce-square 5.3.2 80k+ 26d ago Active
WooCommerce Shipping ·woocommerce-shipping 2.3.0 70k+ 5d ago Active
Reddit for WooCommerce ·reddit-for-woocommerce 1.0.3 40k+ 3mo ago Active
Snapchat for WooCommerce ·snapchat-for-woocommerce 1.0.2 40k+ 5mo ago Active
ShipStation for WooCommerce ·woocommerce-shipstation-integration 5.0.3 30k+ 4d ago Active
WooCommerce Payfast Gateway ·woocommerce-payfast-gateway 1.7.6 30k+ 25d ago Active
Amazon Pay for WooCommerce ·woocommerce-gateway-amazon-payments-advanced 2.6.1 20k+ 3mo ago Active
WooCommerce Analytics ·woocommerce-analytics 0.9.14 20k+ 12d ago Active
Braintree for WooCommerce Payment Gateway ·woocommerce-gateway-paypal-powered-by-braintree 3.10.0 10k+ 9d ago Active
WooCommerce Gateway Affirm ·woocommerce-gateway-affirm 3.0.5 6k+ 29d ago Active
Storefront Product Sharing ·storefront-product-sharing 1.0.6 5k+ 5y ago Active
WooCommerce Product Dependencies ·woocommerce-product-dependencies 2.0.1 3k+ 1y ago Active
Storefront Footer Bar ·storefront-footer-bar 1.0.4 3k+ 5y ago Active
Eway Payments for Woo ·woocommerce-gateway-eway 3.9.2 3k+ 6mo ago Active
Storefront Hamburger Menu ·storefront-hamburger-menu 1.2.2 2k+ 5y ago Active
WooCommerce Accommodation Bookings ·woocommerce-accommodation-bookings 1.3.8 1k+ 18d ago Active
Storefront Homepage Contact Section ·storefront-homepage-contact-section 1.0.5 1k+ 5y ago Active
Product Bundles – Bulk Discounts ·product-bundles-bulk-discounts-for-woocommerce 2.0.1 600 1y ago Active
Product Bundles – Variation Bundles ·product-bundles-variation-bundles 2.0.2 600 1y ago Active
Product Recommendations – Custom Locations ·product-recommendations-custom-locations 2.0.4 300 1y ago Active
Gift Cards – Coupon Input ·gift-cards-coupon-input 2.0.1 200 1y ago Active
Composite Products – Conditional Images ·composite-products-conditional-images-for-woocommerce 2.0.2 200 8mo ago Active
WooCommerce PayPal Here Payment Gateway ·woocommerce-paypal-here-gateway 1.1.3 100 5y ago Active
WooCommerce PayFast Gateway ·woo-payfast-gateway 1.4.8 Closed

SVN commit access (5)

Plugins this account has pushed commits to, reconstructed from plugins.svn.wordpress.org. A new name showing up here on an established plugin is the strongest ownership-transfer signal.

Plugin Primary author Installs Commits First Latest Status
WooCommerce automattic 7M+ 74 8mo ago 17d ago Active
WooCommerce Shipping woocommerce 70k+ 6 1y ago 1y ago Active
WooCommerce Tax (formerly WooCommerce Shipping & Tax) woocommerce 600k+ 2 1y ago 1y ago Active
WooCommerce Accommodation Bookings woocommerce 1k+ 2 3y ago 2y ago Active
WooPayments: Integrated WooCommerce Payments woocommerce 900k+ 1 1y ago 1y ago Active

Contributor on other plugins (26)

Plugins where this account is listed in the readme contributors (distinct from SVN commit access).