Skip to content

Commit 461fcef

Browse files
authored
Merge pull request #377 from TycheSoftwares/version-change-5.1.0
version change 5.1.0
2 parents dc48576 + bec8582 commit 461fcef

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-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.0.2';
39+
public static $plugin_version = '5.1.0';
4040

4141
/**
4242
* Plugin URL on current installation

readme.txt

Lines changed: 11 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, print, pdf, invoices
66
Requires at least: 4.4
7-
Tested up to: 6.5.3
7+
Tested up to: 6.5.5
88
Author URI: https://www.tychesoftwares.com/
9-
Stable tag: 5.0.2
9+
Stable tag: 5.1.0
1010
License: GPLv3 or later
1111
License URI: http://www.opensource.org/licenses/gpl-license.php
1212

@@ -338,6 +338,14 @@ Please [contribute your translation](https://github.com/TycheSoftwares/woocommer
338338

339339
== Changelog ==
340340

341+
= 5.1.0 (02.07.2024) =
342+
* Fix- Fixed an error in the debug log when the "Numbering" option is disabled.
343+
* Fix- Fixed a critical error on the invoice with the Woo Donations plugin to ensure compatibility.
344+
* Fix- Fixed the PDF font size for the default template.
345+
* Fix- Added new hook 'wcdn_head_pdf' to apply css to PDF.
346+
* Fix- Fixed the issue where printing orders in bulk did not separate individual orders onto separate pages.
347+
* Fix- Added a meta name of robots content noindex in the templates.
348+
341349
= 5.0.2 (12.06.2024) =
342350
* Fix - HTML tags are not functioning properly on the invoice.
343351
* Fix - Fatal error while placing the order, due to conflic with PDF Invoices & Packing Slips for WooCommerce plugin.
@@ -348,6 +356,7 @@ Please [contribute your translation](https://github.com/TycheSoftwares/woocommer
348356

349357
= 5.0.0 (05.06.2024) =
350358
This release contains a major update for the plugin, focusing primarily on the all-new backend user interface, along with several bug fixes.
359+
351360
Major Updates:
352361

353362
* Changed the UI of plugin settings page.

woocommerce-delivery-notes.php

Lines changed: 3 additions & 3 deletions
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.0.2
8+
* Version: 5.1.0
99
* Author: Tyche Softwares
1010
* Author URI: https://www.tychesoftwares.com/
1111
* License: GPLv3 or later
@@ -14,8 +14,8 @@
1414
* Domain Path: /languages
1515
* Requires PHP: 7.4
1616
* WC requires at least: 3.0.0
17-
* WC tested up to: 8.9.2
18-
* Tested up to: 6.5.3
17+
* WC tested up to: 9.0.2
18+
* Tested up to: 6.5.5
1919
*
2020
* Copyright 2019 Tyche Softwares
2121
*

0 commit comments

Comments
 (0)