Plugin Directory

Changeset 1542083


Ignore:
Timestamp:
11/28/2016 03:35:32 PM (9 years ago)
Author:
datenwerk
Message:

update version number to 1.5.2

Location:
woocommerce-mpay24-gateway
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-mpay24-gateway/tags/1.5.2/gateway-mpay24.php

    r1542060 r1542083  
    44    Plugin URI: http://wordpress.org/plugins/woocommerce-mpay24-gateway/
    55    Description: Add mPAY24 Payment Gateway to WooCommerce Plugin
    6     Version: 1.5.1
     6    Version: 1.5.2
    77    Author: datenwerk innovationsagentur GmbH
    88    Author URI: http://www.datenwerk.at
    99    Requires at least: 3.5
    10     Tested up to: 4.0.1
     10    Tested up to: 4.6.1
    1111*/
    1212
     
    2222
    2323    if ( ! defined( 'GATEWAY_MPAY24_VERSION' ) ) {
    24         define( 'GATEWAY_MPAY24_VERSION', '1.5.1' );
     24        define( 'GATEWAY_MPAY24_VERSION', '1.5.2' );
    2525    }
    2626    if ( ! defined( 'GATEWAY_MPAY24_TABLE_NAME' ) ) {
  • woocommerce-mpay24-gateway/trunk/gateway-mpay24.php

    r1542060 r1542083  
    44    Plugin URI: http://wordpress.org/plugins/woocommerce-mpay24-gateway/
    55    Description: Add mPAY24 Payment Gateway to WooCommerce Plugin
    6     Version: 1.5.1
     6    Version: 1.5.2
    77    Author: datenwerk innovationsagentur GmbH
    88    Author URI: http://www.datenwerk.at
    99    Requires at least: 3.5
    10     Tested up to: 4.0.1
     10    Tested up to: 4.6.1
    1111*/
    1212
     
    2222
    2323    if ( ! defined( 'GATEWAY_MPAY24_VERSION' ) ) {
    24         define( 'GATEWAY_MPAY24_VERSION', '1.5.1' );
     24        define( 'GATEWAY_MPAY24_VERSION', '1.5.2' );
    2525    }
    2626    if ( ! defined( 'GATEWAY_MPAY24_TABLE_NAME' ) ) {
Note: See TracChangeset for help on using the changeset viewer.