Skip to content

Commit

Permalink
v3.6.3-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Aug 29, 2023
1 parent f04e70f commit 4b2aeb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice,
Requires at least: 3.5
Tested up to: 6.3
Requires PHP: 7.1
Stable tag: 3.6.2
Stable tag: 3.6.3-beta-1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -102,6 +102,10 @@ There's a setting on the Status tab of the settings page that allows you to togg

== Changelog ==

= 3.6.3-beta-1 (2023-08-29) =
* Fix: undefined WC PageController method `is_admin_page` bug and replace it with `is_admin_or_embed_page`
* Tweak: removes legacy mode & textdomain from debug settings

= 3.6.2 (2023-08-23) =
* New `wcpdf_document_link` shortcode
* New: parameters to download PDF shortcode
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 invoices & packing slips for WooCommerce orders.
* Version: 3.6.2
* Version: 3.6.3-beta-1
* 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.6.2';
public $version = '3.6.3-beta-1';
public $plugin_basename;
public $third_party_plugins;
public $order_util;
Expand Down

0 comments on commit 4b2aeb9

Please sign in to comment.