From e8f4260e50af3ff07048154723552f234740c62d Mon Sep 17 00:00:00 2001 From: Amadeusz Starzykiewicz Date: Mon, 4 Aug 2014 14:05:16 +0200 Subject: [PATCH] Release 1.11 beta --- jigoshop.php | 4 ++-- readme.txt | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/jigoshop.php b/jigoshop.php index 94464345..2470e947 100644 --- a/jigoshop.php +++ b/jigoshop.php @@ -20,7 +20,7 @@ * Description: Jigoshop, a WordPress eCommerce plugin that works. * Author: Jigoshop * Author URI: http://www.jigoshop.com - * Version: 1.11dev + * Version: 1.11 * Requires at least: 3.8 * Tested up to: 3.9.1 * Text Domain: jigoshop @@ -38,7 +38,7 @@ */ if (!defined('JIGOSHOP_VERSION')) { - define('JIGOSHOP_VERSION', '1.11dev'); + define('JIGOSHOP_VERSION', '1.11'); } if (!defined('JIGOSHOP_DB_VERSION')) { define('JIGOSHOP_DB_VERSION', 1407060); diff --git a/readme.txt b/readme.txt index 81328be7..bc5e290e 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: Jigoshop Tags: ecommerce, wordpress ecommerce, store, shop, shopping, cart, checkout, widgets, reports, shipping, tax, paypal, jigoshop, shipping, inventory, stock, online, sell, sales, weights, dimensions, configurable, variable, downloadable, external, affiliate, download, virtual, physical Requires at least: 3.8 Tested up to: 3.9.1 -Stable tag: 1.10.6 +Stable tag: 1.11 A feature-packed eCommerce plugin built upon WordPress core functionality ensuring excellent performance and customizability. @@ -113,6 +113,19 @@ However, if you want priority, dedicated support from Jigoshop staff, we dp offe == Changelog == += 1.11 = +* New: Compatibility with WooThemes themes. +* New: Check for PHP accelerators as they might cause problems. +* New: Support for variable products in Price Filter widget. +* New: `jigoshop_report_widgets` action to add custom report boxes. +* New: `jQuery.payment()` function to ease payment redirection. +* New: Ability to always select "All of" in country dropdown. +* New: Replaced old ThickBox with WordPress Media Gallery. +* Improved: "Edit Product Category" and "Edit Product Tag" admin bar links now works properly. +* Fix: Invalid formatting of shipping dropdown. +* Fix: Displaying multiple select fields. +* Fix: Properly calculate tax for shipping. + = 1.10.6 - 2014-07-30 = * Fix: Security issue on comments feed. * Fix: Add obeying validate postcode setting in JavaScript validation.