Bumped version

This commit is contained in:
Mike Jolley 2011-10-16 21:57:25 +01:00
parent 94ce8a9045
commit 4e81539370
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ Contributors: woothemes
Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, shop, shopping, cart, checkout, widgets, reports, shipping, tax, paypal, inventory
Requires at least: 3.1
Tested up to: 3.3
Stable tag: 1.1
Stable tag: 1.1.1
An e-commerce toolkit that helps you sell anything. Beautifully.
@ -57,7 +57,7 @@ For further documentation on using WooCommerce, please sign up for free at http:
== Changelog ==
= 1.1.1 - xxx =
= 1.1.1 - 16/10/2011 =
* Products need a base, regardless of category settings - added base to prevent pages breaking
* Fixed hard cropping
* Translation fixes

View File

@ -3,7 +3,7 @@
Plugin Name: WooCommerce
Plugin URI: http://www.woothemes.com/woocommerce/
Description: An eCommerce plugin for wordpress.
Version: 1.1
Version: 1.1.1
Author: WooThemes
Author URI: http://woothemes.com
Requires at least: 3.1
@ -21,7 +21,7 @@ load_plugin_textdomain('woothemes', false, dirname( plugin_basename( __FILE__ )
* Constants
**/
if (!defined('WOOCOMMERCE_TEMPLATE_URL')) define('WOOCOMMERCE_TEMPLATE_URL', 'woocommerce/');
if (!defined("WOOCOMMERCE_VERSION")) define("WOOCOMMERCE_VERSION", "1.1");
if (!defined("WOOCOMMERCE_VERSION")) define("WOOCOMMERCE_VERSION", "1.1.1");
if (!defined("PHP_EOL")) define("PHP_EOL", "\r\n");
/**