Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Spreeuw committed Aug 1, 2017
1 parent 806e652 commit 05b132d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-
Tags: woocommerce, pdf, invoices, packing slips, print, delivery notes, invoice, packing slip, export, email, bulk, automatic
Requires at least: 3.5
Tested up to: 4.8
Stable tag: 2.0.4
Stable tag: 2.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -102,6 +102,13 @@ There's a setting on the Status tab of the settings page that allows you to togg

**2.0 is a BIG update! Make a full site backup before upgrading**

= 2.0.5 =
* Feature: Remove temporary files (Status tab)
* Fix: Page number replacement
* Tweak: Fallback functions for MB String extension
* Tweak: Improved wpo_wcpdf_check_privs usability for my account privileges
* Legacy support: added wc_price alias for format_price method in document

= 2.0.4 =
* Fix: Apply filters for custom invoice number formatting in document too
* Fix: Parent fallback for missing dates from refunds
Expand Down Expand Up @@ -584,5 +591,5 @@ There's a setting on the Status tab of the settings page that allows you to togg

== Upgrade Notice ==

= 2.0.4 =
= 2.0.5 =
**2.0 is a BIG update! Make a full site backup before upgrading!**
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.4
* Version: 2.0.5
* 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.4';
public $version = '2.0.5';
public $plugin_basename;
public $legacy_mode;

Expand Down

0 comments on commit 05b132d

Please sign in to comment.