Skip to content

Commit cedb35d

Browse files
authored
Merge pull request #421 from TycheSoftwares/Version-change=5.4.1
version change and changelog-5.4.1
2 parents 75d3001 + 8eb0688 commit cedb35d

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 = '5.4.0';
39+
public static $plugin_version = '5.4.1';
4040

4141
/**
4242
* Plugin URL on current installation

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags: packing slips, invoice, pdf invoice, delivery notes, woocommerce print inv
66
Requires at least: 4.4
77
Tested up to: 6.7.1
88
Author URI: https://www.tychesoftwares.com/
9-
Stable tag: 5.4.0
9+
Stable tag: 5.4.1
1010
License: GPLv3 or later
1111
License URI: http://www.opensource.org/licenses/gpl-license.php
1212

@@ -352,6 +352,9 @@ This plugin communicates with our tracking server to send usage data **only** if
352352

353353
== Changelog ==
354354

355+
= 5.4.1 - (18.12.2024) =
356+
* Fix- Vulnerability in the 'wcdn_remove_shoplogo' AJAX action by adding proper capability checks. This ensures that only authorized users can modify the shop logo.
357+
355358
= 5.4.0 - (05.12.2024) =
356359
* Fix- Resolved an issue preventing guest users from viewing the invoice via the Print button on the order received page and the print link in the order email.
357360
* Fix- Added a notice for logged-out users to log in when attempting to access invoices via a direct link or Print link in the order email.

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

0 commit comments

Comments
 (0)