Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
Release 1.11 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
megawebmaster committed Aug 4, 2014
1 parent a6af678 commit e8f4260
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jigoshop.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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);
Expand Down
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e8f4260

Please sign in to comment.