diff --git a/readme.txt b/readme.txt index ef870f30a..51d99111f 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.5 Requires PHP: 7.2 -Stable tag: 3.8.0 +Stable tag: 3.8.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -102,6 +102,20 @@ There's a setting on the Advanced tab of the settings page that allows you to to == Changelog == += 3.8.1 (2024-04-23) = +* New: updates DOMPDF to `v2.0.7` +* New: adds `woocommerce` as required plugin +* New: improvements to shop logo to be translatable in future Professional extension version +* Fix: document date parse function being called on non HPOS stores +* Fix: replaces deprecated jQuery functions +* Fix: bug with type hint in `wpo_wcpdf_parse_document_date_for_wp_query()` function +* Fix: bug calling `is_allowed()` on `bool` under `wcpdf_get_document()` function +* Fix: not removing documents meta on Woo subcription renewal +* Fix: XSS vulnerability on Woo Checkout user input address data +* Fix: Semaphore attachments issue on concurrent refunds +* Translations: Updated translation template (POT) +* Tested up to WooCommerce 8.8 + = 3.8.0 (2024-03-18) = * New: updates composer libraries, specially `php-svg-lib` because of a security issue * New: hooks to allow adding new Settings Debug tabs and their contents diff --git a/woocommerce-pdf-invoices-packingslips.php b/woocommerce-pdf-invoices-packingslips.php index 99a2befe4..10e6e7b61 100644 --- a/woocommerce-pdf-invoices-packingslips.php +++ b/woocommerce-pdf-invoices-packingslips.php @@ -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.1-beta-2 + * Version: 3.8.1 * Author: WP Overnight * Author URI: https://www.wpovernight.com * License: GPLv2 or later @@ -22,7 +22,7 @@ class WPO_WCPDF { - public $version = '3.8.1-beta-2'; + public $version = '3.8.1'; public $version_php = '7.2'; public $version_woo = '3.3'; public $version_wp = '4.4';