Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy

dokan-lite · by dokaninc · wordpress.org ↗ · SVN ↗
Acquired by weDevs (Dokan). New committers from that team's naming convention are expected and will not fire takeover events. source ↗
Active installs
40k+
Current version
5.0.1
Added
2015-01-24
Last updated
2026-05-05 (17d ago)
First seen by beacon
1mo ago
Total downloads
4,283,099

Alerts (0)

No open alerts.

Show 5 resolved alerts
High code_scan_match Resolved · code_scan_fp_class_vendor_cdn_enqueue 2026-05-05 12:02:53 (17d ago)
Slugdokan-lite
Finding count5
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/Captcha/Providers/GoogleRecaptchaV3Provider.php62wp_enqueue_script( 'dokan-google-recaptcha', 'https://www.google.com/recaptcha/api.js?render=' . $site, [ 'dokan-util-helper' ] );medium
Url
https://www.google.com/recaptcha/api.js?render=
Url host
www.google.com
remote_enqueuebuiltinincludes/Assets.php1,191wp_enqueue_style( 'dokan-mapbox-gl', 'https://api.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.css', [], DOKAN_PLUGIN_VERSION );medium
Url
https://api.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.css
Url host
api.mapbox.com
remote_enqueuebuiltinincludes/Assets.php1,192wp_enqueue_style( 'dokan-mapbox-gl-geocoder', 'https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.2.0/mapbox-gl-geocoder.css', [ 'dokan-mapbox-gl' ], DOKAN_PLUGIN_VERSIOmedium
Url
https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.2.0/mapbox-gl-geocoder.css
Url host
api.mapbox.com
remote_enqueuebuiltinincludes/Assets.php1,194wp_enqueue_script( 'dokan-mapbox-gl-geocoder', 'https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.2.0/mapbox-gl-geocoder.min.js', [], DOKAN_PLUGIN_VERSION, true );medium
Url
https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.2.0/mapbox-gl-geocoder.min.js
Url host
api.mapbox.com
remote_enqueuebuiltinincludes/Assets.php1,195wp_enqueue_script( 'dokan-maps', 'https://api.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.js', [ 'dokan-mapbox-gl-geocoder' ], DOKAN_PLUGIN_VERSION, true );medium
Url
https://api.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.js
Url host
api.mapbox.com
Resolved sha7a18a2b84d4fdb0fefae826c8715372c6814ad04
View raw JSON
{
    "slug": "dokan-lite",
    "finding_count": 5,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Captcha/Providers/GoogleRecaptchaV3Provider.php",
            "line": 62,
            "snippet": "wp_enqueue_script( 'dokan-google-recaptcha', 'https://www.google.com/recaptcha/api.js?render=' . $site, [ 'dokan-util-helper' ] );",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/api.js?render=",
                "url_host": "www.google.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Assets.php",
            "line": 1191,
            "snippet": "wp_enqueue_style( 'dokan-mapbox-gl', 'https://api.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.css', [], DOKAN_PLUGIN_VERSION );",
            "confidence": "medium",
            "details": {
                "url": "https://api.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.css",
                "url_host": "api.mapbox.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Assets.php",
            "line": 1192,
            "snippet": "wp_enqueue_style( 'dokan-mapbox-gl-geocoder', 'https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.2.0/mapbox-gl-geocoder.css', [ 'dokan-mapbox-gl' ], DOKAN_PLUGIN_VERSIO",
            "confidence": "medium",
            "details": {
                "url": "https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.2.0/mapbox-gl-geocoder.css",
                "url_host": "api.mapbox.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Assets.php",
            "line": 1194,
            "snippet": "wp_enqueue_script( 'dokan-mapbox-gl-geocoder', 'https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.2.0/mapbox-gl-geocoder.min.js', [], DOKAN_PLUGIN_VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.2.0/mapbox-gl-geocoder.min.js",
                "url_host": "api.mapbox.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Assets.php",
            "line": 1195,
            "snippet": "wp_enqueue_script( 'dokan-maps', 'https://api.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.js', [ 'dokan-mapbox-gl-geocoder' ], DOKAN_PLUGIN_VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://api.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.js",
                "url_host": "api.mapbox.com"
            }
        }
    ],
    "resolved_sha": "7a18a2b84d4fdb0fefae826c8715372c6814ad04"
}
Critical bulk_committer_takeover Resolved · no_longer_matches 2026-05-02 11:14:38 (20d ago)
Committerwedevs
Member since2014-12-22
Plugins joined12
Spread days353
Earliest join2024-02-01 15:46:33
Latest join2025-01-20 11:59:50
Combined installs137,300
Sample plugins
SlugActive installsFirst commit at
dokan-lite40,0002024-10-08 07:59:20
woocommerce-conversion-tracking20,0002024-12-09 09:55:22
wp-user-frontend20,0002024-10-15 03:05:01
subscribe210,0002025-01-20 11:59:50
wemail10,0002024-10-08 06:46:45
wp-recaptcha-integration10,0002024-10-28 09:37:43
texty9,0002024-10-08 10:04:57
erp6,0002024-10-14 09:39:22
wedevs-project-manager6,0002024-12-12 06:02:51
wedocs4,0002024-02-01 15:46:33
View raw JSON
{
    "committer": "wedevs",
    "member_since": "2014-12-22",
    "plugins_joined": 12,
    "spread_days": 353,
    "earliest_join": "2024-02-01 15:46:33",
    "latest_join": "2025-01-20 11:59:50",
    "combined_installs": 137300,
    "sample_plugins": [
        {
            "slug": "dokan-lite",
            "active_installs": 40000,
            "first_commit_at": "2024-10-08 07:59:20"
        },
        {
            "slug": "woocommerce-conversion-tracking",
            "active_installs": 20000,
            "first_commit_at": "2024-12-09 09:55:22"
        },
        {
            "slug": "wp-user-frontend",
            "active_installs": 20000,
            "first_commit_at": "2024-10-15 03:05:01"
        },
        {
            "slug": "subscribe2",
            "active_installs": 10000,
            "first_commit_at": "2025-01-20 11:59:50"
        },
        {
            "slug": "wemail",
            "active_installs": 10000,
            "first_commit_at": "2024-10-08 06:46:45"
        },
        {
            "slug": "wp-recaptcha-integration",
            "active_installs": 10000,
            "first_commit_at": "2024-10-28 09:37:43"
        },
        {
            "slug": "texty",
            "active_installs": 9000,
            "first_commit_at": "2024-10-08 10:04:57"
        },
        {
            "slug": "erp",
            "active_installs": 6000,
            "first_commit_at": "2024-10-14 09:39:22"
        },
        {
            "slug": "wedevs-project-manager",
            "active_installs": 6000,
            "first_commit_at": "2024-12-12 06:02:51"
        },
        {
            "slug": "wedocs",
            "active_installs": 4000,
            "first_commit_at": "2024-02-01 15:46:33"
        }
    ]
}
Critical bulk_committer_takeover Resolved · no_longer_matches 2026-04-28 10:05:43 (24d ago)
Committerwedevs
Member since2014-12-22
Plugins joined11
Spread days353
Earliest join2024-02-01 15:46:33
Latest join2025-01-20 11:59:50
Combined installs137,000
Sample plugins
SlugActive installsFirst commit at
dokan-lite40,0002024-10-08 07:59:20
woocommerce-conversion-tracking20,0002024-12-09 09:55:22
wp-user-frontend20,0002024-10-15 03:05:01
subscribe210,0002025-01-20 11:59:50
wemail10,0002024-10-08 06:46:45
wp-recaptcha-integration10,0002024-10-28 09:37:43
texty9,0002024-10-08 10:04:57
erp6,0002024-10-14 09:39:22
wedevs-project-manager6,0002024-12-12 06:02:51
wedocs4,0002024-02-01 15:46:33
View raw JSON
{
    "committer": "wedevs",
    "member_since": "2014-12-22",
    "plugins_joined": 11,
    "spread_days": 353,
    "earliest_join": "2024-02-01 15:46:33",
    "latest_join": "2025-01-20 11:59:50",
    "combined_installs": 137000,
    "sample_plugins": [
        {
            "slug": "dokan-lite",
            "active_installs": 40000,
            "first_commit_at": "2024-10-08 07:59:20"
        },
        {
            "slug": "woocommerce-conversion-tracking",
            "active_installs": 20000,
            "first_commit_at": "2024-12-09 09:55:22"
        },
        {
            "slug": "wp-user-frontend",
            "active_installs": 20000,
            "first_commit_at": "2024-10-15 03:05:01"
        },
        {
            "slug": "subscribe2",
            "active_installs": 10000,
            "first_commit_at": "2025-01-20 11:59:50"
        },
        {
            "slug": "wemail",
            "active_installs": 10000,
            "first_commit_at": "2024-10-08 06:46:45"
        },
        {
            "slug": "wp-recaptcha-integration",
            "active_installs": 10000,
            "first_commit_at": "2024-10-28 09:37:43"
        },
        {
            "slug": "texty",
            "active_installs": 9000,
            "first_commit_at": "2024-10-08 10:04:57"
        },
        {
            "slug": "erp",
            "active_installs": 6000,
            "first_commit_at": "2024-10-14 09:39:22"
        },
        {
            "slug": "wedevs-project-manager",
            "active_installs": 6000,
            "first_commit_at": "2024-12-12 06:02:51"
        },
        {
            "slug": "wedocs",
            "active_installs": 4000,
            "first_commit_at": "2024-02-01 15:46:33"
        }
    ]
}
Medium bulk_committer_takeover Resolved · no_longer_matches 2026-04-24 10:51:04 (28d ago)
Committerwedevs
Member since2014-12-22
Plugins joined9
Spread days104
Earliest join2024-10-08 06:46:45
Latest join2025-01-20 11:59:50
Combined installs131,000
Sample plugins
SlugActive installsFirst commit at
dokan-lite40,0002024-10-08 07:59:20
woocommerce-conversion-tracking20,0002024-12-09 09:55:22
wp-user-frontend20,0002024-10-15 03:05:01
subscribe210,0002025-01-20 11:59:50
wemail10,0002024-10-08 06:46:45
wp-recaptcha-integration10,0002024-10-28 09:37:43
texty9,0002024-10-08 10:04:57
erp6,0002024-10-14 09:39:22
wedevs-project-manager6,0002024-12-12 06:02:51
View raw JSON
{
    "committer": "wedevs",
    "member_since": "2014-12-22",
    "plugins_joined": 9,
    "spread_days": 104,
    "earliest_join": "2024-10-08 06:46:45",
    "latest_join": "2025-01-20 11:59:50",
    "combined_installs": 131000,
    "sample_plugins": [
        {
            "slug": "dokan-lite",
            "active_installs": 40000,
            "first_commit_at": "2024-10-08 07:59:20"
        },
        {
            "slug": "woocommerce-conversion-tracking",
            "active_installs": 20000,
            "first_commit_at": "2024-12-09 09:55:22"
        },
        {
            "slug": "wp-user-frontend",
            "active_installs": 20000,
            "first_commit_at": "2024-10-15 03:05:01"
        },
        {
            "slug": "subscribe2",
            "active_installs": 10000,
            "first_commit_at": "2025-01-20 11:59:50"
        },
        {
            "slug": "wemail",
            "active_installs": 10000,
            "first_commit_at": "2024-10-08 06:46:45"
        },
        {
            "slug": "wp-recaptcha-integration",
            "active_installs": 10000,
            "first_commit_at": "2024-10-28 09:37:43"
        },
        {
            "slug": "texty",
            "active_installs": 9000,
            "first_commit_at": "2024-10-08 10:04:57"
        },
        {
            "slug": "erp",
            "active_installs": 6000,
            "first_commit_at": "2024-10-14 09:39:22"
        },
        {
            "slug": "wedevs-project-manager",
            "active_installs": 6000,
            "first_commit_at": "2024-12-12 06:02:51"
        }
    ]
}
High bulk_committer_takeover Resolved · no_longer_matches 2026-04-24 04:03:40 (28d ago)
Committerwedevs
Member since2014-12-22
Plugins joined5
Spread days62
Earliest join2024-10-08 06:46:45
Latest join2024-12-09 09:55:22
Combined installs100,000
Sample plugins
SlugActive installsFirst commit at
dokan-lite40,0002024-10-08 07:59:20
woocommerce-conversion-tracking20,0002024-12-09 09:55:22
wp-user-frontend20,0002024-10-15 03:05:01
wemail10,0002024-10-08 06:46:45
wp-recaptcha-integration10,0002024-10-28 09:37:43
View raw JSON
{
    "committer": "wedevs",
    "member_since": "2014-12-22",
    "plugins_joined": 5,
    "spread_days": 62,
    "earliest_join": "2024-10-08 06:46:45",
    "latest_join": "2024-12-09 09:55:22",
    "combined_installs": 100000,
    "sample_plugins": [
        {
            "slug": "dokan-lite",
            "active_installs": 40000,
            "first_commit_at": "2024-10-08 07:59:20"
        },
        {
            "slug": "woocommerce-conversion-tracking",
            "active_installs": 20000,
            "first_commit_at": "2024-12-09 09:55:22"
        },
        {
            "slug": "wp-user-frontend",
            "active_installs": 20000,
            "first_commit_at": "2024-10-15 03:05:01"
        },
        {
            "slug": "wemail",
            "active_installs": 10000,
            "first_commit_at": "2024-10-08 06:46:45"
        },
        {
            "slug": "wp-recaptcha-integration",
            "active_installs": 10000,
            "first_commit_at": "2024-10-28 09:37:43"
        }
    ]
}

