Changeset 2673140
- Timestamp:
- 02/04/2022 08:37:45 PM (4 years ago)
- Location:
- cardconnect-payment-module
- Files:
-
- 6 edited
- 1 copied
-
tags/3.4.12 (copied) (copied from cardconnect-payment-module/trunk)
-
tags/3.4.12/cardconnect-payment-gateway.php (modified) (3 diffs)
-
tags/3.4.12/classes/class-wc-gateway-cardconnect.php (modified) (1 diff)
-
tags/3.4.12/readme.txt (modified) (2 diffs)
-
trunk/cardconnect-payment-gateway.php (modified) (3 diffs)
-
trunk/classes/class-wc-gateway-cardconnect.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cardconnect-payment-module/tags/3.4.12/cardconnect-payment-gateway.php
r2673058 r2673140 4 4 * Plugin URI: https://wordpress.org/plugins/cardconnect-payment-module 5 5 * Description: Accept credit card payments in your WooCommerce store. 6 * Version: 3.4.1 16 * Version: 3.4.12 7 7 * Author: Fiserv <nicole.anderson@fiserv.com> 8 8 * Author URI: https://cardconnect.com … … 13 13 * WC tested up to: 6.1.1 14 14 * 15 * @version 3.4.1 115 * @version 3.4.12 16 16 * @author CardPointe/RexAK 17 17 */ … … 25 25 } 26 26 27 define('WC_CARDCONNECT_VER', '3.4.1 1');27 define('WC_CARDCONNECT_VER', '3.4.12'); 28 28 define('WC_CARDCONNECT_PLUGIN_PATH', untrailingslashit(plugin_basename(__DIR__))); 29 29 define('WC_CARDCONNECT_ASSETS_URL', untrailingslashit(plugin_dir_url(__FILE__)) . '/assets/'); -
cardconnect-payment-module/tags/3.4.12/classes/class-wc-gateway-cardconnect.php
r2673056 r2673140 2134 2134 'class' => [], 2135 2135 ], 2136 'a' => [ 2137 'class' => [], 2138 'href' => [], 2139 'style' => [], 2140 ], 2136 2141 'strong' => [ 2137 2142 'class' => [], -
cardconnect-payment-module/tags/3.4.12/readme.txt
r2673056 r2673140 5 5 Tested up to: 5.9 6 6 Requires PHP: 7.1 7 Stable tag: 3.4.1 17 Stable tag: 3.4.12 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 132 132 133 133 == Changelog == 134 = 3.4.12 = 135 * fix: delete card button esc fix 136 134 137 = 3.4.11 = 135 138 * deleted: cruft example files -
cardconnect-payment-module/trunk/cardconnect-payment-gateway.php
r2673058 r2673140 4 4 * Plugin URI: https://wordpress.org/plugins/cardconnect-payment-module 5 5 * Description: Accept credit card payments in your WooCommerce store. 6 * Version: 3.4.1 16 * Version: 3.4.12 7 7 * Author: Fiserv <nicole.anderson@fiserv.com> 8 8 * Author URI: https://cardconnect.com … … 13 13 * WC tested up to: 6.1.1 14 14 * 15 * @version 3.4.1 115 * @version 3.4.12 16 16 * @author CardPointe/RexAK 17 17 */ … … 25 25 } 26 26 27 define('WC_CARDCONNECT_VER', '3.4.1 1');27 define('WC_CARDCONNECT_VER', '3.4.12'); 28 28 define('WC_CARDCONNECT_PLUGIN_PATH', untrailingslashit(plugin_basename(__DIR__))); 29 29 define('WC_CARDCONNECT_ASSETS_URL', untrailingslashit(plugin_dir_url(__FILE__)) . '/assets/'); -
cardconnect-payment-module/trunk/classes/class-wc-gateway-cardconnect.php
r2673056 r2673140 2134 2134 'class' => [], 2135 2135 ], 2136 'a' => [ 2137 'class' => [], 2138 'href' => [], 2139 'style' => [], 2140 ], 2136 2141 'strong' => [ 2137 2142 'class' => [], -
cardconnect-payment-module/trunk/readme.txt
r2673056 r2673140 5 5 Tested up to: 5.9 6 6 Requires PHP: 7.1 7 Stable tag: 3.4.1 17 Stable tag: 3.4.12 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 132 132 133 133 == Changelog == 134 = 3.4.12 = 135 * fix: delete card button esc fix 136 134 137 = 3.4.11 = 135 138 * deleted: cruft example files
Note: See TracChangeset
for help on using the changeset viewer.