Bumped version
This commit is contained in:
parent
94ce8a9045
commit
4e81539370
|
@ -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
|
Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, shop, shopping, cart, checkout, widgets, reports, shipping, tax, paypal, inventory
|
||||||
Requires at least: 3.1
|
Requires at least: 3.1
|
||||||
Tested up to: 3.3
|
Tested up to: 3.3
|
||||||
Stable tag: 1.1
|
Stable tag: 1.1.1
|
||||||
|
|
||||||
An e-commerce toolkit that helps you sell anything. Beautifully.
|
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 ==
|
== 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
|
* Products need a base, regardless of category settings - added base to prevent pages breaking
|
||||||
* Fixed hard cropping
|
* Fixed hard cropping
|
||||||
* Translation fixes
|
* Translation fixes
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Plugin Name: WooCommerce
|
Plugin Name: WooCommerce
|
||||||
Plugin URI: http://www.woothemes.com/woocommerce/
|
Plugin URI: http://www.woothemes.com/woocommerce/
|
||||||
Description: An eCommerce plugin for wordpress.
|
Description: An eCommerce plugin for wordpress.
|
||||||
Version: 1.1
|
Version: 1.1.1
|
||||||
Author: WooThemes
|
Author: WooThemes
|
||||||
Author URI: http://woothemes.com
|
Author URI: http://woothemes.com
|
||||||
Requires at least: 3.1
|
Requires at least: 3.1
|
||||||
|
@ -21,7 +21,7 @@ load_plugin_textdomain('woothemes', false, dirname( plugin_basename( __FILE__ )
|
||||||
* Constants
|
* Constants
|
||||||
**/
|
**/
|
||||||
if (!defined('WOOCOMMERCE_TEMPLATE_URL')) define('WOOCOMMERCE_TEMPLATE_URL', 'woocommerce/');
|
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");
|
if (!defined("PHP_EOL")) define("PHP_EOL", "\r\n");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue