diff --git a/readme.txt b/readme.txt index 0f8c1fd06..36e49e43b 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/woocommerce-pdf-invoices-packingslips.php b/woocommerce-pdf-invoices-packingslips.php index a8b1a6f89..2dba65a09 100755 --- a/woocommerce-pdf-invoices-packingslips.php +++ b/woocommerce-pdf-invoices-packingslips.php @@ -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 @@ -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;