Skip to content

Commit

Permalink
v3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Sep 4, 2023
1 parent 600d40e commit adca12d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions 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.3-beta-1
Stable tag: 3.6.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -102,9 +102,13 @@ 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`
= 3.6.3 (2023-09-04) =
* New: adds Invoice Number column to the orders export of WooCommerce Analytics
* New: adds a document access denied redirect page setting
* New: hooks before and after debug tools: `wpo_wcpdf_before_debug_tools`, `wpo_wcpdf_after_debug_tools`
* Tweak: add a note to make clear that updating the number format only affects new orders
* Tweak: removes legacy mode & textdomain from debug settings
* Fix: undefined WC PageController method `is_admin_page` bug and replace it with `is_admin_or_embed_page`

= 3.6.2 (2023-08-23) =
* New `wcpdf_document_link` 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.3-beta-1
* Version: 3.6.3
* 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.3-beta-1';
public $version = '3.6.3';
public $plugin_basename;
public $third_party_plugins;
public $order_util;
Expand Down

0 comments on commit adca12d

Please sign in to comment.