Skip to content

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Aug 16, 2023
1 parent 4d3c8be commit c43e67c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 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.3
Requires PHP: 7.1
Stable tag: 3.6.0
Stable tag: 3.6.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 3.6.1 (2023-08-16) =
* Fix: string encoding issues in PDF

= 3.6.0 (2023-08-15) =
* New: setting for improved document link access type
* New: implemented autoloader for plugin classes
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.6.0
* Version: 3.6.1
* 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.6.0';
public $version = '3.6.1';
public $plugin_basename;
public $legacy_mode;
public $legacy_textdomain;
Expand Down

0 comments on commit c43e67c

Please sign in to comment.