Changeset 1006337
- Timestamp:
- 10/13/2014 06:43:26 AM (11 years ago)
- Location:
- woocommerce-mpay24-gateway/trunk
- Files:
-
- 3 edited
-
admin/gateway-mpay24-install.php (modified) (1 diff)
-
gateway-mpay24.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-mpay24-gateway/trunk/admin/gateway-mpay24-install.php
r636654 r1006337 47 47 customer_name varchar(50) DEFAULT NULL, 48 48 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, 50 50 customer_id varchar(32) DEFAULT NULL, 51 profile_id varchar(32) DEFAULT NULL, 51 52 appr_code varchar(255) DEFAULT NULL, 52 53 profile_status enum('IGNORED','USED','ERROR','CREATED','UPDATED','DELETED') DEFAULT NULL, -
woocommerce-mpay24-gateway/trunk/gateway-mpay24.php
r1003623 r1006337 4 4 Plugin URI: http://wordpress.org/plugins/woocommerce-mpay24-gateway/ 5 5 Description: Add mPAY24 Payment Gateway to WooCommerce Plugin 6 Version: 1.4. 16 Version: 1.4.2 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.4. 1' );24 define( 'GATEWAY_MPAY24_VERSION', '1.4.2' ); 25 25 } 26 26 if ( ! defined( 'GATEWAY_MPAY24_TABLE_NAME' ) ) { -
woocommerce-mpay24-gateway/trunk/readme.txt
r1003626 r1006337 6 6 Requires at least: 3.5 7 7 Tested up to: 4.0 8 Stable tag: 1.4. 18 Stable tag: 1.4.2 9 9 License: GNU General Public License v3.0 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 77 77 == Changelog == 78 78 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 79 84 = 1.4.1 - 2014-10-08 = 80 85
Note: See TracChangeset
for help on using the changeset viewer.