Plugin Directory

Changeset 1006337


Ignore:
Timestamp:
10/13/2014 06:43:26 AM (11 years ago)
Author:
datenwerk
Message:

1.4.2 - 2014-10-13

  • Bugfix: add new DB field profile_id to enable successful transactions for merchants with profile_id
  • Bugfix: complete ENUM values for DB field language with all available payment page languages
Location:
woocommerce-mpay24-gateway/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-mpay24-gateway/trunk/admin/gateway-mpay24-install.php

    r636654 r1006337  
    4747        customer_name varchar(50) DEFAULT NULL,
    4848        customer_email varchar(64) DEFAULT NULL,
    49         language enum('BG','CS','DE','EN','ES','FR','HU','NL','PL','PT') DEFAULT NULL,
     49        language enum('BG','ZH','HR','CS','NL','EN','FR','DE','HU','IT','JA','PL','PT','RO','RU','SR','SK','SL','ES','TR') DEFAULT NULL,
    5050        customer_id varchar(32) DEFAULT NULL,
     51        profile_id varchar(32) DEFAULT NULL,
    5152        appr_code varchar(255) DEFAULT NULL,
    5253        profile_status enum('IGNORED','USED','ERROR','CREATED','UPDATED','DELETED') DEFAULT NULL,
  • woocommerce-mpay24-gateway/trunk/gateway-mpay24.php

    r1003623 r1006337  
    44    Plugin URI: http://wordpress.org/plugins/woocommerce-mpay24-gateway/
    55    Description: Add mPAY24 Payment Gateway to WooCommerce Plugin
    6     Version: 1.4.1
     6    Version: 1.4.2
    77    Author: datenwerk innovationsagentur GmbH
    88    Author URI: http://www.datenwerk.at
     
    2222
    2323    if ( ! defined( 'GATEWAY_MPAY24_VERSION' ) ) {
    24         define( 'GATEWAY_MPAY24_VERSION', '1.4.1' );
     24        define( 'GATEWAY_MPAY24_VERSION', '1.4.2' );
    2525    }
    2626    if ( ! defined( 'GATEWAY_MPAY24_TABLE_NAME' ) ) {
  • woocommerce-mpay24-gateway/trunk/readme.txt

    r1003626 r1006337  
    66Requires at least: 3.5
    77Tested up to: 4.0
    8 Stable tag: 1.4.1
     8Stable tag: 1.4.2
    99License: GNU General Public License v3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    7777== Changelog ==
    7878
     79= 1.4.2 - 2014-10-13 =
     80
     81* Bugfix: add new DB field profile_id to enable successful transactions for merchants with profile_id
     82* Bugfix: complete ENUM values for DB field language with all available payment page languages
     83
    7984= 1.4.1 - 2014-10-08 =
    8085
Note: See TracChangeset for help on using the changeset viewer.