Skip to content

Commit

Permalink
Merge branch '375-translatable-shop-logo' of https://github.com/wpove…
Browse files Browse the repository at this point in the history
…rnight/woocommerce-pdf-invoices-packing-slips into 375-translatable-shop-logo
  • Loading branch information
BrunoPavlinic98 committed Apr 5, 2024
2 parents 25a1b9e + 86bc20a commit c6ab12e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/settings/class-wcpdf-settings-callbacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ public function media_upload( $args ) {
// don't display resolution
}

/*
/**
* .webp support can be disabled but still showing the image in settings.
* We should add a notice because this will display an error when redering the PDF using DOMPDF.
*/
Expand Down
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
* Version: 3.8.1-beta-1
* 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.7
* WC tested up to: 8.8
*/

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

class WPO_WCPDF {

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

0 comments on commit c6ab12e

Please sign in to comment.