From 397176ec037b18e73f54d724636d1288d2e083cf Mon Sep 17 00:00:00 2001 From: Alexandre Faustino Date: Thu, 21 Nov 2024 18:03:34 +0000 Subject: [PATCH] v1.0.1 --- changelog.txt | 3 +++ wpo-ips-default-templates.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9b4e58e..a32fbb7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,2 +1,5 @@ += 1.0.1 (2024-11-21) = +* Adds template group and version + = 1.0.0 (2024-11-21) = * First version \ No newline at end of file diff --git a/wpo-ips-default-templates.php b/wpo-ips-default-templates.php index 0c05767..a253c6a 100644 --- a/wpo-ips-default-templates.php +++ b/wpo-ips-default-templates.php @@ -4,14 +4,14 @@ * Requires Plugins: woocommerce-pdf-invoices-packing-slips * Plugin URI: https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-bundle/ * Description: Default Templates for PDF Invoices & Packing Slips for WooCommerce - * Version: 1.0.0 + * Version: 1.0.1 * Author: WP Overnight * Author URI: http://www.wpovernight.com * License: GPLv3 * License URI: License URI: http://www.gnu.org/licenses/gpl-3.0.html */ -const WPO_IPS_DEFAULT_TEMPLATES_VERSION = '1.0.0'; +const WPO_IPS_DEFAULT_TEMPLATES_VERSION = '1.0.1'; function wpo_ips_default_templates_extension_path( $template_paths ) { $template_paths['extension::v' . WPO_IPS_DEFAULT_TEMPLATES_VERSION] = untrailingslashit( plugin_dir_path( __FILE__ ) ) . '/';