Changeset 3252388
- Timestamp:
- 03/08/2025 12:03:24 AM (11 months ago)
- Location:
- helcim-commerce-for-woocommerce/trunk
- Files:
-
- 4 edited
-
WCHelcimGateway.php (modified) (2 diffs)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
helcim-commerce-for-woocommerce/trunk/WCHelcimGateway.php
r3252384 r3252388 27 27 * @class WCHelcimGateway 28 28 * @extends WC_Payment_Gateway 29 * @version 4.0. 729 * @version 4.0.8 30 30 * @author Helcim Inc. 31 31 */ … … 40 40 41 41 public const PLUGIN_NAME = 'woocommerce'; 42 public const VERSION = '4.0. 7';42 public const VERSION = '4.0.8'; 43 43 public const HELCIM_CARD_TOKEN = 'helcim-card-token'; 44 44 /** -
helcim-commerce-for-woocommerce/trunk/index.php
r3252384 r3252388 4 4 Plugin URI: https://www.helcim.com/ 5 5 Description: Helcim Commerce for WooCommerce 6 Version: 4.0. 76 Version: 4.0.8 7 7 Author: Helcim Inc. 8 8 Author URI: https://www.helcim.com/ … … 40 40 function enqueue_helcim_js_external_scripts() { 41 41 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=6L cgxK0UAAAAAH9gzsILRr82KZSLrBcry9RynMn4', [], null, true );42 wp_enqueue_script( 'hcm-recaptcha-script', 'https://www.google.com/recaptcha/api.js?render=6LdixK0UAAAAABmBXVo_jyFJSkQ5Doj9kloLyxGG', [], null, true ); 43 43 } 44 44 add_action( 'wp_enqueue_scripts', 'enqueue_helcim_js_external_scripts' ); -
helcim-commerce-for-woocommerce/trunk/readme.txt
r3252384 r3252388 74 74 == Changelog == 75 75 76 = 4.0.8 = 77 * Fix UI bug 78 * Tested upto WordPress 6.7.2 79 * Tested upto woocommerce 9.7.1 80 76 81 = 4.0.7 = 77 82 * Fix UI bug -
helcim-commerce-for-woocommerce/trunk/uninstall.php
r3252384 r3252388 5 5 * Uninstalls Helcim Gateway. 6 6 * 7 * @version 4.0. 77 * @version 4.0.8 8 8 * @author Helcim Inc. 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.