Skip to content

Commit

Permalink
2.0 RC 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Spreeuw committed Jul 12, 2017
1 parent 6335a88 commit e90debb
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 @@ -100,6 +100,11 @@ There's a setting on the Status tab of the settings page that allows you to togg

== Changelog ==

= 2.0 RC 2 =
* Fix: Set content type to PDF for download
* Fix: Use parent for attributes retrieved for product variations
* Tweak: Better document return value checking & error handling

= 2.0 RC 1 =
* Fix: Third party compatibility namespace aliases
* Fix: Subscriptions order resetting
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-rc.1
* Version: 2.0-rc.2
* 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-rc.1';
public $version = '2.0-rc.2';
public $plugin_basename;
public $legacy_mode;

Expand Down

0 comments on commit e90debb

Please sign in to comment.