Skip to content

Commit

Permalink
v3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Dec 13, 2023
1 parent 989b232 commit 1368a06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-pdf-invoices-packingslips.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
Expand Down

0 comments on commit 1368a06

Please sign in to comment.