Changeset 1542083
- Timestamp:
- 11/28/2016 03:35:32 PM (9 years ago)
- Location:
- woocommerce-mpay24-gateway
- Files:
-
- 2 edited
-
tags/1.5.2/gateway-mpay24.php (modified) (2 diffs)
-
trunk/gateway-mpay24.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-mpay24-gateway/tags/1.5.2/gateway-mpay24.php
r1542060 r1542083 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. 16 Version: 1.5.2 7 7 Author: datenwerk innovationsagentur GmbH 8 8 Author URI: http://www.datenwerk.at 9 9 Requires at least: 3.5 10 Tested up to: 4. 0.110 Tested up to: 4.6.1 11 11 */ 12 12 … … 22 22 23 23 if ( ! defined( 'GATEWAY_MPAY24_VERSION' ) ) { 24 define( 'GATEWAY_MPAY24_VERSION', '1.5. 1' );24 define( 'GATEWAY_MPAY24_VERSION', '1.5.2' ); 25 25 } 26 26 if ( ! defined( 'GATEWAY_MPAY24_TABLE_NAME' ) ) { -
woocommerce-mpay24-gateway/trunk/gateway-mpay24.php
r1542060 r1542083 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. 16 Version: 1.5.2 7 7 Author: datenwerk innovationsagentur GmbH 8 8 Author URI: http://www.datenwerk.at 9 9 Requires at least: 3.5 10 Tested up to: 4. 0.110 Tested up to: 4.6.1 11 11 */ 12 12 … … 22 22 23 23 if ( ! defined( 'GATEWAY_MPAY24_VERSION' ) ) { 24 define( 'GATEWAY_MPAY24_VERSION', '1.5. 1' );24 define( 'GATEWAY_MPAY24_VERSION', '1.5.2' ); 25 25 } 26 26 if ( ! defined( 'GATEWAY_MPAY24_TABLE_NAME' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.