Skip to content

Commit

Permalink
1.6.1 readme & plugin header
Browse files Browse the repository at this point in the history
  • Loading branch information
Spreeuw committed Apr 4, 2017
1 parent dfb7afa commit dff60e7
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.0.2
Stable tag: 1.6.1
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.1 =
* Fix: Error with totals in credit notes
* Fix: Always set invoice date when invoice is create (even display is disabled in the settings)

= 1.6.0.2 =
* Fix: Don't crash with PHP 5.2 or older (5.3 or higher required, 5.6 or higher recommended)

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

== Upgrade Notice ==

= 1.6.0.2 =
= 1.6.1 =
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.0.2
* Version: 1.6.1
* 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.0.2';
self::$version = '1.6.1';

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

0 comments on commit dff60e7

Please sign in to comment.