Cost Calculator Builder

cost-calculator-builder · by stylemix · wordpress.org ↗ · SVN ↗
Active installs
20k+
Current version
4.0.16
Added
2019-08-20
Last updated
2026-08-28 (16d ago)
First seen by beacon
4mo ago
Total downloads
3,040,157

Statistics

2024-06-17 → 2026-09-10 · 806 days
Downloads today
322
7-day total 2,213
Week over week
▼ -81%
vs prior 7 days
30-day trend
declining
▲ +157% MoM
Abandonment
●○○○○
downloads down >40% YoY
Downloads/day Linear trend
10k8k5k3k02024-062024-102025-032025-072025-122026-042026-09
8k6k4k2k02026-062026-062026-072026-072026-082026-08
8k6k4k2k02026-082026-082026-082026-082026-092026-09

Active versions

4.03.23.63.13.5
4.0 · 49.2%3.2 · 13.0%3.6 · 12.0%3.1 · 10.8%3.5 · 8.4%other · 6.6%

Ratings

5★
320
4★
20
3★
14
2★
6
1★
33

Support: 1/3 resolved

Alerts (0)

No open alerts.

Show 2 resolved alerts
High code_scan_match Resolved · code_scan_fp_class_vendor_cdn_enqueue 2026-05-05 12:12:05 (4mo ago)
Slugcost-calculator-builder
Finding count5
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltintemplates/frontend/render.php265wp_enqueue_script( 'calc-stripe', 'https://js.stripe.com/v3/', array(), CALC_VERSION, false );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
remote_enqueuebuiltintemplates/frontend/render.php273wp_enqueue_script( 'calc-razorpay', 'https://checkout.razorpay.com/v1/checkout.js', null, null ); // phpcs:ignoremedium
Url
https://checkout.razorpay.com/v1/checkout.js
Url host
checkout.razorpay.com
remote_enqueuebuiltinincludes/helpers/vite-integration.php332if ( wp_register_style( $style_handle, "{$url}/{$css_file_path}", $options['css-dependencies'], null, $options['css-media'] ) ) {medium
remote_enqueuebuiltinincludes/admin/item-announcements.php6wp_enqueue_style( 'stm-item-announcements-styles', 'https://stylemixthemes.com/item-announcements/css/app.css', array(), CALC_VERSION );medium
Url
https://stylemixthemes.com/item-announcements/css/app.css
Url host
stylemixthemes.com
remote_enqueuebuiltinincludes/admin/item-announcements.php7wp_enqueue_script( 'stm-item-announcements-app', 'https://stylemixthemes.com/item-announcements/js/app.js', array(), CALC_VERSION, true );medium
Url
https://stylemixthemes.com/item-announcements/js/app.js
Url host
stylemixthemes.com
Resolved sha2500b952a4f9d58e96ceb454f2be9be1f9f73515
View raw JSON
{
    "slug": "cost-calculator-builder",
    "finding_count": 5,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "templates/frontend/render.php",
            "line": 265,
            "snippet": "wp_enqueue_script( 'calc-stripe', 'https://js.stripe.com/v3/', array(), CALC_VERSION, false );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "templates/frontend/render.php",
            "line": 273,
            "snippet": "wp_enqueue_script( 'calc-razorpay', 'https://checkout.razorpay.com/v1/checkout.js', null, null ); // phpcs:ignore",
            "confidence": "medium",
            "details": {
                "url": "https://checkout.razorpay.com/v1/checkout.js",
                "url_host": "checkout.razorpay.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/helpers/vite-integration.php",
            "line": 332,
            "snippet": "if ( wp_register_style( $style_handle, \"{$url}/{$css_file_path}\", $options['css-dependencies'], null, $options['css-media'] ) ) {",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/admin/item-announcements.php",
            "line": 6,
            "snippet": "wp_enqueue_style( 'stm-item-announcements-styles', 'https://stylemixthemes.com/item-announcements/css/app.css', array(), CALC_VERSION );",
            "confidence": "medium",
            "details": {
                "url": "https://stylemixthemes.com/item-announcements/css/app.css",
                "url_host": "stylemixthemes.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/admin/item-announcements.php",
            "line": 7,
            "snippet": "wp_enqueue_script( 'stm-item-announcements-app', 'https://stylemixthemes.com/item-announcements/js/app.js', array(), CALC_VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://stylemixthemes.com/item-announcements/js/app.js",
                "url_host": "stylemixthemes.com"
            }
        }
    ],
    "resolved_sha": "2500b952a4f9d58e96ceb454f2be9be1f9f73515"
}
High code_scan_delta Resolved · false_positive_cdn_known_good 2026-04-30 07:40:45 (4mo ago)
Slugcost-calculator-builder
Previous version3.6.17
Current version3.6.17
New findings
PatternKindFileLineSnippetConfidence
remote_enqueuebuiltinincludes/helpers/vite-integration.php332if ( wp_register_style( $style_handle, "{$url}/{$css_file_path}", $options['css-dependencies'], null, $options['css-media'] ) ) {medium
New finding count1
View raw JSON
{
    "slug": "cost-calculator-builder",
    "previous_version": "3.6.17",
    "current_version": "3.6.17",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/helpers/vite-integration.php",
            "line": 332,
            "snippet": "if ( wp_register_style( $style_handle, \"{$url}/{$css_file_path}\", $options['css-dependencies'], null, $options['css-media'] ) ) {",
            "confidence": "medium"
        }
    ],
    "new_finding_count": 1
}

SVN committers (2)

