diff --git a/readme.txt b/readme.txt index 20b779ee9..9a8d1d3c3 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: woocommerce, pdf, ubl, invoices, packing slips Requires at least: 4.4 Tested up to: 6.4 Requires PHP: 7.2 -Stable tag: 3.7.2 +Stable tag: 3.7.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -102,6 +102,18 @@ There's a setting on the Advanced tab of the settings page that allows you to to == Changelog == += 3.7.3 (2023-11-27) = +* New: temporary promo ad +* Tweak: improves the templates number/date functions +* Tweak: update the filter `wpo_wcpdf_due_date_display` arguments +* Tweak: change the way the setting is retrieved for the due date +* Fix: Packing Slip attachment when Pro is disabled +* Fix: modifying order creation date in the `get_due_date` method +* Fix: PHP 8.1 `preg_replace` warning +* Fix: fatal error in the `custom_field()` function when custom field is an `array` +* Fix: multiple document generation with "Full" access type +* Fix: empty argument bug for `display_due_date` method + = 3.7.2 (2023-11-08) = * New: adds Due Date option to the Invoice settings * New: filter for plugin directories in Advanced Status tab: `wpo_wcpdf_plugin_directories` diff --git a/woocommerce-pdf-invoices-packingslips.php b/woocommerce-pdf-invoices-packingslips.php index 61334bb33..9a016cf7e 100644 --- a/woocommerce-pdf-invoices-packingslips.php +++ b/woocommerce-pdf-invoices-packingslips.php @@ -3,7 +3,7 @@ * Plugin Name: PDF Invoices & Packing Slips for WooCommerce * Plugin URI: https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-bundle/ * Description: Create, print & email PDF or UBL Invoices & PDF Packing Slips for WooCommerce orders. - * Version: 3.7.3-beta-2 + * Version: 3.7.3 * Author: WP Overnight * Author URI: https://www.wpovernight.com * License: GPLv2 or later @@ -21,7 +21,7 @@ class WPO_WCPDF { - public $version = '3.7.3-beta-2'; + public $version = '3.7.3'; public $plugin_basename; public $legacy_addons; public $third_party_plugins;