Changeset 1859833
- Timestamp:
- 04/17/2018 03:26:48 PM (8 years ago)
- Location:
- cardinalcommerce-oneconnect
- Files:
-
- 6 added
- 3 edited
-
tags/1.2.2 (added)
-
tags/1.2.2/Gateway.php (added)
-
tags/1.2.2/README.txt (added)
-
tags/1.2.2/cardinalcommerce-oneconnect.js (added)
-
tags/1.2.2/cardinalcommerce-oneconnect.php (added)
-
tags/1.2.2/currencies.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/cardinalcommerce-oneconnect.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cardinalcommerce-oneconnect/trunk/README.txt
r1848588 r1859833 4 4 Requires at least: 4.6 5 5 Tested up to: 4.7.5 6 Stable tag: 1.2. 06 Stable tag: 1.2.2 7 7 License: GPLv3 or later 8 8 LicenseURI: http://www.gnu.org/licenses/gpl-3.0.html … … 92 92 == Changelog == 93 93 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 94 101 = 2018.03.28 - Version 1.2.0 = 95 102 * Operability with a wider variety of WooCommerce configurations -
cardinalcommerce-oneconnect/trunk/cardinalcommerce-oneconnect.php
r1848588 r1859833 5 5 * Plugin URI: https://developer.cardinalcommerce.com/ 6 6 * Description: Module for processing payments with CardinalCommerce and optional Cardinal Consumer Authentication (CCA) 7 * Version: 1.2. 07 * Version: 1.2.2 8 8 * Author: CardinalCommerce 9 9 * Author URI: https://cardinalcommerce.com/ … … 16 16 } 17 17 18 define( 'CARDINAL_ONECONNECT_VERSION', '1.2. 0' );18 define( 'CARDINAL_ONECONNECT_VERSION', '1.2.2' ); 19 19 define( 'CARDINAL_ONECONNECT_PLUGIN_FILE', __FILE__ ); 20 20 -
cardinalcommerce-oneconnect/trunk/changelog.txt
r1785790 r1859833 1 1 *** CardinalCommerce OneConnect 3D-Secure for Authorize.net Changelog *** 2 2 3 2017.12.12 - version 2.0 4 * Changes the way ECI, CAVV, and XID are passed to Authorize.Net 3 2018.04.16 - version 1.2.2 4 * Add handling for Authorize.net fraud detection codes 5 6 2018.04.03 - version 1.2.1 7 * Add email and invoice number to authorization 8 * Add action code to order details 9 10 2018.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 5 14 6 15 2017.11.07 - version 1.1.0
Note: See TracChangeset
for help on using the changeset viewer.