Skip to content

Releases: TycheSoftwares/woocommerce-delivery-notes

Version 5.1.0

02 Jul 13:11
461fcef
Compare
Choose a tag to compare

= 5.1.0 (02.07.2024) =

  • Fix- Fixed an error in the debug log when the "Numbering" option is disabled.
  • Fix- Fixed a critical error on the invoice with the Woo Donations plugin to ensure compatibility.
  • Fix- Fixed the PDF font size for the default template.
  • Fix- Added new hook 'wcdn_head_pdf' to apply css to PDF.
  • Fix- Fixed the issue where printing orders in bulk did not separate individual orders onto separate pages.
  • Fix- Added a meta name of robots content noindex in the templates.

Version 5.0.2

12 Jun 12:45
caa89be
Compare
Choose a tag to compare

= 5.0.2 (12.06.2024) =

  • Fix - HTML tags are not functioning properly on the invoice.
  • Fix - Fatal error while placing the order, due to conflic with PDF Invoices & Packing Slips for WooCommerce plugin.

Version 5.0.1

07 Jun 11:40
695d104
Compare
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
Compare
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
Compare
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
Compare
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.6.5

08 Feb 06:53
739947d
Compare
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
Compare
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
Compare
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
Compare
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.