Plugin Directory

Changeset 2975531


Ignore:
Timestamp:
10/06/2023 11:37:06 AM (2 years ago)
Author:
PerfectSolution
Message:

Update trunk/ - 7.0.4

Location:
woocommerce-quickpay
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woocommerce-quickpay/tags/7.0.4/README.txt

    r2974637 r2975531  
    2828
    2929== 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
    3033= 7.0.3 =
    3134* Fix: Update autofee helper text.
  • woocommerce-quickpay/tags/7.0.4/classes/woocommerce-quickpay-helper.php

    r2924617 r2975531  
    9797            'DJF',
    9898            'GNF',
    99             'ISK',
    10099            'JPY',
    101100            'KMF',
  • woocommerce-quickpay/tags/7.0.4/woocommerce-quickpay.php

    r2974637 r2975531  
    44 * Plugin URI: http://wordpress.org/plugins/woocommerce-quickpay/
    55 * Description: Integrates your QuickPay payment gateway into your WooCommerce installation.
    6  * Version: 7.0.3
     6 * Version: 7.0.4
    77 * Author: Perfect Solution
    88 * Text Domain: woo-quickpay
     
    1818}
    1919
    20 define( 'WCQP_VERSION', '7.0.3' );
     20define( 'WCQP_VERSION', '7.0.4' );
    2121define( 'WCQP_URL', plugins_url( __FILE__ ) );
    2222define( 'WCQP_PATH', plugin_dir_path( __FILE__ ) );
  • woocommerce-quickpay/trunk/README.txt

    r2974637 r2975531  
    2828
    2929== 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
    3033= 7.0.3 =
    3134* Fix: Update autofee helper text.
  • woocommerce-quickpay/trunk/classes/woocommerce-quickpay-helper.php

    r2924617 r2975531  
    9797            'DJF',
    9898            'GNF',
    99             'ISK',
    10099            'JPY',
    101100            'KMF',
  • woocommerce-quickpay/trunk/woocommerce-quickpay.php

    r2974637 r2975531  
    44 * Plugin URI: http://wordpress.org/plugins/woocommerce-quickpay/
    55 * Description: Integrates your QuickPay payment gateway into your WooCommerce installation.
    6  * Version: 7.0.3
     6 * Version: 7.0.4
    77 * Author: Perfect Solution
    88 * Text Domain: woo-quickpay
     
    1818}
    1919
    20 define( 'WCQP_VERSION', '7.0.3' );
     20define( 'WCQP_VERSION', '7.0.4' );
    2121define( 'WCQP_URL', plugins_url( __FILE__ ) );
    2222define( 'WCQP_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.