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

Commit

Permalink
++ release 1.17.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kkasowski committed Apr 22, 2016
1 parent a3130b5 commit 0ead327
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Changelog
* 1.17.15 - 2016.04.22:
* Fix: Fixed adding attributes when 'demo' attribute exist.
* 1.17.14 - 2016.04.01:
* Fix: Admin user edit page.
* Fix: vulnerability problems.
Expand Down
3 changes: 0 additions & 3 deletions assets/js/write-panels.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,6 @@ jQuery(function($) {
var attribute = $('select.attribute_taxonomy').val();
var type = $('select.attribute_taxonomy').find(':selected').data('type');

// Remove the demo if it exists
$('.demo.attribute').remove();

// Disable select option
if( $('select.attribute_taxonomy option:selected').val() ) {
$('select.attribute_taxonomy')
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 Limited
* Author URI: https://www.jigoshop.com
* Version: 1.17.14
* Version: 1.17.15
* Requires at least: 4.0
* Tested up to: 4.5
* Text Domain: jigoshop
Expand All @@ -41,7 +41,7 @@
die("Not to be accessed directly");
}
if (!defined('JIGOSHOP_VERSION')) {
define('JIGOSHOP_VERSION', '1.17.14');
define('JIGOSHOP_VERSION', '1.17.15');
}
if (!defined('JIGOSHOP_DB_VERSION')) {
define('JIGOSHOP_DB_VERSION', 1503180);
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: 2checkout, 2co, affiliate, authorize, cart, checkout, commerce, coupons, e
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=finance%40jigoshop%2ecom&lc=US&item_name=Jigoshop%20%2d%20Wordpress%2eorg%20donation%20link&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
Requires at least: 4.0
Tested up to: 4.5
Stable tag: 1.17.14
Stable tag: 1.17.15

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

Expand Down Expand Up @@ -127,6 +127,9 @@ However, if you want priority, dedicated support from Jigoshop staff, we dp offe

== Changelog ==

= 1.17.15 - 2016.04.22 =
* Fix: Fixed adding attributes when 'demo' attribute exist.

= 1.17.14 - 2016.04.01 =
* Fix: Admin user edit page.
* Fix: vulnerability problems.
Expand Down

0 comments on commit 0ead327

Please sign in to comment.