From f06c7e14b70194e6218c4534711079760e5724d9 Mon Sep 17 00:00:00 2001 From: Alexandre Faustino Date: Fri, 5 Apr 2024 10:13:55 +0100 Subject: [PATCH 1/2] Update woocommerce-pdf-invoices-packingslips.php --- woocommerce-pdf-invoices-packingslips.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/woocommerce-pdf-invoices-packingslips.php b/woocommerce-pdf-invoices-packingslips.php index a8d91f8ba..5b8bb25b9 100644 --- a/woocommerce-pdf-invoices-packingslips.php +++ b/woocommerce-pdf-invoices-packingslips.php @@ -3,14 +3,14 @@ * 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.8.0 + * Version: 3.8.1-beta-1 * 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.7 + * WC tested up to: 8.8 */ if ( ! defined( 'ABSPATH' ) ) { @@ -21,7 +21,7 @@ class WPO_WCPDF { - public $version = '3.8.0'; + public $version = '3.8.1-beta-1'; public $version_php = '7.2'; public $version_woo = '3.3'; public $version_wp = '4.4'; From 86bc20a0f3647f1aec636d434db851261292ae0e Mon Sep 17 00:00:00 2001 From: Alexandre Faustino Date: Fri, 5 Apr 2024 10:18:47 +0100 Subject: [PATCH 2/2] Update class-wcpdf-settings-callbacks.php --- includes/settings/class-wcpdf-settings-callbacks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/settings/class-wcpdf-settings-callbacks.php b/includes/settings/class-wcpdf-settings-callbacks.php index 5b4536383..4a5d26aff 100644 --- a/includes/settings/class-wcpdf-settings-callbacks.php +++ b/includes/settings/class-wcpdf-settings-callbacks.php @@ -449,7 +449,7 @@ public function media_upload( $args ) { // don't display resolution } - /* + /** * .webp support can be disabled but still showing the image in settings. * We should add a notice because this will display an error when redering the PDF using DOMPDF. */