Plugin Directory

Changeset 2584232


Ignore:
Timestamp:
08/17/2021 01:40:42 PM (5 years ago)
Author:
rexak
Message:

updated readme.txt

Location:
cardconnect-payment-module
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cardconnect-payment-module/tags/3.3.5/cardconnect-payment-gateway.php

    r2578365 r2584232  
    44     * Plugin URI: https://wordpress.org/plugins/cardconnect-payment-module
    55     * Description: Accept credit card payments in your WooCommerce store.
    6      * Version: 3.3.4
     6     * Version: 3.3.5
    77     * Author: Fiserv <rex@ellasol.com>
    88     * Author URI: https://cardconnect.com
     
    1313     * WC tested up to: 5.5.2
    1414     *
    15      * @version 3.3.4
     15     * @version 3.3.5
    1616     * @author  CardPointe/RexAK
    1717     */
     
    2525    }
    2626
    27     define('WC_CARDCONNECT_VER', '3.3.4');
     27    define('WC_CARDCONNECT_VER', '3.3.5');
    2828    define('WC_CARDCONNECT_PLUGIN_PATH', untrailingslashit(plugin_basename(__DIR__)));
    2929    define('WC_CARDCONNECT_ASSETS_URL', untrailingslashit(plugin_dir_url(__FILE__)) . '/assets/');
  • cardconnect-payment-module/tags/3.3.5/readme.txt

    r2578395 r2584232  
    55Tested up to: 5.8
    66Requires PHP: 7.1
    7 Stable tag: 3.3.4
     7Stable tag: 3.3.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949This setting limits the number of attempts to submit a payment for a given order. Must be a value from 3 (default) to 10 attempts.
    5050
    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.
     51See [Configuring the WooCommerce Plugin](https://support.cardpointe.com/cardpointe/marketplace/woocommerce#configuring-the-wooCommerce-plugin) for more information.
     52
     53Additionally, 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.
    5454
    5555*Note: If the security of your webpage becomes compromised, Fiserv reserves the right to disable your CardPointe merchant account.*
     
    132132
    133133== Changelog ==
     134= 3.3.5 =
     135* updated: README.txt
     136
    134137= 3.3.4 =
    135138* new: security features. check compatibility against woo plugin and add-ons
  • cardconnect-payment-module/trunk/cardconnect-payment-gateway.php

    r2578365 r2584232  
    44     * Plugin URI: https://wordpress.org/plugins/cardconnect-payment-module
    55     * Description: Accept credit card payments in your WooCommerce store.
    6      * Version: 3.3.4
     6     * Version: 3.3.5
    77     * Author: Fiserv <rex@ellasol.com>
    88     * Author URI: https://cardconnect.com
     
    1313     * WC tested up to: 5.5.2
    1414     *
    15      * @version 3.3.4
     15     * @version 3.3.5
    1616     * @author  CardPointe/RexAK
    1717     */
     
    2525    }
    2626
    27     define('WC_CARDCONNECT_VER', '3.3.4');
     27    define('WC_CARDCONNECT_VER', '3.3.5');
    2828    define('WC_CARDCONNECT_PLUGIN_PATH', untrailingslashit(plugin_basename(__DIR__)));
    2929    define('WC_CARDCONNECT_ASSETS_URL', untrailingslashit(plugin_dir_url(__FILE__)) . '/assets/');
  • cardconnect-payment-module/trunk/readme.txt

    r2578395 r2584232  
    55Tested up to: 5.8
    66Requires PHP: 7.1
    7 Stable tag: 3.3.4
     7Stable tag: 3.3.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4949This setting limits the number of attempts to submit a payment for a given order. Must be a value from 3 (default) to 10 attempts.
    5050
    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.
     51See [Configuring the WooCommerce Plugin](https://support.cardpointe.com/cardpointe/marketplace/woocommerce#configuring-the-wooCommerce-plugin) for more information.
     52
     53Additionally, 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.
    5454
    5555*Note: If the security of your webpage becomes compromised, Fiserv reserves the right to disable your CardPointe merchant account.*
     
    132132
    133133== Changelog ==
     134= 3.3.5 =
     135* updated: README.txt
     136
    134137= 3.3.4 =
    135138* new: security features. check compatibility against woo plugin and add-ons
Note: See TracChangeset for help on using the changeset viewer.