CURCY – Multi Currency for WooCommerce – Smoothly on WooCommerce 9.x

woo-multi-currency · by villatheme · wordpress.org ↗ · SVN ↗
Acquired by VillaTheme. New committers from that team's naming convention are expected and will not fire takeover events. source ↗
Active installs
20k+
Current version
2.2.14
Added
2016-03-25
Last updated
2026-04-24 (28d ago)
First seen by beacon
1mo ago
Total downloads
1,068,923

Alerts (0)

No open alerts.

Show 3 resolved alerts
Medium code_scan_match Resolved · code_scan_fp_class_genre_encoding 2026-05-05 12:26:02 (17d ago)
Slugwoo-multi-currency
Finding count5
Findings
PatternKindFileLineSnippetConfidence
add_footer_scriptioc:code_patternplugins/advanced_product_fields_for_woocommerce_pro.php20// add_action( 'wp_footer', array( $this, 'add_footer_script' ), 100 );medium
add_footer_scriptioc:code_patternplugins/advanced_product_fields_for_woocommerce_pro.php54public function add_footer_script() {medium
base64_decodebuiltinfrontend/location.php103$geoplugin_arg = json_decode( base64_decode( $this->settings->getcookie( 'wmc_ip_info' ) ), true );medium
eval_callbuiltinfrontend/design.php93if ( ! eval( $logic_value ) ) {medium
base64_decodebuiltinfrontend/price.php191$geoplugin_arg = json_decode( base64_decode( self::$settings->getcookie( 'wmc_ip_info' ) ), true );medium
Resolved sha6016e85452dc5166ddbac4296603970dfcc1fd79
View raw JSON
{
    "slug": "woo-multi-currency",
    "finding_count": 5,
    "findings": [
        {
            "pattern": "add_footer_script",
            "kind": "ioc:code_pattern",
            "file": "plugins/advanced_product_fields_for_woocommerce_pro.php",
            "line": 20,
            "snippet": "//\t\t\tadd_action( 'wp_footer', array( $this, 'add_footer_script' ), 100 );",
            "confidence": "medium"
        },
        {
            "pattern": "add_footer_script",
            "kind": "ioc:code_pattern",
            "file": "plugins/advanced_product_fields_for_woocommerce_pro.php",
            "line": 54,
            "snippet": "public function add_footer_script() {",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "frontend/location.php",
            "line": 103,
            "snippet": "$geoplugin_arg = json_decode( base64_decode( $this->settings->getcookie( 'wmc_ip_info' ) ), true );",
            "confidence": "medium"
        },
        {
            "pattern": "eval_call",
            "kind": "builtin",
            "file": "frontend/design.php",
            "line": 93,
            "snippet": "if ( ! eval( $logic_value ) ) {",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "frontend/price.php",
            "line": 191,
            "snippet": "$geoplugin_arg = json_decode( base64_decode( self::$settings->getcookie( 'wmc_ip_info' ) ), true );",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "6016e85452dc5166ddbac4296603970dfcc1fd79"
}
Medium committer_younger_than_plugin Resolved · no_longer_matches 2026-04-30 18:59:01 (22d ago)
Slugwoo-multi-currency
Committer slughuytran94
Committer display namehuytran94
Committer employer
Committer member since2017-09-07
Committer first commit2017-09-07 02:20:46
Committer commit count1
Plugin listed authorvillatheme
Earliest plugin commit2016-03-25 01:50:15
Plugin age at join days531
Committer age at join days0
Active installs20,000
View raw JSON
{
    "slug": "woo-multi-currency",
    "committer_slug": "huytran94",
    "committer_display_name": "huytran94",
    "committer_employer": null,
    "committer_member_since": "2017-09-07",
    "committer_first_commit": "2017-09-07 02:20:46",
    "committer_commit_count": 1,
    "plugin_listed_author": "villatheme",
    "earliest_plugin_commit": "2016-03-25 01:50:15",
    "plugin_age_at_join_days": 531,
    "committer_age_at_join_days": 0,
    "active_installs": 20000
}
Medium code_scan_delta Resolved · fp:overgeneric_ioc 2026-04-30 08:00:43 (22d ago)
Slugwoo-multi-currency
Previous version2.2.14
Current version2.2.14
New findings
PatternKindFileLineSnippetConfidence
add_footer_scriptioc:code_patternplugins/advanced_product_fields_for_woocommerce_pro.php24// add_action( 'wp_footer', array( $this, 'add_footer_script' ), 100 );medium
add_footer_scriptioc:code_patternplugins/advanced_product_fields_for_woocommerce_pro.php58public function add_footer_script() {medium
New finding count2
View raw JSON
{
    "slug": "woo-multi-currency",
    "previous_version": "2.2.14",
    "current_version": "2.2.14",
    "new_findings": [
        {
            "pattern": "add_footer_script",
            "kind": "ioc:code_pattern",
            "file": "plugins/advanced_product_fields_for_woocommerce_pro.php",
            "line": 24,
            "snippet": "//\t\t\tadd_action( 'wp_footer', array( $this, 'add_footer_script' ), 100 );",
            "confidence": "medium"
        },
        {
            "pattern": "add_footer_script",
            "kind": "ioc:code_pattern",
            "file": "plugins/advanced_product_fields_for_woocommerce_pro.php",
            "line": 58,
            "snippet": "public function add_footer_script() {",
            "confidence": "medium"
        }
    ],
    "new_finding_count": 2
}

SVN committers (9)

Accounts with actual commit access to woo-multi-currency 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
Andy Ha 2015-10-27 168 2016-03-25 · r1378395 2024-06-24 · r3106766
VillaTheme 2019-05-13 44 2022-11-22 · r2821871 2026-02-02 · r3451700
kimvt1991 2017-11-21 41 2018-04-16 · r1858859 2022-07-05 · r2751876
thanhtd 2019-01-04 34 2019-09-12 · r2155215 2023-05-04 · r2907896
vietmike 2021-10-23 24 2023-08-23 · r2957169 2026-04-24 · r3514485
dubleynguyen 2017-09-12 2 2026-01-21 · r3443734 2026-01-22 · r3444647
huytran94 Young account 2017-09-07 1 2017-09-07 · r1725886 2017-09-07 · r1725886
mytrinh 2019-05-02 1 2026-02-06 · r3455200 2026-02-06 · r3455200
plugin-master 2007-03-09 1 2016-03-25 · r1378376 2016-03-25 · r1378376

Readme contributors (2)

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
Andy Ha 2015-10-27 168 commits Active
VillaTheme 2019-05-13 44 commits Active

Versions (5 most recent)

Version Released Download
2.1.14 2022-04-22 · 4y ago zip
2.1.12 2022-03-21 · 4y ago zip
2.1.9 2022-01-11 · 4y ago zip
2.1.8 2021-12-11 · 4y ago zip
2.1.7 2021-10-26 · 4y ago zip