Plugin Directory

Changeset 2344008


Ignore:
Timestamp:
07/21/2020 10:05:59 AM (6 years ago)
Author:
iplus
Message:

versione 2.0.2

Location:
smallpay
Files:
39 added
3 edited

Legend:

Unmodified
Added
Removed
  • smallpay/trunk/includes/class-wc-gateway-smallpay.php

    r2337325 r2344008  
    234234                                    'orderby' => 'date',
    235235                                    'order' => 'DESC',
     236                                    'payment_method' => 'smallpay',
    236237                                    'return' => 'ids',
    237238                                    ));
  • smallpay/trunk/readme.txt

    r2337860 r2344008  
    88WC Requires at least: 3.0.0
    99WC Tested up to: 3.6.3
    10 Stable tag: 2.0.1
     10Stable tag: 2.0.2
    1111License: GNU General Public License v3.0
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8484 
    8585 = 2.0.1 =
    86  * Fixed - Missing file
     86 * Fixed - Missing file
     87 
     88  = 2.0.2 =
     89 * Changed - Optimized backoffice widget
  • smallpay/trunk/smallpay.php

    r2337860 r2344008  
    55 * Plugin URI:
    66 * Description: Official SmallPay plugin.
    7  * Version: 2.0.1
     7 * Version: 2.0.0
    88 * Author: SmallPay Srl
    99 * Author URI: https://www.smallpay.it
     
    2323}
    2424
    25 define('SPWC_PLUGIN_VERSION', '2.0.1');
     25define('SPWC_PLUGIN_VERSION', '2.0.2');
    2626
    2727class WC_SmallPay
Note: See TracChangeset for help on using the changeset viewer.