Skip to content

Commit

Permalink
v3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed May 19, 2023
1 parent e25ced4 commit dda0f24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice,
Requires at least: 3.5
Tested up to: 6.2
Requires PHP: 7.1
Stable tag: 3.5.3
Stable tag: 3.5.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -102,6 +102,12 @@ There's a setting on the Status tab of the settings page that allows you to togg

== Changelog ==

= 3.5.4 (2023-05-19) =
- Tweak: improves code for the upgrade tab get license info function
- Fix: bug on templates using legacy versions of the Premium Templates extension
- Fix: string translation issues & updated POT
- Fix: bug in slug property not set when defining the document number lock name

= 3.5.3 (2023-05-15) =
* New: display creation trigger in document data and order meta
* New: detects the extension license status in the Upgrade tab
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-pdf-invoices-packingslips.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.3
* Version: 3.5.4
* Author: WP Overnight
* Author URI: https://www.wpovernight.com
* License: GPLv2 or later
Expand All @@ -21,7 +21,7 @@

class WPO_WCPDF {

public $version = '3.5.3';
public $version = '3.5.4';
public $plugin_basename;
public $legacy_mode;
public $legacy_textdomain;
Expand Down

0 comments on commit dda0f24

Please sign in to comment.