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__ ) ) . '/';