Plugin Directory

Changeset 2298614


Ignore:
Timestamp:
05/05/2020 03:48:35 PM (6 years ago)
Author:
marguspala
Message:

version 3.0.6

Location:
smartaccounts/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • smartaccounts/trunk/SmartAccountsClass.php

    r2298313 r2298614  
    272272                'completed'
    273273            ];
     274        }
     275        if ( ! isset($currentSettings->offer_statuses) || ! is_array($currentSettings->offer_statuses)) {
     276            $currentSettings->offer_statuses = [];
    274277        }
    275278
  • smartaccounts/trunk/readme.txt

    r2298313 r2298614  
    5959== Changelog ==
    6060
    61 = 3.0.5 =
     61= 3.0.6 =
    6262Improved pricing when sale price is set.
    6363
  • smartaccounts/trunk/smartaccounts.php

    r2298313 r2298614  
    44 * Plugin URI: https://github.com/smartman/woocommerce_smartaccounts
    55 * Description: This plugin creates sales invoices in the smartaccounts.ee Online Accounting Software after Woocommerce order creation
    6  * Version: 3.0.5
     6 * Version: 3.0.6
    77 * Author: Margus Pala
    88 * Author URI: https://marguspala.com
Note: See TracChangeset for help on using the changeset viewer.