Plugin Directory

Changeset 1034503


Ignore:
Timestamp:
11/28/2014 02:12:13 PM (11 years ago)
Author:
datenwerk
Message:

1.5.1 - 2014-11-28

  • New Feature: added new languages for payment page DA, FI, SV, NO, UK, EL. If option "auto with WPML" is set, "NO" is mapped to "nb".
Location:
woocommerce-mpay24-gateway/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-mpay24-gateway/trunk/MPay24/MDXI.xsd

    r925767 r1034503  
    2323      <xs:enumeration value="ZH"/>
    2424      <xs:enumeration value="JA"/>
     25      <xs:enumeration value="DA"/>
     26      <xs:enumeration value="FI"/>
     27      <xs:enumeration value="SV"/>
     28      <xs:enumeration value="NO"/>
     29      <xs:enumeration value="UK"/>
     30      <xs:enumeration value="EL"/>
    2531    </xs:restriction>
    2632  </xs:simpleType>
  • woocommerce-mpay24-gateway/trunk/admin/gateway-mpay24-install.php

    r1006337 r1034503  
    4747        customer_name varchar(50) DEFAULT NULL,
    4848        customer_email varchar(64) 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,
     49        language enum('BG','ZH','HR','CS','NL','EN','FR','DE','HU','IT','JA','PL','PT','RO','RU','SR','SK','SL','ES','TR','DA','FI','SV','NO','UK','EL') DEFAULT NULL,
    5050        customer_id varchar(32) DEFAULT NULL,
    5151        profile_id varchar(32) DEFAULT NULL,
  • woocommerce-mpay24-gateway/trunk/gateway-mpay24.php

    r1034441 r1034503  
    44    Plugin URI: http://wordpress.org/plugins/woocommerce-mpay24-gateway/
    55    Description: Add mPAY24 Payment Gateway to WooCommerce Plugin
    6     Version: 1.5
     6    Version: 1.5.1
    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.5' );
     24        define( 'GATEWAY_MPAY24_VERSION', '1.5.1' );
    2525    }
    2626    if ( ! defined( 'GATEWAY_MPAY24_TABLE_NAME' ) ) {
  • woocommerce-mpay24-gateway/trunk/readme.txt

    r1034441 r1034503  
    66Requires at least: 3.5
    77Tested up to: 4.0.1
    8 Stable tag: 1.5
     8Stable tag: 1.5.1
    99License: GNU General Public License v3.0
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1616= Features =
    1717
    18 * Uses mPAY24 PHP files (version 2013-06-24), follows mPAY24 specification (version 2014-05-21)
     18* Uses mPAY24 PHP files (version 2013-06-24), follows mPAY24 SOAP Specification (version 2014-09-12)
    1919* Using the mPAY24 payment page to integrate in website
    2020* Switching between DEV and PROD mPAY24 environment with SOAP logins
    2121* Supports all payment methods of mPAY24
    2222* Languages available for Wordpress admin: EN, DE
    23 * Languages available for payment page: BG, CS, DE, EN, ES, FR, HR, HU, IT, JA, NL, PL, PT, RO, RU, SK, SL, SR, TR, ZH
     23* Languages available for payment page: BG, CS, DA, DE, FI, EN, ES, EL, FR, HR, HU, IT, JA, NL, NO, PL, PT, RO, RU, SK, SL, SR, SV, TR, UK, ZH
    2424* Supported currency in payment page: EUR
    2525* no mPAY24 proSafe support
     
    7777== Changelog ==
    7878
     79= 1.5.1 - 2014-11-28 =
     80
     81* New Feature: added new languages for payment page DA, FI, SV, NO, UK, EL. If option "auto with WPML" is set, "NO" is mapped to "nb".
     82
    7983= 1.5 - 2014-11-28 =
    8084
Note: See TracChangeset for help on using the changeset viewer.