Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
studioromeo committed Nov 9, 2011
1 parent 0e38403 commit 2f9edb0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
6 changes: 3 additions & 3 deletions jigoshop.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
* Author: Jigowatt
* Author URI: http://jigowatt.co.uk
*
* Version: 0.9.9.1
* Version: 0.9.9.2
* Requires at least: 3.1
* Tested up to: 3.2.1
* Tested up to: 3.3 Beta 3
*
* @package Jigoshop
* @category Core
Expand All @@ -27,7 +27,7 @@

@session_start();

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

load_plugin_textdomain('jigoshop', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/');
Expand Down
23 changes: 10 additions & 13 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== Jigoshop - WordPress eCommerce ===
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
Tested up to: 3.3 Beta 3
Stable tag: 0.9.9.2

A feature packed eCommerce plugin built upon WordPress core functionality ensuring excellent performance and customisability.
Expand Down Expand Up @@ -133,24 +133,21 @@ We have a <a href="http://jigoshop.com/forums" title="Jigoshop support forum">co

== Changelog ==
= 0.9.9.2 =
* Add new Product Category shortcode
* Hungarian Translation by Kristóf Gruber
* Hungarian, Croatian and Indian currencies
* Variations only show 'From' if prices actually vary
* Display applied coupons on Admin orders
* Improve installation and page creation, ignore trashed pages
* Repair Admin product list pagination
* Add program hooks to emails to allow output customization
* Add program hooks to emails to allow output customisation
* Fixes for attributes and variations
* updated Spanish translations
* Hungarian Translation by Kristóf Gruber
* Hungarian, Croatian and Indian currencies
* repair free shipping
* added css classes to widget titles, prices, etc., for easier styling
* add product category shortcode
* repair and allow category and tag templates in themes
* begin Tax rework, allow out of state tax and tax based on shipping address
* more internationalization for text translations
* lots of internal code restructuring
* numerous small bug fixes

* Added css classes to widget titles, prices for easier styling
* Repair and allow category and tag templates in themes
* Begin Tax rework, allow out of state tax and tax based on shipping address
* More internationalization for text translations
* numerous small bug fixes & code improvements

= 0.9.9.1 =
* Added date ranges for coupons
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
0.9.9.2

0 comments on commit 2f9edb0

Please sign in to comment.