Skip to content

Commit

Permalink
Version 4.7.3
Browse files Browse the repository at this point in the history
Updated version to 4.7.3 and added changelog
  • Loading branch information
kartikparmar committed Mar 21, 2023
1 parent d778a80 commit 766d366
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/class-woocommerce-delivery-notes.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ final class WooCommerce_Delivery_Notes {
*
* @var string $plugin_version Current plugin version number
*/
public static $plugin_version = '4.7.2';
public static $plugin_version = '4.7.3';

/**
* Plugin URL on current installation
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ Please [contribute your translation](https://github.com/TycheSoftwares/woocommer

== Changelog ==

= 4.7.3 (21.03.2023) =
* Fix - Cross-Site Request Forgery vulnerability in the plugin.

= 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.
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-delivery-notes.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin Name: Print Invoice & Delivery Notes for WooCommerce
* Plugin URI: https://www.tychesoftwares.com/
* Description: Print Invoices & Delivery Notes for WooCommerce Orders.
* Version: 4.7.2
* Version: 4.7.3
* Author: Tyche Softwares
* Author URI: https://www.tychesoftwares.com/
* License: GPLv3 or later
Expand All @@ -14,7 +14,7 @@
* Domain Path: /languages
* Requires PHP: 5.6
* WC requires at least: 3.0.0
* WC tested up to: 7.3.0
* WC tested up to: 7.5.0
* Tested up to: 6.1.1
*
* Copyright 2019 Tyche Softwares
Expand Down

0 comments on commit 766d366

Please sign in to comment.