Skip to content

Commit

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

== Changelog ==

= 2.0 RC 1 =
* Fix: Third party compatibility namespace aliases
* Fix: Subscriptions order resetting
* Fix: Compatibility with PHP 5.3 & 5.4
* Fix: Email attachment settings migration when no attachments set
* Fix: Set $version property in legacy class
* Fix: Added back wpo_wcpdf_created_manually action from previous versions
* Fix: Show correct font path in status tab
* Tweak: Add init parameter to wcpdf_get_invoice & wcpdf_get_packing_slip
* Tweak: Warning on Status tab

= 2.0 beta 8 =
* Fix: Shop name formatting
* Fix: text domain for document title
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-8
* Version: 2.0-rc.1
* 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-8';
public $version = '2.0-rc.1';
public $plugin_basename;
public $legacy_mode;

Expand Down

0 comments on commit 8ad9f36

Please sign in to comment.