Changeset 1960578
- Timestamp:
- 10/22/2018 11:19:39 AM (7 years ago)
- Location:
- ing-psp/trunk
- Files:
-
- 5 edited
-
CHANGELOG.md (modified) (1 diff)
-
README.md (modified) (1 diff)
-
ing-php/vendor/beberlei/assert/lib/Assert/Assertion.php (modified) (1 diff)
-
ingpsp.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ing-psp/trunk/CHANGELOG.md
r1958225 r1960578 1 1 # Changelog WooCommerce 2 3 ** 1.3.6 ** 4 * Remove DOB check 2 5 3 6 ** 1.3.5 ** -
ing-psp/trunk/README.md
r1958225 r1960578 15 15 16 16 ## Version number 17 Version 1.3. 517 Version 1.3.6 18 18 19 19 ## Pre-requisites to install the plug-ins -
ing-psp/trunk/ing-php/vendor/beberlei/assert/lib/Assert/Assertion.php
r1958225 r1960578 2191 2191 public static function date($value, $format, $message = null, $propertyPath = null) 2192 2192 { 2193 if (strlen($value) != 10) {2194 throw static::createException($value, 'Gelieve geboortedatum in te vullen', static::INVALID_DATE, $propertyPath, array('format' => $format));2195 }2193 // if (strlen($value) != 10) { 2194 // throw static::createException($value, 'Gelieve geboortedatum in te vullen', static::INVALID_DATE, $propertyPath, array('format' => $format)); 2195 // } 2196 2196 static::string($value, $message, $propertyPath); 2197 2197 static::string($format, $message, $propertyPath); -
ing-psp/trunk/ingpsp.php
r1958225 r1960578 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. 57 * Version: 1.3.6 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. 5');22 define('INGPSP_PLUGIN_VERSION', 'WooCommerce v1.3.6'); 23 23 24 24 add_action('plugins_loaded', 'woocommerce_ingpsp_init', 0); -
ing-psp/trunk/readme.txt
r1958225 r1960578 5 5 Requires at least: 4.0 6 6 Tested up to: 4.9.6 7 Stable tag: 1.3. 57 Stable tag: 1.3.6 8 8 License: The MIT License (MIT) 9 9 License URI: https://opensource.org/licenses/MIT … … 104 104 == Changelog == 105 105 106 = 1.3.6 = 107 * Remove DOB check 108 106 109 = 1.3.5 = 107 110 * Use dropdowns for DOB
Note: See TracChangeset
for help on using the changeset viewer.