Skip to content

Commit a5a8c93

Browse files
committed
version change pr - 5.6.0
version change pr - 5.6.0
1 parent c5f6803 commit a5a8c93

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-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.5.0';
39+
public static $plugin_version = '5.6.0';
4040

4141
/**
4242
* Plugin URL on current installation

readme.txt

Lines changed: 10 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.2
7+
Tested up to: 6.8.1
88
Author URI: https://www.tychesoftwares.com/
9-
Stable tag: 5.5.0
9+
Stable tag: 5.6.0
1010
License: GPLv3 or later
1111
License URI: http://www.opensource.org/licenses/gpl-license.php
1212

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

353353
== Changelog ==
354354

355+
= 5.6.0 - 27/05/2025 =
356+
* Fix - Invoice numbers were not generated in ascending order based on the order ID.
357+
* Fix - Added wcdn_invoice_order_total_label filter to allow "Total" and "Subtotal" labels in the default invoice template.
358+
* Fix - Compatibility issue with the Sales By State plugin, causing a critical error when printing the invoice template.
359+
* Fix - Function name conflict by adding a wcdn prefix to all plugin functions, preventing issues like PHP Fatal error: Cannot redeclare function get_product_name().
360+
* Tweak - Updated for compatibility with WordPress 6.8.1.
361+
* Tweak - Updated for compatibility with WooCommerce 9.8.5.
362+
355363
= 5.5.0 - (04.03.2025) =
356364
* 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.
357365
* Fix- Added the 'allow_user_email_order_access' filter to allow non-logged-in users to access the Print link in emails.

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.5.0
8+
* Version: 5.6.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.7.0
16-
* Tested up to: 6.7.2
15+
* WC tested up to: 9.8.5
16+
* Tested up to: 6.8.1
1717
* WC requires at least: 5.0.0
1818
* Requires PHP: 7.4
1919
* Requires Plugins: woocommerce

0 commit comments

Comments
 (0)