Skip to content

Commit 4a6b5fe

Browse files
Merge pull request #212 from TycheSoftwares/V4.7.1
Removed the labels for shipping and billing address.
2 parents 12bbaed + 435e45c commit 4a6b5fe

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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.7.0';
39+
public static $plugin_version = '4.7.1';
4040

4141
/**
4242
* Plugin URL on current installation

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.7.1 (07.12.2022) =
342+
* Fix :- Fix :- Removed the labels for shipping and billing address. This was added in 4.7.0, which is now reverted back.
343+
341344
= 4.7.0 (06.12.2022) =
342345
* Fix :- Logo was not showing on Android phone earlier. This is fixed now.
343346
* Fix :- Display labels for shipping and billing address

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.7.0
8+
* Version: 4.7.1
99
* Author: Tyche Softwares
1010
* Author URI: https://www.tychesoftwares.com/
1111
* License: GPLv3 or later

0 commit comments

Comments
 (0)