Skip to content

Commit

Permalink
v3.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Oct 8, 2024
1 parent 23baf95 commit 75f59ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 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.6
Requires PHP: 7.2
Stable tag: 3.8.7
Stable tag: 3.8.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -102,6 +102,9 @@ There's a setting on the Advanced tab of the settings page that allows you to to

== Changelog ==

= 3.8.8 (2024-10-08) =
* Fix: adds missing deprecated filters to document title methods

= 3.8.7 (2024-10-07) =
* New: Add full compatibility with mPDF to the Simple Template.
* New: Add refund reason and invoice number titles to the document methods abstract class.
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 @@ -4,7 +4,7 @@
* Requires Plugins: 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.8.7
* Version: 3.8.8
* Author: WP Overnight
* Author URI: https://www.wpovernight.com
* License: GPLv2 or later
Expand All @@ -22,7 +22,7 @@

class WPO_WCPDF {

public $version = '3.8.7';
public $version = '3.8.8';
public $version_php = '7.2';
public $version_woo = '3.3';
public $version_wp = '4.4';
Expand Down

0 comments on commit 75f59ad

Please sign in to comment.