Changeset 3008166
- Timestamp:
- 12/11/2023 02:42:34 PM (2 years ago)
- Location:
- cardgate
- Files:
-
- 4 edited
- 1 copied
-
tags/3.1.27 (copied) (copied from cardgate/trunk)
-
tags/3.1.27/cardgate.php (modified) (2 diffs)
-
tags/3.1.27/readme.txt (modified) (2 diffs)
-
trunk/cardgate.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cardgate/tags/3.1.27/cardgate.php
r2975181 r3008166 7 7 * Author: CardGate 8 8 * Author URI: https://www.cardgate.com 9 * Version: 3.1.2 69 * Version: 3.1.27 10 10 * Text Domain: cardgate 11 11 * Domain Path: /i18n/languages … … 33 33 $this->set_plugin_url(); 34 34 35 add_action( 'before_woocommerce_init', function() { 36 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 37 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 38 } 39 } ); 35 40 add_action('admin_head', array($this,'add_cgform_fields')); 36 41 add_action('woocommerce_cart_calculate_fees', array($this,'calculate_totals'), 10, 1); -
cardgate/tags/3.1.27/readme.txt
r3003249 r3008166 5 5 Requires at least: 4.4 6 6 Tested up to: 6.4 7 Stable tag: 3.1.2 67 Stable tag: 3.1.27 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 75 75 76 76 == Changelog == 77 78 = 3.1.27 = 79 * Fix: HPOS compatibility 77 80 78 81 = 3.1.26 = -
cardgate/trunk/cardgate.php
r2975181 r3008166 7 7 * Author: CardGate 8 8 * Author URI: https://www.cardgate.com 9 * Version: 3.1.2 69 * Version: 3.1.27 10 10 * Text Domain: cardgate 11 11 * Domain Path: /i18n/languages … … 33 33 $this->set_plugin_url(); 34 34 35 add_action( 'before_woocommerce_init', function() { 36 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 37 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 38 } 39 } ); 35 40 add_action('admin_head', array($this,'add_cgform_fields')); 36 41 add_action('woocommerce_cart_calculate_fees', array($this,'calculate_totals'), 10, 1); -
cardgate/trunk/readme.txt
r3003249 r3008166 5 5 Requires at least: 4.4 6 6 Tested up to: 6.4 7 Stable tag: 3.1.2 67 Stable tag: 3.1.27 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 75 75 76 76 == Changelog == 77 78 = 3.1.27 = 79 * Fix: HPOS compatibility 77 80 78 81 = 3.1.26 =
Note: See TracChangeset
for help on using the changeset viewer.