Changeset 2184516
- Timestamp:
- 11/01/2019 03:34:44 PM (6 years ago)
- Location:
- ing-psp/trunk
- Files:
-
- 5 edited
-
CHANGELOG.md (modified) (1 diff)
-
README.md (modified) (1 diff)
-
classes/class-wc-ingpsp-banktransfer.php (modified) (1 diff)
-
ingpsp.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ing-psp/trunk/CHANGELOG.md
r2183120 r2184516 1 1 # Changelog WooCommerce 2 3 ** 1.3.13 ** 4 * Bugfix for updating banktransfer orders 2 5 3 6 ** 1.3.12 ** -
ing-psp/trunk/README.md
r2183120 r2184516 15 15 16 16 ## Version number 17 Version 1.3.1 217 Version 1.3.13 18 18 19 19 ## Pre-requisites to install the plug-ins -
ing-psp/trunk/classes/class-wc-ingpsp-banktransfer.php
r2183120 r2184516 21 21 22 22 // Create banktransfer order in ginger system when creating an order from the admin panel 23 add_action('woocommerce_process_shop_order_meta', array($this, 'process_payment'), 41, 1);23 // add_action('woocommerce_process_shop_order_meta', array($this, 'process_payment'), 41, 1); 24 24 25 25 // Sends instructions for payment in the Order email -
ing-psp/trunk/ingpsp.php
r2183120 r2184516 5 5 * Plugin URI: https://www.ing.nl/ 6 6 * Description: ING WooCommerce plugin for ING Kassa Compleet and ING ePay markets. 7 * Version: 1.3.1 27 * Version: 1.3.13 8 8 * Author: Ginger Payments 9 9 * Author URI: https://www.gingerpayments.com/ … … 20 20 * Define ING PSP plugin version 21 21 */ 22 define('INGPSP_PLUGIN_VERSION', 'WooCommerce v1.3.1 2');22 define('INGPSP_PLUGIN_VERSION', 'WooCommerce v1.3.13'); 23 23 24 24 add_action('plugins_loaded', 'woocommerce_ingpsp_init', 0); -
ing-psp/trunk/readme.txt
r2183120 r2184516 5 5 Requires at least: 4.0 6 6 Tested up to: 5.1.1 7 Stable tag: 1.3.1 27 Stable tag: 1.3.13 8 8 License: The MIT License (MIT) 9 9 License URI: https://opensource.org/licenses/MIT
Note: See TracChangeset
for help on using the changeset viewer.