Version Description
(12.03.2020) =
- Changed the plugin name to 'Print Invoice & Delivery Notes for WooCommerce'
Download this release
Release Info
Developer | tychesoftwares |
Plugin | WooCommerce Print Invoice & Delivery Note |
Version | 4.5.5 |
Comparing to | |
See all releases |
Code changes from version 4.5.3 to 4.5.5
- readme.md +2 -2
- readme.txt +11 -3
- woocommerce-delivery-notes.php +7 -7
readme.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
#
|
2 |
|
3 |
-
This is the
|
4 |
|
5 |
## Support
|
6 |
|
1 |
+
# Print Invoice & Delivery Notes for WooCommerce
|
2 |
|
3 |
+
This is the Print Invoice & Delivery Notes for WooCommerce repository on GitHub. Here you can browse the source, look at open issues and keep track of development.
|
4 |
|
5 |
## Support
|
6 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
===
|
2 |
|
3 |
Contributors: ashokrane, tychesoftwares, rashmim
|
4 |
Donate link: https://www.paypal.me/TycheSoftwares
|
5 |
-
Tags: packing slips,
|
6 |
Requires at least: 4.0
|
7 |
-
Tested up to: 5.
|
8 |
Author URI: https://www.tychesoftwares.com/
|
9 |
Stable tag: trunk
|
10 |
License: GPLv3 or later
|
@@ -340,6 +340,14 @@ Please [contribute your translation](https://github.com/TycheSoftwares/woocommer
|
|
340 |
|
341 |
= Minimum Requirements: WooCommerce 3.0 =
|
342 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
= 4.5.3 (26.09.2019) =
|
344 |
|
345 |
* The plugin now allows 3rd party code to add order item data on the print-content.php template. Props to @doozy for the PR.
|
1 |
+
=== Print Invoice & Delivery Notes for WooCommerce ===
|
2 |
|
3 |
Contributors: ashokrane, tychesoftwares, rashmim
|
4 |
Donate link: https://www.paypal.me/TycheSoftwares
|
5 |
+
Tags: packing slips, invoice, pdf invoice, delivery notes, woocommerce print invoice, print, pdf, invoices
|
6 |
Requires at least: 4.0
|
7 |
+
Tested up to: 5.4
|
8 |
Author URI: https://www.tychesoftwares.com/
|
9 |
Stable tag: trunk
|
10 |
License: GPLv3 or later
|
340 |
|
341 |
= Minimum Requirements: WooCommerce 3.0 =
|
342 |
|
343 |
+
= 4.5.5 (12.03.2020) =
|
344 |
+
|
345 |
+
* Changed the plugin name to 'Print Invoice & Delivery Notes for WooCommerce'
|
346 |
+
|
347 |
+
= 4.5.4 (11.03.2020) =
|
348 |
+
|
349 |
+
* Compatibility with WooCommerce v4.0.0
|
350 |
+
|
351 |
= 4.5.3 (26.09.2019) =
|
352 |
|
353 |
* The plugin now allows 3rd party code to add order item data on the print-content.php template. Props to @doozy for the PR.
|
woocommerce-delivery-notes.php
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
/**
|
3 |
* Print invoices & delivery notes for WooCommerce orders.
|
4 |
*
|
5 |
-
* Plugin Name:
|
6 |
* Plugin URI: https://www.tychesoftwares.com/
|
7 |
* Description: Print Invoices & Delivery Notes for WooCommerce Orders.
|
8 |
-
* Version: 4.5.
|
9 |
* Author: Tyche Softwares
|
10 |
* Author URI: https://www.tychesoftwares.com/
|
11 |
* License: GPLv3 or later
|
@@ -14,21 +14,21 @@
|
|
14 |
* Domain Path: /languages
|
15 |
* Requires PHP: 5.6
|
16 |
* WC requires at least: 3.0.0
|
17 |
-
* WC tested up to:
|
18 |
-
* Tested up to: 5.2
|
19 |
*
|
20 |
* Copyright 2019 Tyche Softwares
|
21 |
*
|
22 |
-
* This file is part of
|
23 |
* a plugin for WordPress.
|
24 |
*
|
25 |
-
*
|
26 |
* You can redistribute it and/or modify it under the terms of the
|
27 |
* GNU General Public License as published by the Free Software
|
28 |
* Foundation, either version 2 of the License, or (at your option)
|
29 |
* any later version.
|
30 |
*
|
31 |
-
*
|
32 |
* it will be useful, but WITHOUT ANY WARRANTY; without even the
|
33 |
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
34 |
* PURPOSE. See the GNU General Public License for more details.
|
2 |
/**
|
3 |
* Print invoices & delivery notes for WooCommerce orders.
|
4 |
*
|
5 |
+
* Plugin Name: Print Invoice & Delivery Notes for WooCommerce
|
6 |
* Plugin URI: https://www.tychesoftwares.com/
|
7 |
* Description: Print Invoices & Delivery Notes for WooCommerce Orders.
|
8 |
+
* Version: 4.5.5
|
9 |
* Author: Tyche Softwares
|
10 |
* Author URI: https://www.tychesoftwares.com/
|
11 |
* License: GPLv3 or later
|
14 |
* Domain Path: /languages
|
15 |
* Requires PHP: 5.6
|
16 |
* WC requires at least: 3.0.0
|
17 |
+
* WC tested up to: 4.0.0
|
18 |
+
* Tested up to: 5.3.2
|
19 |
*
|
20 |
* Copyright 2019 Tyche Softwares
|
21 |
*
|
22 |
+
* This file is part of Print Invoice & Delivery Notes for WooCommerce,
|
23 |
* a plugin for WordPress.
|
24 |
*
|
25 |
+
* Print Invoice & Delivery Notes for WooCommerce is free software:
|
26 |
* You can redistribute it and/or modify it under the terms of the
|
27 |
* GNU General Public License as published by the Free Software
|
28 |
* Foundation, either version 2 of the License, or (at your option)
|
29 |
* any later version.
|
30 |
*
|
31 |
+
* Print Invoice & Delivery Notes for WooCommerce is distributed in the hope that
|
32 |
* it will be useful, but WITHOUT ANY WARRANTY; without even the
|
33 |
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
34 |
* PURPOSE. See the GNU General Public License for more details.
|