From adca12dc4e823c6f10c888a771245d96b654e2e7 Mon Sep 17 00:00:00 2001 From: Alexandre Faustino Date: Mon, 4 Sep 2023 09:34:44 +0100 Subject: [PATCH] v3.6.3 --- readme.txt | 10 +++++++--- woocommerce-pdf-invoices-packingslips.php | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 6adca68cd..e1095328c 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice, Requires at least: 3.5 Tested up to: 6.3 Requires PHP: 7.1 -Stable tag: 3.6.3-beta-1 +Stable tag: 3.6.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -102,9 +102,13 @@ There's a setting on the Status tab of the settings page that allows you to togg == Changelog == -= 3.6.3-beta-1 (2023-08-29) = -* Fix: undefined WC PageController method `is_admin_page` bug and replace it with `is_admin_or_embed_page` += 3.6.3 (2023-09-04) = +* New: adds Invoice Number column to the orders export of WooCommerce Analytics +* New: adds a document access denied redirect page setting +* New: hooks before and after debug tools: `wpo_wcpdf_before_debug_tools`, `wpo_wcpdf_after_debug_tools` +* Tweak: add a note to make clear that updating the number format only affects new orders * Tweak: removes legacy mode & textdomain from debug settings +* Fix: undefined WC PageController method `is_admin_page` bug and replace it with `is_admin_or_embed_page` = 3.6.2 (2023-08-23) = * New `wcpdf_document_link` shortcode diff --git a/woocommerce-pdf-invoices-packingslips.php b/woocommerce-pdf-invoices-packingslips.php index 55009f8ea..b24beb369 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 invoices & packing slips for WooCommerce orders. - * Version: 3.6.3-beta-1 + * Version: 3.6.3 * Author: WP Overnight * Author URI: https://www.wpovernight.com * License: GPLv2 or later @@ -21,7 +21,7 @@ class WPO_WCPDF { - public $version = '3.6.3-beta-1'; + public $version = '3.6.3'; public $plugin_basename; public $third_party_plugins; public $order_util;