Skip to content

Commit caa89be

Browse files
authored
Merge pull request #365 from TycheSoftwares/version-change
version change pr
2 parents 92b74b3 + 501385c commit caa89be

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-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.0.1';
39+
public static $plugin_version = '5.0.2';
4040

4141
/**
4242
* Plugin URL on current installation

readme.txt

Lines changed: 9 additions & 2 deletions
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.5.3
88
Author URI: https://www.tychesoftwares.com/
9-
Stable tag: 5.0.1
9+
Stable tag: 5.0.2
1010
License: GPLv3 or later
1111
License URI: http://www.opensource.org/licenses/gpl-license.php
1212

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

339339
== Changelog ==
340340

341+
= 5.0.2 (12.06.2024) =
342+
* Fix - HTML tags are not functioning properly on the invoice.
343+
* Fix - Fatal error while placing the order, due to conflic with PDF Invoices & Packing Slips for WooCommerce plugin.
344+
341345
= 5.0.1 (07.06.2024) =
342-
* Fix - Logo printing double.
346+
* Fix - Logo was getting printed twice after v5.0 update.
343347
* Fix - Bulk Action Print Invoice issue.
344348

345349
= 5.0.0 (05.06.2024) =
346350
This release contains a major update for the plugin, focusing primarily on the all-new backend user interface, along with several bug fixes.
347351
Major Updates:
352+
348353
* Changed the UI of plugin settings page.
349354
* Added a setting for template type, and now customize your template with different settings.
350355
* Added a template setting page to customize the template.
@@ -353,7 +358,9 @@ Major Updates:
353358
* Added setting To store PDF files for a specific duration.
354359
* Added email attachment with template PDF files.
355360
* Added Invoice menu in the WooCommerce menu.
361+
356362
Bug fixes :
363+
357364
* Fix - Bulk printing being initiated multiple times
358365
* Fix - Translations for the print link in emails do not work
359366

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

0 commit comments

Comments
 (0)