Plugin Directory

Changeset 2673140


Ignore:
Timestamp:
02/04/2022 08:37:45 PM (4 years ago)
Author:
rexak
Message:

fix for delete card button

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

Legend:

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

    r2673058 r2673140  
    44     * Plugin URI: https://wordpress.org/plugins/cardconnect-payment-module
    55     * Description: Accept credit card payments in your WooCommerce store.
    6      * Version: 3.4.11
     6     * Version: 3.4.12
    77     * Author: Fiserv <nicole.anderson@fiserv.com>
    88     * Author URI: https://cardconnect.com
     
    1313     * WC tested up to: 6.1.1
    1414     *
    15      * @version 3.4.11
     15     * @version 3.4.12
    1616     * @author  CardPointe/RexAK
    1717     */
     
    2525    }
    2626
    27     define('WC_CARDCONNECT_VER', '3.4.11');
     27    define('WC_CARDCONNECT_VER', '3.4.12');
    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.4.12/classes/class-wc-gateway-cardconnect.php

    r2673056 r2673140  
    21342134                    'class' => [],
    21352135                ],
     2136                'a'        => [
     2137                    'class' => [],
     2138                    'href' => [],
     2139                    'style' => [],
     2140                ],
    21362141                'strong'   => [
    21372142                    'class' => [],
  • cardconnect-payment-module/tags/3.4.12/readme.txt

    r2673056 r2673140  
    55Tested up to: 5.9
    66Requires PHP: 7.1
    7 Stable tag: 3.4.11
     7Stable tag: 3.4.12
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    132132
    133133== Changelog ==
     134= 3.4.12 =
     135* fix: delete card button esc fix
     136
    134137= 3.4.11 =
    135138* deleted: cruft example files
  • cardconnect-payment-module/trunk/cardconnect-payment-gateway.php

    r2673058 r2673140  
    44     * Plugin URI: https://wordpress.org/plugins/cardconnect-payment-module
    55     * Description: Accept credit card payments in your WooCommerce store.
    6      * Version: 3.4.11
     6     * Version: 3.4.12
    77     * Author: Fiserv <nicole.anderson@fiserv.com>
    88     * Author URI: https://cardconnect.com
     
    1313     * WC tested up to: 6.1.1
    1414     *
    15      * @version 3.4.11
     15     * @version 3.4.12
    1616     * @author  CardPointe/RexAK
    1717     */
     
    2525    }
    2626
    27     define('WC_CARDCONNECT_VER', '3.4.11');
     27    define('WC_CARDCONNECT_VER', '3.4.12');
    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/classes/class-wc-gateway-cardconnect.php

    r2673056 r2673140  
    21342134                    'class' => [],
    21352135                ],
     2136                'a'        => [
     2137                    'class' => [],
     2138                    'href' => [],
     2139                    'style' => [],
     2140                ],
    21362141                'strong'   => [
    21372142                    'class' => [],
  • cardconnect-payment-module/trunk/readme.txt

    r2673056 r2673140  
    55Tested up to: 5.9
    66Requires PHP: 7.1
    7 Stable tag: 3.4.11
     7Stable tag: 3.4.12
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    132132
    133133== Changelog ==
     134= 3.4.12 =
     135* fix: delete card button esc fix
     136
    134137= 3.4.11 =
    135138* deleted: cruft example files
Note: See TracChangeset for help on using the changeset viewer.