Skip to content

Commit

Permalink
1.6.5 readme & plugin header
Browse files Browse the repository at this point in the history
  • Loading branch information
Spreeuw committed Apr 18, 2017
1 parent f7ce5c3 commit 55402fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: pomegranate
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.7
Stable tag: 1.6.4
Stable tag: 1.6.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.6.5 =
* Fix: Duplicate invoice numbers when bulk completing orders (WC3.0)
* Fix: Hidden Invoice date when order refunded

= 1.6.4 =
* Fix: My account invoice button visibility

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

== Upgrade Notice ==

= 1.6.4 =
= 1.6.5 =
Important: Version 1.6 requires PHP 5.3 or higher to run!
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: 1.6.4
* Version: 1.6.5
* Author: Ewout Fernhout
* Author URI: http://www.wpovernight.com
* License: GPLv2 or later
Expand Down Expand Up @@ -48,7 +48,7 @@ public function __construct() {
self::$plugin_basename = plugin_basename(__FILE__);
self::$plugin_url = plugin_dir_url(self::$plugin_basename);
self::$plugin_path = trailingslashit(dirname(__FILE__));
self::$version = '1.6.4';
self::$version = '1.6.5';

// load the localisation & classes
add_action( 'plugins_loaded', array( $this, 'translations' ) ); // or use init?
Expand Down

0 comments on commit 55402fc

Please sign in to comment.