Skip to content

Commit 46c6531

Browse files
authored
Merge pull request #188 from TycheSoftwares/v-4.6.4
v-4.6.4
2 parents 7b18f05 + 8352719 commit 46c6531

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.3';
39+
public static $plugin_version = '4.6.4';
4040

4141
/**
4242
* Plugin URL on current installation

woocommerce-delivery-notes/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,9 @@ Please [contribute your translation](https://github.com/TycheSoftwares/woocommer
338338

339339
== Changelog ==
340340

341+
= 4.6.4 (21.07.2021) =
342+
* 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.
343+
341344
= 4.6.3 (19.07.2021) =
342345
* Fix :- Fixed the errors coming with PHP 8.
343346
* Fix :- Shipping address was not printed in invoice when the order is created manually. This is fixed now.

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

Lines changed: 1 addition & 1 deletion
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.3
8+
* Version: 4.6.4
99
* Author: Tyche Softwares
1010
* Author URI: https://www.tychesoftwares.com/
1111
* License: GPLv3 or later

0 commit comments

Comments
 (0)