From 8ba86c7b86bc74ad22b8d73b2d12dd6f3a75d573 Mon Sep 17 00:00:00 2001 From: Alexandre Faustino Date: Thu, 21 Sep 2023 12:07:18 +0100 Subject: [PATCH] v3.7.0-beta-2 --- readme.txt | 2 +- woocommerce-pdf-invoices-packingslips.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 2fef2262d..9a4a24d6a 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: woocommerce, pdf, ubl, invoices, packing slips, print, delivery notes, inv Requires at least: 3.5 Tested up to: 6.3 Requires PHP: 7.2 -Stable tag: 3.7.0-beta-1 +Stable tag: 3.7.0-beta-2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/woocommerce-pdf-invoices-packingslips.php b/woocommerce-pdf-invoices-packingslips.php index 33c284950..f35e1e3ac 100644 --- a/woocommerce-pdf-invoices-packingslips.php +++ b/woocommerce-pdf-invoices-packingslips.php @@ -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.0-beta-1 + * Version: 3.7.0-beta-2 * Author: WP Overnight * Author URI: https://www.wpovernight.com * License: GPLv2 or later @@ -21,7 +21,7 @@ class WPO_WCPDF { - public $version = '3.7.0-beta-1'; + public $version = '3.7.0-beta-2'; public $plugin_basename; public $third_party_plugins; public $order_util;