Skip to content

Releases: TycheSoftwares/woocommerce-delivery-notes

Version 5.0.1

07 Jun 11:40
695d104

Choose a tag to compare

= 5.0.1 (07.06.2024) =

  • Fix - Logo printing double.
  • Fix - Bulk Action Print Invoice issue.

Version 5.0.0

05 Jun 07:09
f141a30

Choose a tag to compare

= 5.0.0 (05.06.2024) =
This release contains a major update for the plugin, focusing primarily on the all-new backend user interface, along with several bug fixes.
Major Updates:

  • Changed the UI of plugin settings page.
  • Added a setting for template type, and now customize your template with different settings.
  • Added a template setting page to customize the template.
  • Added live preview for customization of the template.
  • Added size setting for the company logo.
  • Added setting To store PDF files for a specific duration.
  • Added email attachment with template PDF files.
  • Added Invoice menu in the WooCommerce menu.

Bug fixes :

  • Fix: Bulk printing being initiated multiple times
  • Fix: Translations for the print link in emails do not work

Version 4.7.3

21 Mar 08:45

Choose a tag to compare

= 4.7.3 (21.03.2023) =

  • Fix - Cross-Site Request Forgery vulnerability in the plugin.

Version 4.7.2

02 Feb 10:29
00f522a

Choose a tag to compare

Changelog
= 4.7.2 (02.02.2023) =

  • Fix - Fixed a Reflected XSS vulnerability in the plugin.
  • Fix - Fixed a fatal error which occurs when plugins apart from ours are customizing the Bulk Actions on the WooCommerce Orders page.

Version 4.7.1

07 Dec 12:08
4a6b5fe

Choose a tag to compare

  • Fix :- Removed the labels for shipping and billing address. This was added in 4.7.0, which is now reverted back.

Version 4.7.0

06 Dec 13:00

Choose a tag to compare

Fix:- Logo was not showing on Android phones earlier. This is fixed now.
Fix:- Display labels for shipping and billing address
Fix:- Removed redundant "Refund" line.
Fix:- Compatibility with WooCommerce Product Addons plugin. All the fields from the plugin will be shown in the Invoice, Receipt & Delivery Note.

Version 4.6.5

08 Feb 06:53
739947d

Choose a tag to compare

  • Enhancement :- Added an option to print the invoice text in Right to Left direction.
  • Enhancement :- Added a filter called 'wcdn_product_meta_data' to remove the meta fields of the product in the invoice.
  • Fix :- Quantity column was showing wrong total in the print invoice on the frontend when the invoice contains WooCommerce Composite products.
  • Fix :- Extra tabs were added in the bulk action print link.
  • Fix :- When using the file field in the WooCommerce Product Addons plugin whole path was getting printed instead of the filename.
  • Fix :- The invoice number was not appearing when we open the invoice from the Order email sent to the customer.
  • Fix :- Debug log errors are been fixed.

Version 4.6.4

21 Jul 10:04
46c6531

Choose a tag to compare

  • Fix :- After updating to v4.6.3 , fatal error was coming in some sites where the invoice template has been customized by copying print-content.php file in the theme folder. This is fixed now.

Version 4.6.3

19 Jul 08:29
0ea3c64

Choose a tag to compare

Fix :- Fixed the errors coming with PHP 8.
Fix :- Shipping address was not printed in invoice when the order is created manually. This is fixed now.
Fix :- When printing receipts, the number of downloaded files is displayed as “%s files”. This is fixed now. Props to @inc2734 for the PR.
Dev :- Translated the plugin in Korean language. Props to @shga89 for the PR.

Version 4.6.2

12 Dec 07:17
21bd9e6

Choose a tag to compare

Enhancement :- Added an option to insert the print link in the admin emails.
Fix :- Strings of Bulk Printing options were not getting translated. This is fixed now. Props to @Pomegranate
Fix :- Finnish language locale name was incorrect. This is fixed now.
Fix :- Custom fields on WooCommerce product page from Product Input Fields for WooCommerce plugin were not coming in the invoice. This is fixed now.
Fix :- The BULK printing options of WooCommerce DYMO Print (PRO version) stopped working after installing our Print invoices plugin. This has been fixed. Props to @Pepbc
Tweak :- In FAQ page changed the code snippet to add the products image in the invoice.