diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b49d73..7837b32b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -* 1.15.1: +* 1.15.1 - 2014-12-19: * Fix: Fatal error on cart page. * Fix: JS error in favicon cart notification. * 1.15 - 2014-12-18: diff --git a/assets/js/favico.js b/assets/js/favico.js index a92c050f..3ac9be4e 100755 --- a/assets/js/favico.js +++ b/assets/js/favico.js @@ -465,7 +465,6 @@ return null; } elm.setAttribute('type', 'image/png'); - 0 return elm; }; link.setIcon = function(canvas) { diff --git a/jigoshop.php b/jigoshop.php index c991c0b8..b31b63f7 100755 --- 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.15 + * Version: 1.15.1 * Requires at least: 3.8 * Tested up to: 4.1 * Text Domain: jigoshop @@ -38,7 +38,7 @@ */ if (!defined('JIGOSHOP_VERSION')) { - define('JIGOSHOP_VERSION', '1.15'); + define('JIGOSHOP_VERSION', '1.15.1'); } if (!defined('JIGOSHOP_DB_VERSION')) { define('JIGOSHOP_DB_VERSION', 1411270); diff --git a/readme.txt b/readme.txt index b4b70ba0..0b3669c2 100755 --- a/readme.txt +++ b/readme.txt @@ -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=sales%40jigoshop%2ecom&lc=US&item_name=Jigoshop%20%2d%20Wordpress%2eorg%20donation%20link&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest Requires at least: 3.8 Tested up to: 4.1 -Stable tag: 1.15 +Stable tag: 1.15.1 A feature-packed eCommerce plugin built upon WordPress core functionality ensuring excellent performance and customizability. @@ -124,6 +124,10 @@ However, if you want priority, dedicated support from Jigoshop staff, we dp offe == Changelog == += 1.15.1 - 2014-12-19 = +* Fix: Fatal error on cart page. +* Fix: JS error in favicon cart notification. + = 1.15 - 2014-12-18 = * New: Favicon cart count notification * New: Easy add Jigoshop shortcodes in TinyMCE