Skip to content

Commit

Permalink
v4.0.0-beta-2 (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf authored Jan 23, 2025
1 parent 31a57c2 commit d8ac03d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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.7
Requires PHP: 7.4
Stable tag: 4.0.0-beta-1
Stable tag: 4.0.0-beta-2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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 @@ -4,7 +4,7 @@
* Requires Plugins: 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: 4.0.0-beta-1
* Version: 4.0.0-beta-2
* Author: WP Overnight
* Author URI: https://www.wpovernight.com
* License: GPLv2 or later
Expand All @@ -22,7 +22,7 @@

class WPO_WCPDF {

public $version = '4.0.0-beta-1';
public $version = '4.0.0-beta-2';
public $version_php = '7.4';
public $version_woo = '3.3';
public $version_wp = '4.4';
Expand Down

0 comments on commit d8ac03d

Please sign in to comment.