Skip to content

Releases: TycheSoftwares/Print-Invoice-Delivery-Notes-for-WooCommerce

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.7.1

07 Dec 12:08
4a6b5fe
Compare
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
Compare
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
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.

Version 4.6.1

23 Oct 12:11
4b9f646
Compare
Choose a tag to compare

Fix :- Tracker cron event was not running properly which is fixed now.
Dev :- With the help of filters now able to change the name of the print invoice and delivery notes in the dropdown menu on Orders page.

Version 4.6.0

22 Sep 07:31
036a9da
Compare
Choose a tag to compare
  • Fix :- Notice was coming since WooCommerce V4.4.0 which is fixed now.
  • Fix :- Bulk printing function was using old hooks & filters.Have changed them with the new ones.
  • Dev :- Now the Total number of quantity of the products in the row of quantity in invoice will be shown.
  • Dev :- With the help of filter now one can hide the child products in Composite Products.
  • Dev :- Translated the plugin in Greek language. Props to @edeuter for the PR.