Skip to content

Commit

Permalink
v3.7.0-beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Sep 22, 2023
1 parent 7889eb7 commit a141279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: woocommerce, pdf, ubl, invoices, packing slips, print, delivery notes, inv
Requires at least: 3.5
Tested up to: 6.3
Requires PHP: 7.2
Stable tag: 3.7.0-beta-2
Stable tag: 3.7.0-beta-3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 3.7.0-beta-1 (2023-09-14) =
* New: adds UBL as additional output format for Invoice
* New: bump min required PHP version to 7.2
* Fix: PHP error on calling `get_title()` document method on bool
* Fix: `strpos()` and `str_replace()` null parameter deprecated warnings
* Translations: Updated translation template (POT)
* Tested up to WooCommerce 8.1

= 3.6.3 (2023-09-04) =
* New: adds Invoice Number column to the orders export of WooCommerce Analytics
* New: adds a document access denied redirect page setting
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 or UBL Invoices & PDF Packing Slips for WooCommerce orders.
* Version: 3.7.0-beta-2
* Version: 3.7.0-beta-3
* 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.7.0-beta-2';
public $version = '3.7.0-beta-3';
public $plugin_basename;
public $third_party_plugins;
public $order_util;
Expand Down

0 comments on commit a141279

Please sign in to comment.