Cost Calculator Builder

cost-calculator-builder · by stylemix · wordpress.org ↗ · SVN ↗
Active installs
30k+
Current version
4.0.13
Added
2019-08-20
Last updated
2026-06-23 (9d ago)
First seen by beacon
2mo ago
Total downloads
2,997,228

Statistics

2024-06-17 → 2026-07-01 · 745 days
Downloads today
248
7-day total 3,742
Week over week
▼ -71%
vs prior 7 days
30-day trend
declining
▼ -19% MoM
Abandonment
●○○○○
downloads down >40% YoY
Downloads/day Linear trend
10k8k5k3k02024-062024-102025-022025-062025-102026-022026-07
7k5k3k2k02026-042026-042026-052026-052026-062026-06
4k3k2k97402026-062026-062026-062026-062026-062026-06

Active versions

4.03.63.23.53.1
4.0 · 36.2%3.6 · 20.1%3.2 · 14.4%3.5 · 11.2%3.1 · 11.2%other · 7.0%

Ratings

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

Support: 0/5 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 (1mo 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 (2mo 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 585 2019-08-20 · r2142503 2026-06-17 · r3576013
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 585 commits Active

Versions (100 most recent)

Version Released Download
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 · 1mo ago zip
4.0.5 2026-05-25 · 1mo ago zip
4.0.4 2026-05-20 · 1mo ago zip
4.0.3 2026-05-14 · 1mo ago zip
4.0.2 2026-05-11 · 1mo ago zip
4.0.1 2026-05-07 · 1mo ago zip
4.0.0 2026-05-07 · 1mo ago zip
3.6.17 2026-03-25 · 3mo ago zip
3.6.16 2026-03-16 · 3mo ago zip
3.6.15 2026-03-05 · 3mo ago zip
3.6.14 2026-02-26 · 4mo ago zip
3.6.13 2026-01-28 · 5mo ago zip
3.6.12 2026-01-20 · 5mo ago zip
3.6.11 2026-01-16 · 5mo ago zip
3.6.10 2026-01-12 · 5mo ago zip
3.6.9 2025-12-24 · 6mo ago zip
3.6.8 2025-12-19 · 6mo ago zip
3.6.7 2025-12-09 · 6mo ago zip
3.6.6 2025-11-28 · 7mo ago zip
3.6.5 2025-11-26 · 7mo ago zip
3.6.4 2025-11-17 · 7mo ago zip
3.6.3 2025-11-13 · 7mo ago zip
3.6.2 2025-11-11 · 7mo ago zip
3.6.1 2025-10-30 · 8mo ago zip
3.6.0 2025-10-28 · 8mo ago zip
3.5.35 2025-10-20 · 8mo ago zip
3.5.34 2025-10-08 · 8mo ago zip
3.5.33 2025-10-02 · 9mo ago zip
3.5.32 2025-09-24 · 9mo ago zip
3.5.31 2025-09-17 · 9mo ago zip
3.5.30 2025-09-09 · 9mo ago zip
3.5.29 2025-08-28 · 10mo ago zip
3.5.28 2025-08-22 · 10mo ago zip
3.5.27 2025-08-18 · 10mo ago zip
3.5.26 2025-08-14 · 10mo ago zip
3.5.25 2025-08-07 · 10mo ago zip
3.5.24 2025-08-01 · 11mo ago zip
3.5.23 2025-07-30 · 11mo ago zip
3.5.22 2025-07-29 · 11mo ago zip
3.5.21 2025-07-25 · 11mo ago zip
3.5.20 2025-07-22 · 11mo ago zip
3.5.19 2025-07-16 · 11mo ago zip
3.5.18 2025-07-15 · 11mo 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
3.2.45 2024-11-26 · 1y ago zip
3.2.44 2024-11-18 · 1y ago zip
3.2.43 2024-11-14 · 1y ago zip