Skip to content

Commit 943b858

Browse files
committed
Version 4.5.2
Changelog for v4.5.2: Fixed the issue of Print buttons not working on PHP versions below 7.0.
1 parent 5c26abd commit 943b858

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.1';
39+
public static $plugin_version = '4.5.2';
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.2 (23.08.2019) =
334+
335+
* Fixed the issue of Print buttons not working on sites with PHP versions below 7.0.
336+
333337
= 4.5.1 (21.08.2019) =
334338

335339
* Fixed the issue of Print buttons not showing up on Order details page after the 4.4.9 update.

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

0 commit comments

Comments
 (0)