Skip to content

Commit

Permalink
2.0-beta-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Spreeuw committed Jun 13, 2017
1 parent e3fcdfd commit 7c15201
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ There's a setting on the Status tab of the settings page that allows you to togg

== Changelog ==

= 2.0 beta 4 =
* New: Log deprecation notices (can be turned off with `wcpdf_disable_deprecation_notices` filter set to true)
* Fix: Auto enable legacy classes when called
* Fix: Update some vendor libraries to resolve PHP 7.0 issues

= 2.0 beta 3 =
* **BIG update! Make a full site backup before upgrading**
* New: Better structured & more advanced settings for documents
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: WooCommerce PDF Invoices & Packing Slips
* Plugin URI: http://www.wpovernight.com
* Description: Create, print & email PDF invoices & packing slips for WooCommerce orders.
* Version: 2.0-beta-3
* Version: 2.0-beta-4
* Author: Ewout Fernhout
* Author URI: http://www.wpovernight.com
* License: GPLv2 or later
Expand All @@ -19,7 +19,7 @@

class WPO_WCPDF {

public $version = '2.0-beta-3';
public $version = '2.0-beta-4';
public $plugin_basename;
public $legacy_mode;

Expand Down

0 comments on commit 7c15201

Please sign in to comment.