Plugin Directory

Changeset 2043930


Ignore:
Timestamp:
03/04/2019 01:23:24 PM (7 years ago)
Author:
ingpsp
Message:

Bumping version to 1.3.8

Location:
ing-psp/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ing-psp/trunk/CHANGELOG.md

    r1962294 r2043930  
    11# Changelog WooCommerce
     2
     3** 1.3.8 **
     4* Fix some validations returning false positives on certain PHP versions
    25
    36** 1.3.7 **
  • ing-psp/trunk/README.md

    r1962294 r2043930  
    1515
    1616## Version number
    17 Version 1.3.7
     17Version 1.3.8
    1818
    1919## Pre-requisites to install the plug-ins
  • ing-psp/trunk/ingpsp.php

    r2043928 r2043930  
    55 * Plugin URI: https://www.ing.nl/
    66 * Description: ING WooCommerce plugin for ING Kassa Compleet and ING ePay markets.
    7  * Version: 1.3.7
     7 * Version: 1.3.8
    88 * Author: Ginger Payments
    99 * Author URI: https://www.gingerpayments.com/
     
    2020 * Define ING PSP plugin version
    2121 */
    22 define('INGPSP_PLUGIN_VERSION', 'WooCommerce v1.3.7');
     22define('INGPSP_PLUGIN_VERSION', 'WooCommerce v1.3.8');
    2323
    2424add_action('plugins_loaded', 'woocommerce_ingpsp_init', 0);
  • ing-psp/trunk/readme.txt

    r1962294 r2043930  
    55Requires at least: 4.0
    66Tested up to: 4.9.6
    7 Stable tag: 1.3.7
     7Stable tag: 1.3.8
    88License: The MIT License (MIT)
    99License URI: https://opensource.org/licenses/MIT
     
    104104== Changelog ==
    105105
    106 = 1.3.7 =
     106= 1.3.8 =
    107107* Fix for DOB check
    108108
Note: See TracChangeset for help on using the changeset viewer.