Plugin Directory

Changeset 3252388


Ignore:
Timestamp:
03/08/2025 12:03:24 AM (11 months ago)
Author:
Helcim
Message:

4.0.8

  • Fix UI bug
  • Tested upto WordPress 6.7.2
  • Tested upto woocommerce 9.7.1
Location:
helcim-commerce-for-woocommerce/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • helcim-commerce-for-woocommerce/trunk/WCHelcimGateway.php

    r3252384 r3252388  
    2727 * @class        WCHelcimGateway
    2828 * @extends    WC_Payment_Gateway
    29  * @version    4.0.7
     29 * @version    4.0.8
    3030 * @author        Helcim Inc.
    3131 */
     
    4040
    4141    public const PLUGIN_NAME = 'woocommerce';
    42     public const VERSION = '4.0.7';
     42    public const VERSION = '4.0.8';
    4343    public const HELCIM_CARD_TOKEN = 'helcim-card-token';
    4444    /**
  • helcim-commerce-for-woocommerce/trunk/index.php

    r3252384 r3252388  
    44Plugin URI: https://www.helcim.com/
    55Description: Helcim Commerce for WooCommerce
    6 Version: 4.0.7
     6Version: 4.0.8
    77Author: Helcim Inc.
    88Author URI: https://www.helcim.com/
     
    4040    function enqueue_helcim_js_external_scripts() {
    4141        wp_enqueue_script( 'hcm-helcim-js-script', 'https://secure.myhelcim.com/js/version2.js', [], null, true );
    42         wp_enqueue_script( 'hcm-recaptcha-script', 'https://www.google.com/recaptcha/api.js?render=6LcgxK0UAAAAAH9gzsILRr82KZSLrBcry9RynMn4', [], null, true );
     42        wp_enqueue_script( 'hcm-recaptcha-script', 'https://www.google.com/recaptcha/api.js?render=6LdixK0UAAAAABmBXVo_jyFJSkQ5Doj9kloLyxGG', [], null, true );
    4343    }
    4444    add_action( 'wp_enqueue_scripts', 'enqueue_helcim_js_external_scripts' );
  • helcim-commerce-for-woocommerce/trunk/readme.txt

    r3252384 r3252388  
    7474== Changelog ==
    7575
     76= 4.0.8 =
     77* Fix UI bug
     78* Tested upto WordPress 6.7.2
     79* Tested upto woocommerce 9.7.1
     80
    7681= 4.0.7 =
    7782* Fix UI bug
  • helcim-commerce-for-woocommerce/trunk/uninstall.php

    r3252384 r3252388  
    55 * Uninstalls Helcim Gateway.
    66 *
    7  * @version    4.0.7
     7 * @version    4.0.8
    88 * @author        Helcim Inc.
    99 */
Note: See TracChangeset for help on using the changeset viewer.