Skip to content

Commit

Permalink
v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Apr 29, 2024
1 parent c050ef8 commit 435a836
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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.5
Requires PHP: 7.2
Stable tag: 3.8.1
Stable tag: 3.8.2
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.8.2 (2024-04-29) =
* Fix: "Customer Invoice" email title under "Send order email" metabox
* Fix: filter called with a refund object in `get_billing_address()` and `get_shipping_address()`
* Translations: Updated translation template (POT)
* Tested up to WooCommerce 8.9

= 3.8.1 (2024-04-23) =
* New: updates DOMPDF to `v2.0.7`
* New: adds `woocommerce` as required plugin
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-pdf-invoices-packingslips.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* 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.1
* Version: 3.8.2
* Author: WP Overnight
* Author URI: https://www.wpovernight.com
* License: GPLv2 or later
* License URI: https://opensource.org/licenses/gpl-license.php
* Text Domain: woocommerce-pdf-invoices-packing-slips
* WC requires at least: 3.3
* WC tested up to: 8.8
* WC tested up to: 8.9
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand All @@ -22,7 +22,7 @@

class WPO_WCPDF {

public $version = '3.8.1';
public $version = '3.8.2';
public $version_php = '7.2';
public $version_woo = '3.3';
public $version_wp = '4.4';
Expand Down

0 comments on commit 435a836

Please sign in to comment.