Changeset 2975531
- Timestamp:
- 10/06/2023 11:37:06 AM (2 years ago)
- Location:
- woocommerce-quickpay
- Files:
-
- 6 edited
- 1 copied
-
tags/7.0.4 (copied) (copied from woocommerce-quickpay/trunk)
-
tags/7.0.4/README.txt (modified) (1 diff)
-
tags/7.0.4/classes/woocommerce-quickpay-helper.php (modified) (1 diff)
-
tags/7.0.4/woocommerce-quickpay.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/classes/woocommerce-quickpay-helper.php (modified) (1 diff)
-
trunk/woocommerce-quickpay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-quickpay/tags/7.0.4/README.txt
r2974637 r2975531 28 28 29 29 == Changelog == 30 = 7.0.4 = 31 * Fix: Remove ISK from list of non-decimal currencies as the QuickPay API requires ISK amount to be multiplied 32 30 33 = 7.0.3 = 31 34 * Fix: Update autofee helper text. -
woocommerce-quickpay/tags/7.0.4/classes/woocommerce-quickpay-helper.php
r2924617 r2975531 97 97 'DJF', 98 98 'GNF', 99 'ISK',100 99 'JPY', 101 100 'KMF', -
woocommerce-quickpay/tags/7.0.4/woocommerce-quickpay.php
r2974637 r2975531 4 4 * Plugin URI: http://wordpress.org/plugins/woocommerce-quickpay/ 5 5 * Description: Integrates your QuickPay payment gateway into your WooCommerce installation. 6 * Version: 7.0. 36 * Version: 7.0.4 7 7 * Author: Perfect Solution 8 8 * Text Domain: woo-quickpay … … 18 18 } 19 19 20 define( 'WCQP_VERSION', '7.0. 3' );20 define( 'WCQP_VERSION', '7.0.4' ); 21 21 define( 'WCQP_URL', plugins_url( __FILE__ ) ); 22 22 define( 'WCQP_PATH', plugin_dir_path( __FILE__ ) ); -
woocommerce-quickpay/trunk/README.txt
r2974637 r2975531 28 28 29 29 == Changelog == 30 = 7.0.4 = 31 * Fix: Remove ISK from list of non-decimal currencies as the QuickPay API requires ISK amount to be multiplied 32 30 33 = 7.0.3 = 31 34 * Fix: Update autofee helper text. -
woocommerce-quickpay/trunk/classes/woocommerce-quickpay-helper.php
r2924617 r2975531 97 97 'DJF', 98 98 'GNF', 99 'ISK',100 99 'JPY', 101 100 'KMF', -
woocommerce-quickpay/trunk/woocommerce-quickpay.php
r2974637 r2975531 4 4 * Plugin URI: http://wordpress.org/plugins/woocommerce-quickpay/ 5 5 * Description: Integrates your QuickPay payment gateway into your WooCommerce installation. 6 * Version: 7.0. 36 * Version: 7.0.4 7 7 * Author: Perfect Solution 8 8 * Text Domain: woo-quickpay … … 18 18 } 19 19 20 define( 'WCQP_VERSION', '7.0. 3' );20 define( 'WCQP_VERSION', '7.0.4' ); 21 21 define( 'WCQP_URL', plugins_url( __FILE__ ) ); 22 22 define( 'WCQP_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.