Changeset 2682500
- Timestamp:
- 02/21/2022 03:09:18 PM (4 years ago)
- Location:
- paperdork/trunk
- Files:
-
- 3 edited
-
classes/Paperdork.php (modified) (1 diff)
-
functions.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
paperdork/trunk/classes/Paperdork.php
r2677015 r2682500 274 274 275 275 if(($customer->is_company() && $customer->is_outside_NL()) || 276 ($customer->is_private() && $customer->is_outside_EU() && !$product->is_virtual()))276 ($customer->is_private() && $customer->is_outside_EU())) 277 277 { 278 278 $item_rate = 0; -
paperdork/trunk/functions.php
r2677019 r2682500 4 4 * Plugin Name: Paperdork voor WooCommerce 5 5 * Description: Met de Paperdork plugin kun je jouw WooCommerce webshop automatisch koppelen aan je Paperdork boekhouding. Zet bestellingen automatisch in je administratie, verstuur Paperdork facturen naar je klanten en meer. 6 * Version: 1.2. 46 * Version: 1.2.5 7 7 * Requires PHP: 7.2 8 8 * Author: Paperdork … … 14 14 } 15 15 16 define('PAPERDORK_VERSION', '1.2. 4');16 define('PAPERDORK_VERSION', '1.2.5'); 17 17 18 18 require_once(__DIR__.'/classes/Paperdork.php'); -
paperdork/trunk/readme.txt
r2677019 r2682500 4 4 Requires at least: 5.0 5 5 Tested up to: 5.8.3 6 Stable tag: 1.2. 46 Stable tag: 1.2.5 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 41 41 42 42 == Changelog == 43 = 1.2.5 = 44 * Bug fix 45 43 46 = 1.2.4 = 44 47 * Het BTW nummer is nu makkelijker te vinden in de bestelgegevens
Note: See TracChangeset
for help on using the changeset viewer.