diff --git a/readme.txt b/readme.txt index ce553f78f..0aeb900d8 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.4 +Stable tag: 3.7.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -102,6 +102,12 @@ There's a setting on the Advanced tab of the settings page that allows you to to == Changelog == += 3.7.5 (2023-12-13) = +* Tweak: includes `$args` in filter hook `wpo_wcpdf_filename` parameters +* Tweak: re-adds the legacy hook `woocommerce_invoice_number` for backwards compatibility +* Fix: bug in "Full" document access using bulk actions +* Fix: fatal error in UBL document + = 3.7.4 (2023-12-06) = * New: adds new setting to enable semaphore logs * Tweak: adds descriptions to the COC and VAT settings diff --git a/woocommerce-pdf-invoices-packingslips.php b/woocommerce-pdf-invoices-packingslips.php index 976b39f7b..141cb003c 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.4 + * Version: 3.7.5 * 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'; + public $version = '3.7.5'; public $plugin_basename; public $legacy_addons; public $third_party_plugins;