Skip to content

Commit 55d86d4

Browse files
authored
Merge pull request #103 from TycheSoftwares/version_4_5_1
Version 4.5.1
2 parents 6a4037f + a0fa484 commit 55d86d4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

woocommerce-delivery-notes/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 = '4.5.0';
39+
public static $plugin_version = '4.5.1';
4040

4141
/**
4242
* Plugin URL on current installation

woocommerce-delivery-notes/readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,10 @@ Please [contribute your translation](https://github.com/TycheSoftwares/woocommer
330330

331331
= Minimum Requirements: WooCommerce 3.0 =
332332

333+
= 4.5.1 (21.08.2019) =
334+
335+
* Fixed the issue of Print buttons not showing up on Order details page after the 4.4.9 update.
336+
333337
= 4.5.0 (21.08.2019) =
334338

335339
* Added a missing file from v4.4.9.

woocommerce-delivery-notes/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: WooCommerce Print Invoice & Delivery Note
66
* Plugin URI: https://www.tychesoftwares.com/
77
* Description: Print Invoices & Delivery Notes for WooCommerce Orders.
8-
* Version: 4.5.0
8+
* Version: 4.5.1
99
* Author: Tyche Softwares
1010
* Author URI: https://www.tychesoftwares.com/
1111
* License: GPLv3 or later

0 commit comments

Comments
 (0)