Skip to content

Commit

Permalink
v3.8.5-beta-6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Jul 4, 2024
1 parent ac910d6 commit 52d3d76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions woocommerce-pdf-invoices-packingslips.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* 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: 3.8.5-beta-5
* Version: 3.8.5-beta-6
* Author: WP Overnight
* Author URI: https://www.wpovernight.com
* License: GPLv2 or later
* License URI: https://opensource.org/licenses/gpl-license.php
* Text Domain: woocommerce-pdf-invoices-packing-slips
* WC requires at least: 3.3
* WC tested up to: 9.0
* WC tested up to: 9.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand All @@ -22,7 +22,7 @@

class WPO_WCPDF {

public $version = '3.8.5-beta-5';
public $version = '3.8.5-beta-6';
public $version_php = '7.2';
public $version_woo = '3.3';
public $version_wp = '4.4';
Expand Down

0 comments on commit 52d3d76

Please sign in to comment.