Changeset 2298614
- Timestamp:
- 05/05/2020 03:48:35 PM (6 years ago)
- Location:
- smartaccounts/trunk
- Files:
-
- 3 edited
-
SmartAccountsClass.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
smartaccounts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smartaccounts/trunk/SmartAccountsClass.php
r2298313 r2298614 272 272 'completed' 273 273 ]; 274 } 275 if ( ! isset($currentSettings->offer_statuses) || ! is_array($currentSettings->offer_statuses)) { 276 $currentSettings->offer_statuses = []; 274 277 } 275 278 -
smartaccounts/trunk/readme.txt
r2298313 r2298614 59 59 == Changelog == 60 60 61 = 3.0. 5=61 = 3.0.6 = 62 62 Improved pricing when sale price is set. 63 63 -
smartaccounts/trunk/smartaccounts.php
r2298313 r2298614 4 4 * Plugin URI: https://github.com/smartman/woocommerce_smartaccounts 5 5 * Description: This plugin creates sales invoices in the smartaccounts.ee Online Accounting Software after Woocommerce order creation 6 * Version: 3.0. 56 * Version: 3.0.6 7 7 * Author: Margus Pala 8 8 * Author URI: https://marguspala.com
Note: See TracChangeset
for help on using the changeset viewer.