Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Nov 21, 2024
1 parent 82d66a8 commit 397176e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
= 1.0.1 (2024-11-21) =
* Adds template group and version

= 1.0.0 (2024-11-21) =
* First version
4 changes: 2 additions & 2 deletions wpo-ips-default-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__ ) ) . '/';
Expand Down

0 comments on commit 397176e

Please sign in to comment.