Plugin Directory

Changeset 2828965


Ignore:
Timestamp:
12/05/2022 11:49:29 PM (3 years ago)
Author:
cardpaysolutions
Message:

tagging version 2.0.19

Location:
fd-payments-for-woo
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • fd-payments-for-woo/tags/2.0.19/includes/legacy/class-wc-payeezy-gateway.php

    r2771286 r2828965  
    496496                'placeholder'  => array(),
    497497                'name'         => array(),
     498            ),
     499            'select'   => array(
     500                'id'    =>    array(),
     501                'class' => array(),
     502                'name'  =>  array(),
     503            ),
     504            'option'   => array(
     505                'value'    => array(),
     506                'selected' => array(),
    498507            ),
    499508            'div'      => array(
  • fd-payments-for-woo/tags/2.0.19/readme.txt

    r2771212 r2828965  
    33Tags: first data, payeezy, woocommerce, woocommerce first data, woocommerce payeezy, global gateway e4, linkpoint, payment gateway, first data payment gateway, woocommerce payment, woocommerce subscription payment, woocommerc pre order payment
    44Requires at least: 4.0
    5 Tested up to: 6.0
    6 Stable tag: 2.0.18
     5Tested up to: 6.1
     6Stable tag: 2.0.19
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • fd-payments-for-woo/tags/2.0.19/woocommerce-payeezy.php

    r2771212 r2828965  
    44 * Plugin URI: http://www.cardpaysolutions.com/woocommerce?pid=83cf9aa647bc5b4e
    55 * Description: Adds the First Data Payeezy Gateway to WooCommerce. First Data TransArmor Solution is used to securely support saved credit card profiles, subscriptions, and pre-orders.
    6  * Version: 2.0.18
     6 * Version: 2.0.19
    77 * Author: Cardpay Solutions, Inc.
    88 * Author URI: http://www.cardpaysolutions.com/
     
    1212 * Domain Path: /languages
    1313 * WC requires at least: 2.2.0
    14  * WC tested up to: 6.8
     14 * WC tested up to: 7.1
    1515 *
    1616 * Copyright 2016 Cardpay Solutions, Inc.  (email : sales@cardpaysolutions.com)
  • fd-payments-for-woo/trunk/includes/legacy/class-wc-payeezy-gateway.php

    r2771286 r2828965  
    496496                'placeholder'  => array(),
    497497                'name'         => array(),
     498            ),
     499            'select'   => array(
     500                'id'    =>    array(),
     501                'class' => array(),
     502                'name'  =>  array(),
     503            ),
     504            'option'   => array(
     505                'value'    => array(),
     506                'selected' => array(),
    498507            ),
    499508            'div'      => array(
  • fd-payments-for-woo/trunk/readme.txt

    r2771212 r2828965  
    33Tags: first data, payeezy, woocommerce, woocommerce first data, woocommerce payeezy, global gateway e4, linkpoint, payment gateway, first data payment gateway, woocommerce payment, woocommerce subscription payment, woocommerc pre order payment
    44Requires at least: 4.0
    5 Tested up to: 6.0
    6 Stable tag: 2.0.18
     5Tested up to: 6.1
     6Stable tag: 2.0.19
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • fd-payments-for-woo/trunk/woocommerce-payeezy.php

    r2771212 r2828965  
    44 * Plugin URI: http://www.cardpaysolutions.com/woocommerce?pid=83cf9aa647bc5b4e
    55 * Description: Adds the First Data Payeezy Gateway to WooCommerce. First Data TransArmor Solution is used to securely support saved credit card profiles, subscriptions, and pre-orders.
    6  * Version: 2.0.18
     6 * Version: 2.0.19
    77 * Author: Cardpay Solutions, Inc.
    88 * Author URI: http://www.cardpaysolutions.com/
     
    1212 * Domain Path: /languages
    1313 * WC requires at least: 2.2.0
    14  * WC tested up to: 6.8
     14 * WC tested up to: 7.1
    1515 *
    1616 * Copyright 2016 Cardpay Solutions, Inc.  (email : sales@cardpaysolutions.com)
Note: See TracChangeset for help on using the changeset viewer.