Changeset 2043930
- Timestamp:
- 03/04/2019 01:23:24 PM (7 years ago)
- Location:
- ing-psp/trunk
- Files:
-
- 4 edited
-
CHANGELOG.md (modified) (1 diff)
-
README.md (modified) (1 diff)
-
ingpsp.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ing-psp/trunk/CHANGELOG.md
r1962294 r2043930 1 1 # Changelog WooCommerce 2 3 ** 1.3.8 ** 4 * Fix some validations returning false positives on certain PHP versions 2 5 3 6 ** 1.3.7 ** -
ing-psp/trunk/README.md
r1962294 r2043930 15 15 16 16 ## Version number 17 Version 1.3. 717 Version 1.3.8 18 18 19 19 ## Pre-requisites to install the plug-ins -
ing-psp/trunk/ingpsp.php
r2043928 r2043930 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. 77 * Version: 1.3.8 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. 7');22 define('INGPSP_PLUGIN_VERSION', 'WooCommerce v1.3.8'); 23 23 24 24 add_action('plugins_loaded', 'woocommerce_ingpsp_init', 0); -
ing-psp/trunk/readme.txt
r1962294 r2043930 5 5 Requires at least: 4.0 6 6 Tested up to: 4.9.6 7 Stable tag: 1.3. 77 Stable tag: 1.3.8 8 8 License: The MIT License (MIT) 9 9 License URI: https://opensource.org/licenses/MIT … … 104 104 == Changelog == 105 105 106 = 1.3. 7=106 = 1.3.8 = 107 107 * Fix for DOB check 108 108
Note: See TracChangeset
for help on using the changeset viewer.