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

Commit

Permalink
Release 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
megawebmaster committed Sep 30, 2014
1 parent 183ba68 commit 506c3ed
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Changelog

* 1.12:
* 1.12 - 2014-09-30:
* New: User fields in user's profile.
* New: Support for disabled elements in admin settings.
* New: `Jigoshop_Options` new methods `get`, `set`, `add`, `delete` and `exists` - replaces ones with `_option` in the name.
* New: `jigoshop_enqueue_settings_scripts` action.
* New: `jigoshop.cart.update` on `.form-cart-items` after Ajax cart update.
* New: Cart quantity changes are immediately saved!
* New: Ability to select exact hour when sales starts and ends.
* New: WordPress memory limit check.
Expand All @@ -15,6 +16,7 @@
* Improved: Removed invalid email about processing order when going to on-hold status.
* Improved: Grouped products are checking parent group for sales dates.
* Improved: Shipping calculator always works with data set in My Account page.
* Improved: Products do not need to have tax classes selected.
* Fix: Variation SKU fetching.
* Fix: Order total minimum requirement for coupons.
* Fix: Shipping taxes are calculated for each applicable tax class.
Expand Down
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.12RC1
* Version: 1.12
* Requires at least: 3.8
* Tested up to: 4.0
* Text Domain: jigoshop
Expand All @@ -38,7 +38,7 @@
*/

if (!defined('JIGOSHOP_VERSION')) {
define('JIGOSHOP_VERSION', '1.12RC1');
define('JIGOSHOP_VERSION', '1.12');
}
if (!defined('JIGOSHOP_DB_VERSION')) {
define('JIGOSHOP_DB_VERSION', 1409050);
Expand Down
17 changes: 16 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,29 @@ However, if you want priority, dedicated support from Jigoshop staff, we dp offe

== Changelog ==

= 1.12 =
= 1.12 - 2014-09-30 =
* New: User fields in user's profile.
* New: Support for disabled elements in admin settings.
* New: `Jigoshop_Options` new methods `get`, `set`, `add`, `delete` and `exists` - replaces ones with `_option` in the name.
* New: `jigoshop_enqueue_settings_scripts` action.
* New: `jigoshop.cart.update` on `.form-cart-items` after Ajax cart update.
* New: Cart quantity changes are immediately saved!
* New: Ability to select exact hour when sales starts and ends.
* New: WordPress memory limit check.
* New: Actions in each product panel for additional fields.
* New: Customer email notification after placing order when getting to on-hold status.
* Improved: Emails: shop details header, tax number in company details.
* Improved: Formatted code of jigoshop emails.
* Improved: Removed invalid email about processing order when going to on-hold status.
* Improved: Grouped products are checking parent group for sales dates.
* Improved: Shipping calculator always works with data set in My Account page.
* Improved: Products do not need to have tax classes selected.
* Fix: Variation SKU fetching.
* Fix: Order total minimum requirement for coupons.
* Fix: Shipping taxes are calculated for each applicable tax class.
* Fix: Proper calculation of taxes after coupons have been applied.
* Fix: Memory checking when provided lowercase.
* Fix: Monthly report and reports are showing the same data now.

= 1.11.9 - 2014-09-16 =
* Fix: EU VAT handling for same country orders.
Expand Down

0 comments on commit 506c3ed

Please sign in to comment.