Changeset 1034503
- Timestamp:
- 11/28/2014 02:12:13 PM (11 years ago)
- Location:
- woocommerce-mpay24-gateway/trunk
- Files:
-
- 4 edited
-
MPay24/MDXI.xsd (modified) (1 diff)
-
admin/gateway-mpay24-install.php (modified) (1 diff)
-
gateway-mpay24.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-mpay24-gateway/trunk/MPay24/MDXI.xsd
r925767 r1034503 23 23 <xs:enumeration value="ZH"/> 24 24 <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"/> 25 31 </xs:restriction> 26 32 </xs:simpleType> -
woocommerce-mpay24-gateway/trunk/admin/gateway-mpay24-install.php
r1006337 r1034503 47 47 customer_name varchar(50) DEFAULT NULL, 48 48 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, 50 50 customer_id varchar(32) DEFAULT NULL, 51 51 profile_id varchar(32) DEFAULT NULL, -
woocommerce-mpay24-gateway/trunk/gateway-mpay24.php
r1034441 r1034503 4 4 Plugin URI: http://wordpress.org/plugins/woocommerce-mpay24-gateway/ 5 5 Description: Add mPAY24 Payment Gateway to WooCommerce Plugin 6 Version: 1.5 6 Version: 1.5.1 7 7 Author: datenwerk innovationsagentur GmbH 8 8 Author URI: http://www.datenwerk.at … … 22 22 23 23 if ( ! defined( 'GATEWAY_MPAY24_VERSION' ) ) { 24 define( 'GATEWAY_MPAY24_VERSION', '1.5 ' );24 define( 'GATEWAY_MPAY24_VERSION', '1.5.1' ); 25 25 } 26 26 if ( ! defined( 'GATEWAY_MPAY24_TABLE_NAME' ) ) { -
woocommerce-mpay24-gateway/trunk/readme.txt
r1034441 r1034503 6 6 Requires at least: 3.5 7 7 Tested up to: 4.0.1 8 Stable tag: 1.5 8 Stable tag: 1.5.1 9 9 License: GNU General Public License v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 16 16 = Features = 17 17 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) 19 19 * Using the mPAY24 payment page to integrate in website 20 20 * Switching between DEV and PROD mPAY24 environment with SOAP logins 21 21 * Supports all payment methods of mPAY24 22 22 * Languages available for Wordpress admin: EN, DE 23 * Languages available for payment page: BG, CS, D E, EN, ES, FR, HR, HU, IT, JA, NL, PL, PT, RO, RU, SK, SL, SR, TR, ZH23 * 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 24 24 * Supported currency in payment page: EUR 25 25 * no mPAY24 proSafe support … … 77 77 == Changelog == 78 78 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 79 83 = 1.5 - 2014-11-28 = 80 84
Note: See TracChangeset
for help on using the changeset viewer.