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.
This commit is contained in:
parent
3c4177a579
commit
87c641bcd7
10
readme.txt
10
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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue