Skip to content

Commit c0ce29b

Browse files
authored
Merge pull request #435 from TycheSoftwares/version-change-5.5.0
Changelog and version change added
2 parents f2d6729 + 4d556d3 commit c0ce29b

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
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.1';
39+
public static $plugin_version = '5.5.0';
4040

4141
/**
4242
* Plugin URL on current installation

readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Contributors: ashokrane, tychesoftwares
44
Donate link: https://www.paypal.me/TycheSoftwares
55
Tags: packing slips, invoice, pdf invoice, delivery notes, woocommerce print invoice
66
Requires at least: 4.4
7-
Tested up to: 6.7.1
7+
Tested up to: 6.7.2
88
Author URI: https://www.tychesoftwares.com/
9-
Stable tag: 5.4.1
9+
Stable tag: 5.5.0
1010
License: GPLv3 or later
1111
License URI: http://www.opensource.org/licenses/gpl-license.php
1212

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

353353
== Changelog ==
354354

355+
= 5.5.0 - (04.03.2025) =
356+
* Fix- Issue where bulk printing was being initiated multiple times. Added a popup for bulk action selection and a print button to open the print window in a new tab.
357+
* Fix- Added the 'allow_user_email_order_access' filter to allow non-logged-in users to access the Print link in emails.
358+
* Fix- Fixed broken logo issue in the Simple template of the plugin.
359+
* Fix- Security vulnerability by preventing direct access to PDF files and adding unique keys to PDF filenames.
360+
* Fix- PHP fatal error: "Uncaught Error: Call to a member function get_meta() on bool" when the invoice number was missing on the edit order page.
361+
355362
= 5.4.1 - (18.12.2024) =
356363
* 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.
357364

woocommerce-delivery-notes.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
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.1
8+
* Version: 5.5.0
99
* Author: Tyche Softwares
1010
* Author URI: https://www.tychesoftwares.com/
1111
* License: GPLv3 or later
1212
* License URI: http://www.opensource.org/licenses/gpl-license.php
1313
* Text Domain: woocommerce-delivery-notes
1414
* Domain Path: /languages
15-
* WC tested up to: 9.4.3
16-
* Tested up to: 6.7.1
15+
* WC tested up to: 9.7.0
16+
* Tested up to: 6.7.2
1717
* WC requires at least: 5.0.0
1818
* Requires PHP: 7.4
1919
* Requires Plugins: woocommerce

0 commit comments

Comments
 (0)