From 87c641bcd7053329e922d5bb14b67c41587211fc Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Wed, 10 Sep 2014 17:42:17 +0100 Subject: [PATCH] Stop old plugins breaking installer read me = 2.2.1 - 10/09/2014 = * Fix - Small tweak to the installer to prevent errors caused by outdated plugins. * Tweak - Small tweak to update notification to remind users to update old plugins prior to install. --- readme.txt | 10 +++++++--- woocommerce.php | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index d8410872d59..515ba98bb49 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, affiliate Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@woothemes.com&item_name=Donation+for+WooCommerce Requires at least: 3.8 Tested up to: 4.0 -Stable tag: 2.2.0 +Stable tag: 2.2.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -130,6 +130,10 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc == Changelog == += 2.2.1 - 10/09/2014 = +* Fix - Small tweak to the installer to prevent errors caused by outdated plugins. +* Tweak - Small tweak to update notification to remind users to update old plugins prior to install. + = 2.2.0 - 10/09/2014 = * Feature - Refunds system for orders. * Feature - New orders panel for managing line items + totals. @@ -990,5 +994,5 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc == Upgrade Notice == -= 2.2.0 = -2.2 is a major update. Test extensions and your theme prior to updating, and ensure that you keep backups. Developers should catch up with [develop.woothemes.com](http://develop.woothemes.com/) to see what has been happening in core. += 2.2.1 = +2.2 is a major update. Test extensions and your theme prior to updating, ensure extensions are up to date and 2.2 compatible, and ensure that you keep backups. Developers should catch up with [develop.woothemes.com](http://develop.woothemes.com/) to see what has been happening in core. diff --git a/woocommerce.php b/woocommerce.php index d64cbce7f60..93a977cb1a4 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce * Plugin URI: http://www.woothemes.com/woocommerce/ * Description: An e-commerce toolkit that helps you sell anything. Beautifully. - * Version: 2.2.0 + * Version: 2.2.1 * Author: WooThemes * Author URI: http://woothemes.com * Requires at least: 3.8 @@ -33,7 +33,7 @@ final class WooCommerce { /** * @var string */ - public $version = '2.2.0'; + public $version = '2.2.1'; /** * @var WooCommerce The single instance of the class