Updated version label
This commit is contained in:
parent
c7300fd9d3
commit
acdb8baad0
|
@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sh
|
|||
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@woothemes.com&item_name=Donation+for+WooCommerce
|
||||
Requires at least: 3.1
|
||||
Tested up to: 3.3
|
||||
Stable tag: 1.1.3
|
||||
Stable tag: 1.2
|
||||
|
||||
An e-commerce toolkit that helps you sell anything. Beautifully.
|
||||
|
||||
|
@ -82,7 +82,7 @@ Yes you can! Join in on our GitHub repository :) https://github.com/woothemes/wo
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.1.4 - xx/10/2011 =
|
||||
= 1.2 - xx/10/2011 =
|
||||
* Added quick status change buttons (processing/complete) to orders panel
|
||||
* Ability to preview email templates
|
||||
* Option to add logout link to my account menu
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Plugin Name: WooCommerce
|
||||
Plugin URI: http://www.woothemes.com/woocommerce/
|
||||
Description: An eCommerce plugin for wordpress.
|
||||
Version: 1.1.3
|
||||
Version: 1.2
|
||||
Author: WooThemes
|
||||
Author URI: http://woothemes.com
|
||||
Requires at least: 3.1
|
||||
|
@ -22,7 +22,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.3");
|
||||
if (!defined("WOOCOMMERCE_VERSION")) define("WOOCOMMERCE_VERSION", "1.2");
|
||||
if (!defined("PHP_EOL")) define("PHP_EOL", "\r\n");
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue