Version bumps and POT file

This commit is contained in:
Mike Jolley 2016-06-16 18:17:50 +01:00
parent ee620caf91
commit 2019cdf108
3 changed files with 471 additions and 470 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@ Contributors: automattic, mikejolley, jameskoster, claudiosanches, jshreve, code
Tags: ecommerce, e-commerce, store, sales, sell, shop, cart, checkout, downloadable, downloads, paypal, storefront
Requires at least: 4.4
Tested up to: 4.5
Stable tag: 2.6.0
Stable tag: 2.6.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
@ -229,5 +229,5 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
== Upgrade Notice ==
= 2.6.0 =
= 2.6 =
2.6 is a major update. It is important that you make backups and ensure themes and extensions are 2.6 compatible before upgrading, in particular shipping method extensions (e.g. Table Rate Shipping) since 2.6 introduces Shipping Zone functionality. [Read more here](https://woocommerce.wordpress.com/2016/06/14/say-hello-to-woocommerce-2-6-zipping-zebra/).

View File

@ -3,7 +3,7 @@
* Plugin Name: WooCommerce
* Plugin URI: https://www.woothemes.com/woocommerce/
* Description: An e-commerce toolkit that helps you sell anything. Beautifully.
* Version: 2.6.0
* Version: 2.6.1
* Author: WooThemes
* Author URI: https://woothemes.com
* Requires at least: 4.4
@ -35,7 +35,7 @@ final class WooCommerce {
*
* @var string
*/
public $version = '2.6.0';
public $version = '2.6.1';
/**
* The single instance of the class.