SVN committers (5)

Accounts with actual commit access to dokan-lite on plugins.svn.wordpress.org, reconstructed from svn log. This is the list that matters for ownership changes — not the readme contributors.

Committer Member since Commits First commit Latest commit
Tareq Hasan 2009-10-17 127 2015-01-24 · r1074779 2024-10-02 · r3161309
Sabbir Ahmed 2014-06-11 14 2017-01-12 · r1573257 2019-12-26 · r2218172
Dokan, Inc. Young account 2025-01-06 1 2025-04-05 · r3267266 2025-04-05 · r3267266
plugin-master 2007-03-09 1 2015-01-23 · r1074490 2015-01-23 · r1074490
weDevs 2014-12-22 1 2024-10-08 · r3164761 2026-05-05 · r3523304

Readme contributors (4)

Names the plugin's readme declares as contributors. A soft signal — anyone can be listed. The SVN access column is the ground-truth cross-reference: does this contributor actually commit code?

Contributor Member since SVN access Status
Tareq Hasan 2009-10-17 127 commits Active
Dokan, Inc. 2025-01-06 1 commits Active
weDevs 2014-12-22 1 commits Active
Nizam Uddin 2012-08-15 Active

Versions (100 most recent)

Version Released Download
5.0.1 2026-05-05 · 17d ago zip
5.0.0 2026-04-28 · 24d ago zip
4.3.3 2026-03-31 · 1mo ago zip
4.3.2 2026-03-13 · 2mo ago zip
4.3.1 2026-03-06 · 2mo ago zip
4.3.0 2026-02-25 · 2mo ago zip
4.2.10 2026-02-10 · 3mo ago zip
4.2.9 2026-01-27 · 3mo ago zip
4.2.8 2026-01-20 · 4mo ago zip
4.2.7 2026-01-14 · 4mo ago zip
4.2.6 2026-01-13 · 4mo ago zip
4.2.5 2026-01-05 · 4mo ago zip
4.2.4 2025-12-26 · 4mo ago zip
4.2.3 2025-12-22 · 5mo ago zip
4.2.2 2025-12-22 · 5mo ago zip
4.2.1 2025-12-04 · 5mo ago zip
4.2.0 2025-11-26 · 5mo ago zip
v4.1.5 2025-11-12 · 6mo ago zip
4.1.4 2025-11-06 · 6mo ago zip
4.1.3 2025-10-28 · 6mo ago zip
4.1.2 2025-10-16 · 7mo ago zip
4.1.1 2025-10-09 · 7mo ago zip
4.1.0 2025-09-30 · 7mo ago zip
4.0.9 2025-09-25 · 7mo ago zip
4.0.8 2025-09-12 · 8mo ago zip
4.0.7 2025-09-01 · 8mo ago zip
4.0.6 2025-08-29 · 8mo ago zip
4.0.5 2025-07-24 · 10mo ago zip
4.0.4 2025-07-18 · 10mo ago zip
4.0.3 2025-07-03 · 10mo ago zip
4.0.2 2025-06-03 · 11mo ago zip
4.0.1 2025-05-08 · 1y ago zip
4.0.0 2025-05-06 · 1y ago zip
3.14.11 2025-03-14 · 1y ago zip
3.14.10 2025-02-28 · 1y ago zip
3.14.9 2025-02-12 · 1y ago zip
3.14.8 2025-01-29 · 1y ago zip
3.14.6 2025-01-09 · 1y ago zip
3.14.5 2025-01-06 · 1y ago zip
3.14.4 2024-12-27 · 1y ago zip
3.14.3 2024-12-11 · 1y ago zip
3.14.2 2024-12-06 · 1y ago zip
3.14.1 2024-12-04 · 1y ago zip
3.14.0 2024-12-02 · 1y ago zip
3.13.1 2024-11-11 · 1y ago zip
3.13.0 2024-11-06 · 1y ago zip
3.12.6 2024-10-24 · 1y ago zip
3.12.5 2024-10-16 · 1y ago zip
3.12.4 2024-10-08 · 1y ago zip
3.12.3 2024-10-02 · 1y ago zip
3.12.2 2024-09-23 · 1y ago zip
3.12.1 2024-08-30 · 1y ago zip
3.12.0 2024-08-29 · 1y ago zip
3.11.5 2024-08-07 · 1y ago zip
3.11.4 2024-07-10 · 1y ago zip
3.11.3 2024-06-10 · 1y ago zip
3.11.2 2024-05-27 · 1y ago zip
3.11.1 2024-05-16 · 2y ago zip
3.11.0 2024-05-10 · 2y ago zip
3.10.4 2024-04-25 · 2y ago zip
3.10.3 2024-04-17 · 2y ago zip
3.10.2 2024-04-02 · 2y ago zip
3.10.1 2024-03-18 · 2y ago zip
3.10.0 2024-03-04 · 2y ago zip
3.9.9 2024-02-12 · 2y ago zip
3.9.8 2024-01-30 · 2y ago zip
3.9.7 2024-01-29 · 2y ago zip
3.9.6 2024-01-11 · 2y ago zip
3.9.5 2023-12-28 · 2y ago zip
3.9.4 2023-12-12 · 2y ago zip
3.9.3 2023-11-30 · 2y ago zip
3.9.2 2023-11-13 · 2y ago zip
3.9.1 2023-10-17 · 2y ago zip
3.9.0 2023-10-06 · 2y ago zip
3.8.3 2023-09-26 · 2y ago zip
3.8.2 2023-09-13 · 2y ago zip
3.8.1 2023-08-25 · 2y ago zip
3.8.0 2023-08-18 · 2y ago zip
3.7.24 2023-07-25 · 2y ago zip
3.7.23 2023-07-14 · 2y ago zip
3.7.22 2023-07-12 · 2y ago zip
3.7.21 2023-06-23 · 2y ago zip
3.7.20 2023-06-08 · 2y ago zip
3.7.19 2023-05-24 · 2y ago zip
3.7.18 2023-05-10 · 3y ago zip
3.7.17 2023-04-17 · 3y ago zip
3.7.16 2023-04-10 · 3y ago zip
3.7.15 2023-03-24 · 3y ago zip
3.7.14 2023-03-09 · 3y ago zip
3.7.13 2023-03-01 · 3y ago zip
3.7.12 2023-02-23 · 3y ago zip
3.7.11 2023-02-13 · 3y ago zip
3.7.10 2023-01-26 · 3y ago zip
3.7.9 2023-01-10 · 3y ago zip
3.7.8 2022-12-26 · 3y ago zip
3.7.7 2022-11-30 · 3y ago zip
3.7.6 2022-11-14 · 3y ago zip
3.7.5 2022-11-03 · 3y ago zip
3.7.4 2022-10-27 · 3y ago zip
3.7.3 2022-10-27 · 3y ago zip