Skip to content

Commit 766d366

Browse files
committed
Version 4.7.3
Updated version to 4.7.3 and added changelog
1 parent d778a80 commit 766d366

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.2';
39+
public static $plugin_version = '4.7.3';
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.3 (21.03.2023) =
342+
* Fix - Cross-Site Request Forgery vulnerability in the plugin.
343+
341344
= 4.7.2 (02.02.2023) =
342345
* Fix - Fixed a Reflected XSS vulnerability in the plugin.
343346
* Fix - Fixed a fatal error which occurs when plugins apart from ours are customizing the Bulk Actions on the WooCommerce Orders page.

woocommerce-delivery-notes.php

Lines changed: 2 additions & 2 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.7.2
8+
* Version: 4.7.3
99
* Author: Tyche Softwares
1010
* Author URI: https://www.tychesoftwares.com/
1111
* License: GPLv3 or later
@@ -14,7 +14,7 @@
1414
* Domain Path: /languages
1515
* Requires PHP: 5.6
1616
* WC requires at least: 3.0.0
17-
* WC tested up to: 7.3.0
17+
* WC tested up to: 7.5.0
1818
* Tested up to: 6.1.1
1919
*
2020
* Copyright 2019 Tyche Softwares

0 commit comments

Comments
 (0)