PluginProbe
PostNL for WooCommerce / 4.0.0
PostNL for WooCommerce v4.0.0
5.9.12 5.9.11 5.9.10 5.9.9 5.9.8 5.9.7 5.9.6 trunk 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 3.1.4 3.1.5 3.1.6 3.1.7 4.0.0 4.0.1 4.0.2 4.3.2 4.3.3 4.4.0 4.4.1 All 72 releases
woo-postnl / readme.txt

readme.txt in PostNL for WooCommerce 4.0.0, at readme.txt

561 lines 22.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Plugin Name ===
2 Contributors: richardperdaan, ademdemir, edielemoine
3 Tags: woocommerce, export, delivery, packages, postnl, flespakket, postnl
4 Requires at least: 3.5.1 & WooCommerce 2.0+
5 Tested up to: 5.5.1
6 Stable tag: trunk
7 Requires PHP: 7.1
8 License: GPLv3 or later
9 License URI: http://www.opensource.org/licenses/gpl-license.php
10
11 Export your WooCommerce orders to PostNL (www.postnl.nl) or to Flespakket (www.flespakket.nl) and print labels directly from the WooCommerce admin
12
13 == Description ==
14 [vimeo https://vimeo.com/241571840]
15 This WooCommerce extension allows you to export your orders to the PostNL service (www.postnl.nl) & Flespakket service (www.flespakket.nl). The products are delivered by PostNL.
16
17 **Online Manual (in Dutch):** [https://postnlnl.github.io/woocommerce/](https://postnlnl.github.io/woocommerce/)
18
19 = Main features =
20 - Delivery options integrated in your checkout
21 - Export your WooCommerce orders to PostNL with a simple click, single orders or in batch
22 - Print shipping labels directly (PDF)
23 - Create multiple shipments for the same order
24 - Choose your package type (Parcel, mailbox package or unpaid letter)
25 - Define preset PostNL shipping options (signature required, extra insurance, etc.)
26 - Modify the PostNL shipping options per order before exporting
27 - Extra checkout fields to separate street name, house number and house number suffix for more precise address data
28 - View the status of the shipment in the order details page
29 - Add Track & Trace link to the order confirmation email
30
31 An API-key is required for this plugin! You can create this in your backoffice account.
32
33 == Installation ==
34
35 = Automatic installation =
36 Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't even need to leave your web browser. To do an automatic install of WooCommerce PostNL, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.
37
38 In the search field type "WooCommerce PostNL" and click Search Plugins. You can install it by simply clicking Install Now. After clicking that link you will be asked if you're sure you want to install the plugin. Click yes and WordPress will automatically complete the installation.
39
40 = Manual installation via the WordPress interface =
41 1. Download the plugin zip file to your computer
42 2. Go to the WordPress admin panel menu Plugins > Add New
43 3. Choose upload
44 4. Upload the plugin zip file, the plugin will now be installed
45 5. After installation has finished, click the 'activate plugin' link
46
47 = Manual installation via FTP =
48 1. Download the plugin file to your computer and unzip it
49 2. Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation's wp-content/plugins/ directory.
50 3. Activate the plugin from the Plugins menu within the WordPress admin.
51
52 = Setting up the plugin =
53 1. Go to the menu `WooCommerce > PostNL`.
54 2. Fill in your API Details. If you don't have API details, log into your PostNL or Flespakket account, you can find your API key under Instellingen → Algemeen.
55 3. Under 'Default export settings' you can set options that should be set by default for the export. You can change these settings per order at the time of export.
56 4. The plugin is ready to be used!
57
58 = Testing =
59 We advise you to test the whole checkout procedure once to see if everything works as it should. Pay special attention to the following:
60
61 The PostNL plugin adds extra fields to the checkout of your webshop, to make it possible for the client to add street name, number and optional additions separately. This way you can be sure that everything is entered correctly. Because not all checkouts are configured alike, it's possible that the positioning/alignment of these extra fields have to be adjusted.
62
63 Moreover, after a label is created, a Track & Trace code is added to the order. When the order is completed from WooCommerce, this Track & Trace code is added to the email (when this is enabled in the settings). Check that the code is correctly displayed in your template. You can read how to change the text in the FAQ section.
64
65 == Frequently Asked Questions ==
66
67 **Online Manual (in Dutch):** [https://postnlnl.github.io/woocommerce/](https://postnlnl.github.io/woocommerce/)
68
69 = How do I get an API key? =
70 When logged in on your PostNL or Flespakket account, you can find your API key under Instellingen → Algemeen.
71
72 = How do I change the Track & Trace email text? =
73 You can change the text (which is placed above the order details table by default) by applying the following filter:
74 `
75 add_filter( 'wcpostnl_email_text', 'wcpostnl_new_email_text' );
76 function wcpostnl_new_email_text($track_trace_tekst) {
77 // Tutoyeren ipv vousvoyeren
78 $nieuwe_tekst = 'Je kunt je bestelling volgen met het volgende PostNL Track & Trace nummer:';
79 return $nieuwe_tekst;
80 }
81 `
82
83 == Screenshots ==
84
85 1. Export or print PostNL label per order
86 2. Bulk export or print PostNL labels
87 3. Change the shipment options for an order
88 4. PostNL actions on the order overview page
89 5. PostNL information on the order details page
90
91 == Changelog ==
92
93 = 4.0.0 (2021-01-04) =
94 * Fix: Shipping classes not saving
95 * Fix: Drop off days
96 * Fix: WooCommerce PDF Invoices & Packing Slips placeholders compatibility
97 * Fix: Calculate DPZ weight
98 * Fix: Error delivery_date is too early
99 * Fix: Multiple barcode in order note
100 * Fix: Maximum label description lenght of 45 characters
101 * Fix: Error on checkout when using custom address fields
102 * Fix: Crack down on invalid package types
103 * Fix: 4.1.0 migration fatal errors
104 * Fix: PHP Fatal error: Uncaught TypeError: Return value of WCPN_Export::getPackageTypeFromOrder()
105 * Fix: Wrong label for "show delivery day" setting.
106 * Fix: Error on sending return email.
107 * Fix: Allow split address field for Belgium as well.
108 * Fix: Add options that were missing in 4.0.0
109 * Fix: Rename at_home_delivery to delivery_title
110 * Fix: Monday delivery
111 * Fix: Free_shipping linked to package then you should also see the delivery options
112 * Fix: If you have a shipping method with flatrate: 181 and the method gives flatrate: 18 then you should not see the delivery options
113 * Fix: Error CRITICAL Uncaught TypeError: Return value of WCPN_Export::getShippingMethod()
114 * Fix: Disable order status delivered
115 * Fix: Package type not being recognized
116 * Fix: migrate all package types in export defaults settings
117 * Fix: Failed opening class-wcpost-settings.php
118 * Fix: Old settings non existent error
119 * Fix: Class naming for theme compatibility
120 * Fix: Show delivery options with a shipping class and with tablerates
121 * Fix: Wrong meta variable country of origin
122 * Fix: Html layout of shipment summary settings and searching in WooCommerce orders overview
123 * Fix: Translations
124 * Fix: Export pickup locations
125 * Fix: When deliveryType is empty use default package
126 * Fix: Html layout of shipment summary and searching in WooCommerce orders overview
127 * Fix: HS code
128 * Fix: Delete options keep old shipments
129 * Fix: Insurance possibilities
130 * Fix: Barcode in orderview
131 * Fix: Housenumber and suffix
132 * Improvement: support WP-Multilang
133 * Improvement: All enabled/disabled dropdowns replaced with clickable toggles.
134 * Improvement: Show package type and delivery date instead of "details".
135 * Improvement: Add label description for individual shipments.
136 * Improvement: Loading speed/experience.
137 * Improvement: Spinner for order grid bulk actions.
138 * Improvement: make default export settings show up in shipment options.
139 * Improvement: show delivery date in order grid for any order that has one (only when "show delivery day" setting is enabled).
140 * Improvement: Automatic insurance
141 * Improvement: Add empty parcel weight option
142 * Improvement: Add multicollo option
143 * Improvement: Country of origin
144 * Improvement: New checkout and SDK
145 * Improvement: V2 shipment endpoint
146 * Improvement: HS code for variable product
147
148 = 3.2.1 (2020-02-04) =
149 * Fix: The recursive delivery date loop and full cache
150
151 = 3.2.0 (2020-01-27) =
152 * Fix: Since November is it no longer possible to use pickup express.
153 * Fix: Warning: invalid argument supplied .... class-wc-shipping-flat-rate.php.
154
155 = 3.1.8 (2019-11-12) =
156 * Fix: Check if there is connection with PostNL
157
158 = 3.1.7 (2019-07-16) =
159 * Fix: Search in order grid PostNL shipment
160 * Fix: More than 5 products for World shipments
161
162 = 3.1.6 (2019-07-04) =
163 * Fix: Use constants for delivery_type
164 * Fix: Saturday cutoff time
165 * Fix: Shipping method issue with pickup
166
167 = 3.1.5 (2019-05-14) =
168 * Improvement: Add the link for the personalized Track & Trace page (portal)
169 * Improvement: Show deliverday only for NL shipments
170 * Improvement: Cut the product title after 50 characters
171 * Improvement: Barcode in order grid
172 * Fix: Translation house number again button
173 * Fix: Set default to 0 if there's no tax rate set up
174 * Fix: fix issue with shipping class term id
175 * Fix: trying to get property of non-object
176 * Fix: Shipment validation error (PakjeGemak)
177
178 = 3.1.4 (2019-03-18) =
179 * Fix: Delivery date when deliveryday window is 0
180 * Fix: Change `afgevinkt` to `uitgevinkt`
181 * Preparation: Move Great Britain to world shipment for the Brexit
182
183 = 3.1.3 (2019-02-26) =
184 * Fix: Showing delivery date in the order when consumer using safari
185 * Fix: Scrolling of the order overview when an input is clicked.
186
187 = 3.1.2 (2019-02-19) =
188 * Improvement: 18+ check
189 * Fix: Standard delivery text
190 * Fix: showing checkout
191
192 = 3.1.1 (2019-01-30) =
193 * Fix: Remove some styling code
194 * Fix: Text changes
195 * Fix: Hide delivery options
196 * Fix: Get the total weight on a later moment
197 * Fix: Unset weight by mailbox package
198 * Fix: Since WooCommerce 3.0, logging can be grouped by context (error code 0 when exporting / printing)
199 * Fix: The checkout is still loading when change the country.
200
201 * Improvement: Add maxlength to number suffix field
202 * Improvement: Translate all text inside the checkout
203 * Improvement: The option to give a discount on the shipping method ( negative amounts)
204
205 = 3.1.0 (2018-12-12) =
206 * Hotfix: Show delivery options when checkout form already filled in.
207
208 = 3.0.10 (2018-12-05) =
209 * Hotfix: Flashing of the order summary.
210
211 = 3.0.9 (2018-12-04) =
212 * Hotfix: Get mailbox delivery option and save it into the order.
213
214 = 3.0.8 (2018-12-04) =
215 * Fix: The multiple calls that are made to retrieve the shipping data.
216 * Fix: The option for Pick up extra early
217 * Fix: Wrong house number / postcode message and the possibility to adjust the address in the PostNL checkout
218 * Fix: Woocommerce tabel rates
219 * Improvement: Better support the default WooCommerce checkout address fields
220
221 = 3.0.7 (2018-11-20) =
222 * Fix: Set default values for dropoff days and delivery days window
223
224 = 3.0.6 (2018-11-16) =
225 * Fix: Remove concatenation from constant (causes an error on php version < 5.6)
226 * Fix: No more double address fields with delivery options disabled
227
228 = 3.0.5 (2018-11-15) =
229 * Fix: Error message about money_format
230 * Fix: Add the priority to the checkout field for support WooCommerce 3.5.1
231 * Fix: The PostNL logo is not visible with all browsers
232 * Improvement: Support Channel Engine
233 * Improvement: Information inside the checkout and the translations
234 * Improvement: Support WooCommerce default shipping fields (_address_1 and _address_2)
235
236 = 3.0.4 (2018-10-23) =
237 * Fix: mollie payments
238 * Improvement: Check for minimum php version (php 5.4)
239 * Improvement: Hide automatic pickup express if pickup is not enabled
240
241 = 3.0.3 (2018-10-09) =
242 * Fix: Problem with WooCommerce PDF Invoices & Packing Slips
243 * Fix: error about "Bewaar barcode in een notitie" size
244 * Fix: Turn of the option allow Pickup Express
245 * Fix: Save settings with a new update
246 * Improvement: PostNL delivery header titel
247 * Improvement: Support WooCommerce 3.5.0
248
249 = 3.0.2 (2018-10-09) =
250 * Fix: Error a non-numeric value encountered in class-wcpn-frontend-settings.php
251 * Fix: Notice Undefined index: checkout_position
252 * Fix: Add version number after the nl-checkout.css call
253
254 = 3.0.0 (2018-10-09) =
255 * Changes: The whole checkout has a new look. A choice has been made to go back to the basic checkout. The checkout is designed so that he will take the styling of the website.
256
257 These are the biggest changes:
258 * No use of libraries (only jQuery)
259 * No iframe is used
260 * The checkout is more stable
261 * Easier to implement improvements
262
263 * Fix: Use street and house number fields for export a Belgium order
264 * Fix: The at home or at work delivery title inside the checkout
265 * Fix: The default settings
266 * Improvement: The option to change the position of the checkout (edited)
267
268 = 3.0.0-beta.2 (2018-09-08) =
269 * Fix: at home delivery title
270 * Fix: Export Belgium delivery, use the street/number input fields
271
272 = 2.4.14 (2018-07-03) =
273 * Fix: Select the correct package type inside admin when there is one shipping used.
274
275 = 2.4.13 (2018-07-26) =
276 * Fix: Tabel rate shipping witch WooCommerce Table Rate Shipping by Automattic / Bolder Elements 4.0 / Bolder Elements 4.1.3
277 * Fix: The option to show the checkout only when he is linked to package
278
279 = 2.4.12 (2018-07-09) =
280 * Fix: #102 change Iceland to world shipping
281 * Fix: #106 tabel rates shipping
282 * Improvement: #94 support legacy consignment and tracktrace data
283 * Improvement: #95 Speed up order list view
284 * Improvement: #104 Add reference identifier, that is always the order id
285 = 2.4.11 (2018-04-30) =
286 * Fix: Export shipment labels
287
288 = 2.4.10 (2018-04-26) =
289 * Improvement: Support Effect Connect, you can place the barcode inside a note of the order
290
291 = 2.4.9 (2018-04-03) =
292 * Fix: Scrolling when changing package type in orderview
293 * Fix: Select the correct delivery methode inside the checkout
294 * Improvement: Support Cloudflare
295
296 = 2.4.8 (2018-02-27) =
297 * Fix: The array error from the userAgent (https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-in-wp-content-plugins-woocommerce-mypa/)
298 * Fix: The countries Norway, Turkey, Switzerland changed to world country
299 * Fix: Changing Type from Order List (https://wordpress.org/support/topic/changing-type-from-order-list/#post-10020043)
300
301 = 2.4.7 (2018-02-07) =
302 * Improvement: WooCommerce 3.3.1 compatibility
303
304 = 2.4.6 (2018-02-01) =
305 * Improvement: WooCommerce 3.3 compatibility
306 * Feature: The option to print the label on A4 and A6 format
307
308 = 2.4.5 (2018-01-10) =
309 * Fix: Export an order with an old delivery date
310 * Refactor: Error about rest api (https://wordpress.org/support/topic/error-in-woocommerce/)
311 ```des/class-wcpn-rest-api-integration.php): failed to open stream```
312
313 = 2.4.4 (2018-01-09) =
314 * Fix:Error about rest api (https://wordpress.org/support/topic/error-in-woocommerce/)
315 ```des/class-wcpn-rest-api-integration.php): failed to open stream```
316
317 = 2.4.3 (2018-01-05) =
318 * Fix: Add PostNL fields to REST api to create order request
319 * Fix: Hide days when the pickup delivery is selected
320
321 = 2.4.2 (2017-10-29) =
322 * Fix: Price changes for 2018
323
324
325 = 2.4.1 (2017-10-12) =
326 * Fix: WooCommerce 3.2 compatibility
327
328 = 2.4.0 (2017-09-25) =
329 * Feature: Export world shipments + customs declaration form
330 * Feature: Show delivery options on thank you page
331 * Feature: Use WC logger when possible
332 * Fix: Return shipment error
333 * Fix: Order details layout for pickup location
334 * Fix: Delete cache of admin notices
335 * Fix: Display of negative delivery options price
336 * Fix: Improved tax handling on delivery options fees
337
338 = 2.3.3 (2017-06-27) =
339 * Fix: Pickup locations in Safari
340
341 = 2.3.2 (2017-06-26) =
342 * Fix: Delivery options header order
343 * Feature: Support for region (=state) in international addresses
344 * Feature: Hide Delivery options if PostNL service is unavailable
345
346 = 2.3.1 (2017-06-12) =
347 * Fix: Table Rate Shipping + WooCommerce 2.6 (error in settings)
348
349 = 2.3.0 (2017-06-12) =
350 * Feature: WooCommerce Table Rate Shipping support (woocommerce.com & Bolder Elements 4.0)
351 * Feature: Support for monday delivery
352 * Feature: Start print position
353 * Feature: Individual label printing from the order details page
354 * Fix: Delivery options checkout in Edge browser
355 * Fix: HTTPS issue with google fonts
356 * Fix: Multi-colli printing
357 * Fix: Delivery options tax in WC3.0
358 * Fix: Disable 'signature on delivery' & 'recipient only' when switching to pickup location in checkout
359 * Fix: Improve order-based calculation of highest shipping class
360
361 = 2.2.0 (2017-04-03) =
362 * WooCommerce 3.0 compatible
363 * **Requires PHP version 5.3 or higher**
364 * Feature: Validate NL postcodes
365 * Fix: Multistep checkout
366 * Fix: Email text translation typo
367 * Fix: Remove spin button (arrows) for house number checkout field
368 * Fix: Issues creating return shipments
369 * Fix: Clear delivery options (&costs) when no longer available or deselected
370 * Fix: Error exporting foreign addresses & PayPal Express checkout
371
372 = 2.1.3 =
373 * Feature: Option to autoload google fonts in delivery options
374 * Feature: [DELIVERY_DATE] placeholder on label
375 * Various minor fixes
376
377 = 2.1.2 =
378 * Fix: Script error on the Thank You page (interfered with Facebook/Google tracking)
379 * Fix: Don't show delivery date (backend/emails) if delivery days window is 0 (=disabled)
380 * Tweak: Notice for BE shop owners
381 * Tweak: Sanity check for delivery options
382
383 = 2.1.1 =
384 * Fix: Delivery options iPad/iPhone issues
385 * Fix: Ignore badly formatted delivery options data
386 * Fix: Don't show delivery options when cart doesn't need shipping (downloads/virtual items)
387 * Fix: Delivery options container not found (explicitly uses window scope)
388 * Tweak: Shipping column width/float in order backend
389 * Tweak: Page reloading & print dialogue flow optimizations
390
391 = 2.1.0 =
392 * Feature: Select combinations of Flat Rate & Shipping Class to link parcel settings & delivery options display
393 * Feature: Option to show delivery options for all shipping methods (except foreign addresses)
394 * Feature: Pick colors for the delivery options
395 * Feature: Set custom styles (CSS) for delivery options
396 * Feature: Enter '0' for the delivery days window to hide dates in the delivery options
397 * Fix: Don't apply 'only recipient' fee for morning & night delivery (already included)
398 * Fix: Order search issues
399 * Fix: 404 header on delivery options
400 * Tweak: Several delivery options style adjustments
401 * Tweak: Reload page after exporting
402
403 = 2.0.5 =
404 * Fix default insurance selection
405 * Tweak: Show shipping 'method title' instead of 'title' in settings (with fallback to title)
406 * Tweak: added `$order` object to `wcpostnl_email_text` filter
407
408 = 2.0.4 =
409 * Improved theme compatibility
410
411 = 2.0.3 =
412 * Fix: Checkout option fees tax
413 * Fix: Settings page conditional options display
414 * Improved settings migration from previous versions
415
416 = 2.0.2 =
417 * Fix order search
418 * Default delivery options background to white
419
420 = 2.0.1 =
421 * Completely revamped settings & export interface
422 * New delivery options replaces old 'Pakjegemak':
423 * Postponed delivery (pick a delivery date)
424 * Home address only option
425 * Signature on delivery option
426 * Evening or morning delivery option
427 * PostNL Pickup & Early PostNL Pickup
428 * Possibility to assign cost to the above delivery options
429 * Create return labels from the WooCommerce backend
430 * Uses new PostNL API
431
432 = 1.5.6 =
433 * Fix: Disable pakjegemak if 'ship to different address' is disabled after selecting Pakjegemak location
434 * Fix: Use billing postcode for Pakjegemak Track & Trace
435
436 = 1.5.5 =
437 * Fix: Foreign postcodes validation fix.
438
439 = 1.5.4 =
440 * Fix: Various Pakjegemak related issues (now saves & sends pakjegemak address separately to PostNL)
441 * Fix: Postcode validation issues with Portugal
442
443 = 1.5.3 =
444 * Feature: Edit PostNL address fields on user profile page
445 * Fix: Bug with automatic order completion
446
447 = 1.5.2 =
448 * Feature: Option to keep old consignments when re-exporting
449 * Feature: Use billing name for pakjegemak (when empty)
450 * Feature: store pakjegemak choice
451 * Fix: prevent illegal export settings/combinations
452 * Tweak: Better error reporting
453 * Tweak: Small text changes (backend)
454
455 = 1.5.1 =
456 * Tweak: Added error when no consignments available when trying to print labels
457 * Tweak: Tip for direct processing of labels (when not enabled)
458 * Tweak: admin styles
459
460 = 1.5.0 =
461 * Feature: Shipment type setting (Pakket/Brievenbuspakje/Ongefrankeerd label)
462 * Feature: Multi-colli support
463 * Feature: More advanced insurance options
464 * Feature: Allow overriding pakjegemak passdata file via child theme (place in /woocommerce/)
465 * Fix: Backend address formatting/styles
466 * Fix: Unexpected output at first activation
467 * Tweak: Hide parcel settings for other shipment types
468 * Tweak: Remove deprecated comments field
469 * Tweak: Settings now under WooCommerce top menu
470 * Tweak: better error logging
471 * Dev: Code refactor
472
473 = 1.4.6 =
474 * Fix: Foreign Track & Trace link updated
475
476 = 1.4.5 =
477 * Tweak: Prevent label creation if direct processing is disabled. NOTE! If you had this setting disabled and were used to downloading the labels directly, you need to change this in the settings.
478 * Tweak: Remove required tags in checkout for disabled fields.
479
480 = 1.4.4 =
481 * Fix: error for missing shipping fields
482
483 = 1.4.3 =
484 * Fix: WooCommerce 2.2+ compatibility
485
486 = 1.4.2 =
487 * Fix: weight unit is now properly taken into account
488 * Tweak: different bulk action hook (for better compatibility)
489
490 = 1.4.1 =
491 * Fix: Broken special characters (ë, û, à etc.)
492 * Tweak: different API communication mode for secure configuration
493
494 = 1.4.0 =
495 * Feature: Print order number on label
496 * Feature: PakjeGemak integration
497 * Feature: Option to autocomplete order after successful export to PostNL
498 * Feature: Option to display Track & Trace link on my account page
499
500 = 1.3.8 =
501 * Fix: Big exports now run without any warnings/problems (was limited by the server)
502 * Fix: Names, cities etc. with quotes (')
503 * Fix: Error on combined foreign & Dutch exports
504 * Fix: IE9 compatibility
505
506 = 1.3.7 =
507 * Fix: Checkout placeholder data was being saved in older versions of Internet Explorer
508
509 = 1.3.6 =
510 * Feature: Option to download PDF or display in browser
511 * Fix: warnings when debug set to true & downloading labels directly after exporting
512 * Fix: WooCommerce 2.1 bug with copying foreign address data
513
514 = 1.3.5 =
515 * Fix: Errors when trashing & restoring trashed orders
516
517 = 1.3.4 =
518 * Fix: Errors on foreign country export
519 * Fix: legacy address data is now also displayed properly
520 * Tweak: background scrolling locked when exporting
521
522 = 1.3.3 =
523 * Fix: Checks for required fields
524 * Tweak: Improved address formatting
525 * Tweak: Removed placeholders on house number & suffix for better compatibility with old browsers
526
527 = 1.3.2 =
528 * Fix: Description labels for Custom ID ('Eigen kenmerk') & Message ('Optioneel bericht')
529
530 = 1.3.1 =
531 * Fix: button image width
532
533 = 1.3.0 =
534 * New PostNL icons
535 * Export & PDF buttons compatible with WC2.1 / MP6 styles
536 * Button styles are now in CSS instead of inline
537
538 = 1.2.0 =
539 * Feature: The PostNL checkout fields (street name / house number) can now also be modified on the my account page
540 * Fix: WooCommerce 2.1 compatibility (checkout field localisation is now in WC core)
541 * Updated PostNL tariffs
542
543 = 1.1.1 =
544 * Fix: Labels for Custom id ('Eigen kenmerk') & Message ('Optioneel bericht') in the export window were reversed
545 * Fix: Removed depricated functions for better WooCommerce 2.1 compatibility
546
547 = 1.1.0 =
548 * Made extra checkout fields exclusive for dutch customers.
549 * Show process indicator during export.
550 * Various bugfixes.
551
552 = 1.0.0 =
553 * First release.
554
555 == Upgrade Notice ==
556 = 2.1 =
557 **Important!** Version 2.0 was a big update for this plugin, we recommend testing in a test environment first, before updating on a live site!
558
559 = 4.0.0 =
560 **Important!** Version 4.0.0 was a big update for this plugin, we recommend testing in a test environment first, before updating on a live site!
561