Skip to content

Commit

Permalink
Bumped version to 0.9.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
studioromeo committed Oct 7, 2011
1 parent 1e50ff5 commit 44cc036
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jigoshop.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Author: Jigowatt
* Author URI: http://jigowatt.co.uk
*
* Version: 0.9.9.1 (BETA)
* Version: 0.9.9.1
* Requires at least: 3.1
* Tested up to: 3.2.1
*
Expand All @@ -27,7 +27,7 @@

@session_start();

if (!defined("JIGOSHOP_VERSION")) define("JIGOSHOP_VERSION", "0.9.9.1 (BETA)");
if (!defined("JIGOSHOP_VERSION")) define("JIGOSHOP_VERSION", "0.9.9.1");
if (!defined("PHP_EOL")) define("PHP_EOL", "\r\n");

load_plugin_textdomain('jigoshop', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/');
Expand Down
13 changes: 12 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Tags: ecommerce, wordpress ecommerce, store, shop, shopping, cart, checkout, widgets, reports, shipping, tax, paypal
Requires at least: 3.1
Tested up to: 3.2.1
Stable tag: 0.9.9.1 (BETA)
Stable tag: 0.9.9.1

A feature packed eCommerce plugin built upon WordPress core functionality ensuring excellent performance and customisability.

Expand Down Expand Up @@ -132,6 +132,17 @@ We have a <a href="http://jigoshop.com/forums" title="Jigoshop support forum">co
9. Checkout

== Changelog ==
= 0.9.9.1 =
* Now saves coupon data in order panel
* Added body classes to track order page
* Added Russian Translation
* Fixed downloadable files not found
* Fixed install duplicates
* Added labels to bank transfer gateway
* Attributes are no longer using the slug
* Minor GUI Tweaks
* Other fixes (https://github.com/jigoshop/jigoshop/issues?milestone=7&state=closed)

= 0.9.9 =
* Configurable Products
* Global image sizes can now be declared from the panel.
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.9.1 (BETA)
0.9.9.1

0 comments on commit 44cc036

Please sign in to comment.