Skip to content

Commit 739947d

Browse files
authored
Merge pull request #200 from TycheSoftwares/v4.6.5
V4.6.5
2 parents 0afcb03 + a4205ce commit 739947d

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

woocommerce-delivery-notes/includes/class-woocommerce-delivery-notes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ final class WooCommerce_Delivery_Notes {
3636
*
3737
* @var string $plugin_version Current plugin version number
3838
*/
39-
public static $plugin_version = '4.6.4';
39+
public static $plugin_version = '4.6.5';
4040

4141
/**
4242
* Plugin URL on current installation

woocommerce-delivery-notes/readme.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: ashokrane, tychesoftwares, rashmim, shasvat
44
Donate link: https://www.paypal.me/TycheSoftwares
55
Tags: packing slips, invoice, pdf invoice, delivery notes, woocommerce print invoice, print, pdf, invoices
66
Requires at least: 4.0
7-
Tested up to: 5.8
7+
Tested up to: 5.9
88
Author URI: https://www.tychesoftwares.com/
99
Stable tag: trunk
1010
License: GPLv3 or later
@@ -338,6 +338,15 @@ Please [contribute your translation](https://github.com/TycheSoftwares/woocommer
338338

339339
== Changelog ==
340340

341+
= 4.6.5 (08.02.2022) =
342+
* Enhancement :- Added an option to print the invoice text in Right to Left direction.
343+
* Enhancement :- Added a filter called 'wcdn_product_meta_data' to remove the meta fields of the product in the invoice.
344+
* Fix :- Quantity column was showing wrong total in the print invoice on the frontend when the invoice contains WooCommerce Composite products.
345+
* Fix :- Extra tabs were added in the bulk action print link.
346+
* Fix :- When using the file field in the WooCommerce Product Addons plugin whole path was getting printed instead of the filename.
347+
* Fix :- The invoice number was not appearing when we open the invoice from the Order email sent to the customer.
348+
* Fix :- Debug log errors are been fixed.
349+
341350
= 4.6.4 (21.07.2021) =
342351
* 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.
343352

woocommerce-delivery-notes/woocommerce-delivery-notes.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin Name: Print Invoice & Delivery Notes for WooCommerce
66
* Plugin URI: https://www.tychesoftwares.com/
77
* Description: Print Invoices & Delivery Notes for WooCommerce Orders.
8-
* Version: 4.6.4
8+
* Version: 4.6.5
99
* Author: Tyche Softwares
1010
* Author URI: https://www.tychesoftwares.com/
1111
* License: GPLv3 or later
@@ -14,8 +14,8 @@
1414
* Domain Path: /languages
1515
* Requires PHP: 5.6
1616
* WC requires at least: 3.0.0
17-
* WC tested up to: 5.5
18-
* Tested up to: 5.8
17+
* WC tested up to: 6.1
18+
* Tested up to: 5.9
1919
*
2020
* Copyright 2019 Tyche Softwares
2121
*

0 commit comments

Comments
 (0)