Changeset 2584232
- Timestamp:
- 08/17/2021 01:40:42 PM (5 years ago)
- Location:
- cardconnect-payment-module
- Files:
-
- 4 edited
- 1 copied
-
tags/3.3.5 (copied) (copied from cardconnect-payment-module/trunk)
-
tags/3.3.5/cardconnect-payment-gateway.php (modified) (3 diffs)
-
tags/3.3.5/readme.txt (modified) (3 diffs)
-
trunk/cardconnect-payment-gateway.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cardconnect-payment-module/tags/3.3.5/cardconnect-payment-gateway.php
r2578365 r2584232 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.3. 46 * Version: 3.3.5 7 7 * Author: Fiserv <rex@ellasol.com> 8 8 * Author URI: https://cardconnect.com … … 13 13 * WC tested up to: 5.5.2 14 14 * 15 * @version 3.3. 415 * @version 3.3.5 16 16 * @author CardPointe/RexAK 17 17 */ … … 25 25 } 26 26 27 define('WC_CARDCONNECT_VER', '3.3. 4');27 define('WC_CARDCONNECT_VER', '3.3.5'); 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.3.5/readme.txt
r2578395 r2584232 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.1 7 Stable tag: 3.3. 47 Stable tag: 3.3.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 This setting limits the number of attempts to submit a payment for a given order. Must be a value from 3 (default) to 10 attempts. 50 50 51 See [Configuring the WooCommerce Plugin](https://support.cardpointe.com/ woocommerce#configuring-the-wooCommerce-plugin) for more information.52 53 Additionally, we strongly recommend using the iFrame tokenization method for capturing customer payment card numbers. Select Enable IFRAME API on the WooCommerce> Settings >Payments tab to enable the Hosted iFrame Tokenizer on your checkout form for an additional layer of security. See [Advanced Tokenization Settings](https://support.cardpointe.com/ woocommerce#advanced-tokenization-settings) for more information.51 See [Configuring the WooCommerce Plugin](https://support.cardpointe.com/cardpointe/marketplace/woocommerce#configuring-the-wooCommerce-plugin) for more information. 52 53 Additionally, we strongly recommend using the iFrame tokenization method for capturing customer payment card numbers. Select Enable IFRAME API on the WooCommerce> Settings >Payments tab to enable the Hosted iFrame Tokenizer on your checkout form for an additional layer of security. See [Advanced Tokenization Settings](https://support.cardpointe.com/cardpointe/marketplace/woocommerce#advanced-tokenization-settings) for more information. 54 54 55 55 *Note: If the security of your webpage becomes compromised, Fiserv reserves the right to disable your CardPointe merchant account.* … … 132 132 133 133 == Changelog == 134 = 3.3.5 = 135 * updated: README.txt 136 134 137 = 3.3.4 = 135 138 * new: security features. check compatibility against woo plugin and add-ons -
cardconnect-payment-module/trunk/cardconnect-payment-gateway.php
r2578365 r2584232 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.3. 46 * Version: 3.3.5 7 7 * Author: Fiserv <rex@ellasol.com> 8 8 * Author URI: https://cardconnect.com … … 13 13 * WC tested up to: 5.5.2 14 14 * 15 * @version 3.3. 415 * @version 3.3.5 16 16 * @author CardPointe/RexAK 17 17 */ … … 25 25 } 26 26 27 define('WC_CARDCONNECT_VER', '3.3. 4');27 define('WC_CARDCONNECT_VER', '3.3.5'); 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/readme.txt
r2578395 r2584232 5 5 Tested up to: 5.8 6 6 Requires PHP: 7.1 7 Stable tag: 3.3. 47 Stable tag: 3.3.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 This setting limits the number of attempts to submit a payment for a given order. Must be a value from 3 (default) to 10 attempts. 50 50 51 See [Configuring the WooCommerce Plugin](https://support.cardpointe.com/ woocommerce#configuring-the-wooCommerce-plugin) for more information.52 53 Additionally, we strongly recommend using the iFrame tokenization method for capturing customer payment card numbers. Select Enable IFRAME API on the WooCommerce> Settings >Payments tab to enable the Hosted iFrame Tokenizer on your checkout form for an additional layer of security. See [Advanced Tokenization Settings](https://support.cardpointe.com/ woocommerce#advanced-tokenization-settings) for more information.51 See [Configuring the WooCommerce Plugin](https://support.cardpointe.com/cardpointe/marketplace/woocommerce#configuring-the-wooCommerce-plugin) for more information. 52 53 Additionally, we strongly recommend using the iFrame tokenization method for capturing customer payment card numbers. Select Enable IFRAME API on the WooCommerce> Settings >Payments tab to enable the Hosted iFrame Tokenizer on your checkout form for an additional layer of security. See [Advanced Tokenization Settings](https://support.cardpointe.com/cardpointe/marketplace/woocommerce#advanced-tokenization-settings) for more information. 54 54 55 55 *Note: If the security of your webpage becomes compromised, Fiserv reserves the right to disable your CardPointe merchant account.* … … 132 132 133 133 == Changelog == 134 = 3.3.5 = 135 * updated: README.txt 136 134 137 = 3.3.4 = 135 138 * new: security features. check compatibility against woo plugin and add-ons
Note: See TracChangeset
for help on using the changeset viewer.