Plugin Directory

Changeset 1859833


Ignore:
Timestamp:
04/17/2018 03:26:48 PM (8 years ago)
Author:
cardinalmarketing
Message:

Add version 1.2.2

Location:
cardinalcommerce-oneconnect
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • cardinalcommerce-oneconnect/trunk/README.txt

    r1848588 r1859833  
    44Requires at least: 4.6
    55Tested up to: 4.7.5
    6 Stable tag: 1.2.0
     6Stable tag: 1.2.2
    77License: GPLv3 or later
    88LicenseURI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9292== Changelog ==
    9393
     94= 2018.04.16 - Version 1.2.2 =
     95 * Add handling for Authorize.net fraud detection codes
     96
     97= 2018.04.03 - Version 1.2.1 =
     98 * Add email and invoice number to authorization
     99 * Add action code to order details
     100
    94101= 2018.03.28 - Version 1.2.0 =
    95102 * Operability with a wider variety of WooCommerce configurations
  • cardinalcommerce-oneconnect/trunk/cardinalcommerce-oneconnect.php

    r1848588 r1859833  
    55 * Plugin URI:   https://developer.cardinalcommerce.com/
    66 * Description:  Module for processing payments with CardinalCommerce and optional Cardinal Consumer Authentication (CCA)
    7  * Version:      1.2.0
     7 * Version:      1.2.2
    88 * Author:       CardinalCommerce
    99 * Author URI:   https://cardinalcommerce.com/
     
    1616}
    1717
    18 define( 'CARDINAL_ONECONNECT_VERSION', '1.2.0' );
     18define( 'CARDINAL_ONECONNECT_VERSION', '1.2.2' );
    1919define( 'CARDINAL_ONECONNECT_PLUGIN_FILE', __FILE__ );
    2020
  • cardinalcommerce-oneconnect/trunk/changelog.txt

    r1785790 r1859833  
    11*** CardinalCommerce OneConnect 3D-Secure for Authorize.net Changelog ***
    22
    3 2017.12.12 - version 2.0
    4  * Changes the way ECI, CAVV, and XID are passed to Authorize.Net
     32018.04.16 - version 1.2.2
     4 * Add handling for Authorize.net fraud detection codes
     5
     62018.04.03 - version 1.2.1
     7 * Add email and invoice number to authorization
     8 * Add action code to order details
     9
     102018.03.28 - version 1.2.0
     11 * Operability with a wider variety of WooCommerce configurations
     12 * Simplify plugin configuration by removing Processor ID, Merchant ID, and Transaction Password
     13 * Support payment brand icon customization
    514
    6152017.11.07 - version 1.1.0
Note: See TracChangeset for help on using the changeset viewer.