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

Commit

Permalink
Bump version, fix loose 0 in favico.js
Browse files Browse the repository at this point in the history
  • Loading branch information
megawebmaster committed Dec 19, 2014
1 parent 3359200 commit 3e7ce32
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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:
Expand Down
1 change: 0 additions & 1 deletion assets/js/favico.js
Expand Up @@ -465,7 +465,6 @@
return null;
}
elm.setAttribute('type', 'image/png');
0
return elm;
};
link.setIcon = function(canvas) {
Expand Down
4 changes: 2 additions & 2 deletions jigoshop.php
Expand Up @@ -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
Expand All @@ -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);
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
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=sales%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: 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.

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

0 comments on commit 3e7ce32

Please sign in to comment.