Skip to content

Commit

Permalink
1.6.0.2 readme & plugin header
Browse files Browse the repository at this point in the history
1.6.0.1 was b0rked in the WP repo - wouldn't let me update the
readme.txt
  • Loading branch information
Spreeuw committed Mar 28, 2017
1 parent 03bc70a commit b934185
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
Stable tag: 1.6.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

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

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

== Upgrade Notice ==

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

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

0 comments on commit b934185

Please sign in to comment.