Skip to content

Commit

Permalink
v3.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Jan 29, 2024
1 parent ec70093 commit 4cf0500
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 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
Requires at least: 4.4
Tested up to: 6.4
Requires PHP: 7.2
Stable tag: 3.7.6
Stable tag: 3.7.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 3.7.7-beta-1 (2024-01-15) =
= 3.7.7 (2024-01-29) =
* New: extensions license cache system
* New: hides the Upgrade tab on bundle
* New: get document filter hook `wcpdf_get_document`
* Tweak: improves Simple template files markup
* Tweak: moves the notes hooks position in template files
* Fix: sorting orders by invoice number and date issue on the orders listing page
* Fix: the level parameter sent to the `log()` method in semaphore class
* Fix: SQL injection bug in Advanced Numbers search
* Translations: make the due date output translatable
* Translations: Updated translation template (POT)
* Tested up to WooCommerce 8.5

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.7-beta-1
* Version: 3.7.7
* 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.7-beta-1';
public $version = '3.7.7';
public $version_php = '7.2';
public $version_woo = '3.0';
public $version_wp = '4.4';
Expand Down

0 comments on commit 4cf0500

Please sign in to comment.