Skip to content

Commit 051fc73

Browse files
authored
Merge pull request #453 from TycheSoftwares/version-change-5.7.0
version change pr 5.7.0
2 parents 03f1fe0 + abf1c98 commit 051fc73

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.6.0';
39+
public static $plugin_version = '5.7.0';
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.8.1
88
Author URI: https://www.tychesoftwares.com/
9-
Stable tag: 5.6.0
9+
Stable tag: 5.7.0
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.7.0 - 13/06/2025 =
356+
* Fix - Issue where variation item meta (such as size and color) was not appearing on invoices due to changes in the latest WooCommerce update v9.9.0.
357+
355358
= 5.6.0 - 27/05/2025 =
356359
* Fix - Invoice numbers were not generated in ascending order based on the order ID.
357360
* Fix - Added wcdn_invoice_order_total_label filter to allow "Total" and "Subtotal" labels in the default invoice template.

woocommerce-delivery-notes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
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.6.0
8+
* Version: 5.7.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.8.5
15+
* WC tested up to: 9.9.3
1616
* Tested up to: 6.8.1
1717
* WC requires at least: 5.0.0
1818
* Requires PHP: 7.4

0 commit comments

Comments
 (0)