Skip to content

Commit

Permalink
v3.8.0-beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Feb 22, 2024
1 parent add16cd commit c9e62b8
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 @@ -3,14 +3,14 @@
* 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.8.0-beta-2
* Version: 3.8.0-beta-3
* 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: 8.5
* WC tested up to: 8.6
*/

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

class WPO_WCPDF {

public $version = '3.8.0-beta-2';
public $version = '3.8.0-beta-3';
public $version_php = '7.2';
public $version_woo = '3.3';
public $version_wp = '4.4';
Expand Down

0 comments on commit c9e62b8

Please sign in to comment.