Accounts with actual commit access to cost-calculator-builder 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
Stylemix 2016-10-20 595 2019-08-20 · r2142503 2026-08-28 · r3670152
plugin-master 2007-03-09 1 2019-08-16 · r2140731 2019-08-16 · r2140731

Readme contributors (1)

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
Stylemix 2016-10-20 595 commits Active

Versions (100 most recent)

Version Released Download
4.0.16 zip
4.0.15 zip
4.0.14 zip
4.0.11 zip
4.0.12 zip
4.0.13 zip
4.0.7 zip
4.0.8 zip
4.0.9 zip
4.0.10 zip
4.0.6 2026-06-02 · 3mo ago zip
4.0.5 2026-05-25 · 3mo ago zip
4.0.4 2026-05-20 · 3mo ago zip
4.0.3 2026-05-14 · 4mo ago zip
4.0.2 2026-05-11 · 4mo ago zip
4.0.1 2026-05-07 · 4mo ago zip
4.0.0 2026-05-07 · 4mo ago zip
3.6.17 2026-03-25 · 5mo ago zip
3.6.16 2026-03-16 · 6mo ago zip
3.6.15 2026-03-05 · 6mo ago zip
3.6.14 2026-02-26 · 6mo ago zip
3.6.13 2026-01-28 · 7mo ago zip
3.6.12 2026-01-20 · 7mo ago zip
3.6.11 2026-01-16 · 8mo ago zip
3.6.10 2026-01-12 · 8mo ago zip
3.6.9 2025-12-24 · 8mo ago zip
3.6.8 2025-12-19 · 8mo ago zip
3.6.7 2025-12-09 · 9mo ago zip
3.6.6 2025-11-28 · 9mo ago zip
3.6.5 2025-11-26 · 9mo ago zip
3.6.4 2025-11-17 · 10mo ago zip
3.6.3 2025-11-13 · 10mo ago zip
3.6.2 2025-11-11 · 10mo ago zip
3.6.1 2025-10-30 · 10mo ago zip
3.6.0 2025-10-28 · 10mo ago zip
3.5.35 2025-10-20 · 10mo ago zip
3.5.34 2025-10-08 · 11mo ago zip
3.5.33 2025-10-02 · 11mo ago zip
3.5.32 2025-09-24 · 11mo ago zip
3.5.31 2025-09-17 · 12mo ago zip
3.5.30 2025-09-09 · 1y ago zip
3.5.29 2025-08-28 · 1y ago zip
3.5.28 2025-08-22 · 1y ago zip
3.5.27 2025-08-18 · 1y ago zip
3.5.26 2025-08-14 · 1y ago zip
3.5.25 2025-08-07 · 1y ago zip
3.5.24 2025-08-01 · 1y ago zip
3.5.23 2025-07-30 · 1y ago zip
3.5.22 2025-07-29 · 1y ago zip
3.5.21 2025-07-25 · 1y ago zip
3.5.20 2025-07-22 · 1y ago zip
3.5.19 2025-07-16 · 1y ago zip
3.5.18 2025-07-15 · 1y ago zip
3.5.17 2025-07-01 · 1y ago zip
3.5.16 2025-06-27 · 1y ago zip
3.5.15 2025-06-26 · 1y ago zip
3.5.14 2025-06-24 · 1y ago zip
3.5.13 2025-06-18 · 1y ago zip
3.5.12 2025-06-16 · 1y ago zip
3.5.11 2025-06-12 · 1y ago zip
3.5.10 2025-06-12 · 1y ago zip
3.5.9 2025-06-09 · 1y ago zip
3.5.8 2025-06-04 · 1y ago zip
3.5.7 2025-06-03 · 1y ago zip
3.5.6 2025-05-29 · 1y ago zip
3.5.5 2025-05-27 · 1y ago zip
3.5.4 2025-05-20 · 1y ago zip
3.5.3 2025-05-15 · 1y ago zip
3.5.2 2025-05-14 · 1y ago zip
3.5.1 2025-05-13 · 1y ago zip
3.5.0 2025-05-12 · 1y ago zip
3.2.74 2025-05-02 · 1y ago zip
3.2.73 2025-04-16 · 1y ago zip
3.2.72 2025-04-14 · 1y ago zip
3.2.71 2025-04-08 · 1y ago zip
3.2.70 2025-04-08 · 1y ago zip
3.2.69 2025-04-07 · 1y ago zip
3.2.68 2025-03-29 · 1y ago zip
3.2.67 2025-03-27 · 1y ago zip
3.2.66 2025-03-26 · 1y ago zip
3.2.65 2025-03-08 · 1y ago zip
3.2.64 2025-03-03 · 1y ago zip
3.2.63 2025-02-26 · 1y ago zip
3.2.62 2025-02-18 · 1y ago zip
3.2.61 2025-02-11 · 1y ago zip
3.2.60 2025-02-03 · 1y ago zip
3.2.59 2025-01-27 · 1y ago zip
3.2.58 2025-01-23 · 1y ago zip
3.2.57 2025-01-15 · 1y ago zip
3.2.56 2025-01-10 · 1y ago zip
3.2.55 2024-12-31 · 1y ago zip
3.2.54 2024-12-24 · 1y ago zip
3.2.53 2024-12-19 · 1y ago zip
3.2.52 2024-12-19 · 1y ago zip
3.2.51 2024-12-17 · 1y ago zip
3.2.50 2024-12-13 · 1y ago zip
3.2.49 2024-12-07 · 1y ago zip
3.2.48 2024-12-06 · 1y ago zip
3.2.47 2024-12-05 · 1y ago zip
3.2.46 2024-12-02 · 1y ago zip