Skip to content

Commit

Permalink
v3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Nov 27, 2023
1 parent e6456f3 commit bcc8a81
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion 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
Requires at least: 4.4
Tested up to: 6.4
Requires PHP: 7.2
Stable tag: 3.7.2
Stable tag: 3.7.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 3.7.3 (2023-11-27) =
* New: temporary promo ad
* Tweak: improves the templates number/date functions
* Tweak: update the filter `wpo_wcpdf_due_date_display` arguments
* Tweak: change the way the setting is retrieved for the due date
* Fix: Packing Slip attachment when Pro is disabled
* Fix: modifying order creation date in the `get_due_date` method
* Fix: PHP 8.1 `preg_replace` warning
* Fix: fatal error in the `custom_field()` function when custom field is an `array`
* Fix: multiple document generation with "Full" access type
* Fix: empty argument bug for `display_due_date` method

= 3.7.2 (2023-11-08) =
* New: adds Due Date option to the Invoice settings
* New: filter for plugin directories in Advanced Status tab: `wpo_wcpdf_plugin_directories`
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.3-beta-2
* Version: 3.7.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.3-beta-2';
public $version = '3.7.3';
public $plugin_basename;
public $legacy_addons;
public $third_party_plugins;
Expand Down

0 comments on commit bcc8a81

Please sign in to comment.