-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MySQL 5.7 fixes and tweaks to other widgets
- Loading branch information
Showing
12 changed files
with
91 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,62 @@ | ||
[ | ||
{ | ||
"version": "1.0.8", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/craft-2.zip", | ||
"date": "2018-10-30T13:25:28.418Z", | ||
"notes": [ | ||
"[Fixed] Completed carts figure incorrect - https://github.com/bymayo/craft-commerce-widgets/issues/11" | ||
] | ||
} | ||
{ | ||
"version": "1.0.7", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/craft-2.zip", | ||
"date": "2018-05-25T13:25:28.418Z", | ||
"notes": [ | ||
"[Improved] Updated Icons & Branding" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.6", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/craft-2.zip", | ||
"date": "2018-03-08T17:03:00+00:00", | ||
"notes": [ | ||
"[Added] Added 'All' to TotalRevenueOrdersWidget", | ||
"[Improved] Moved Craft 2 version to seperate branch (Craft 3 version coming soon...)" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.5", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip", | ||
"date": "2017-02-09T17:03:00+00:00", | ||
"notes": [ | ||
"[Fixed] Incorrect limit on Cart Abadonment widget (Thanks terryupton! [Again!])", | ||
"[Improved] Removed left over debugging in JS", | ||
"[Improved] Changed colour of Cart Abanadoment widget chart" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.4", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip", | ||
"date": "2017-02-09T17:03:00+00:00", | ||
"notes": [ | ||
"[Fixed] Incorrect year on Total Revenue widget (Thanks terryupton!)" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.3", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip", | ||
"date": "2016-09-19T17:03:00+00:00", | ||
"notes": [ | ||
"[Added] Top Customers widget" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.2", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip", | ||
"date": "2016-09-19T11:57:00+00:00", | ||
"notes": [ | ||
"[Improved] Cart Abanadonment widget graph now has a 'No Results' state" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.1", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip", | ||
"date": "2016-09-19T11:42:00+00:00", | ||
"notes": [ | ||
"[Fixed] Fixed Cart Abandonment widget numbers", | ||
"[Improved] Cart Abandonment widget colours. Now easier to see which value is completed" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.0", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip", | ||
"date": "2016-09-02T19:42:00+00:00", | ||
"notes": [ | ||
"[Added] Initial release" | ||
] | ||
} | ||
{ | ||
"version": "1.0.6", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/craft-2.zip", | ||
"date": "2018-03-08T17:03:00+00:00", | ||
"notes": [ | ||
"[Added] Added 'All' to TotalRevenueOrdersWidget", | ||
"[Improved] Moved Craft 2 version to seperate branch (Craft 3 version coming soon...)" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.5", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip", | ||
"date": "2017-02-09T17:03:00+00:00", | ||
"notes": [ | ||
"[Fixed] Incorrect limit on Cart Abadonment widget (Thanks terryupton! [Again!])", | ||
"[Improved] Removed left over debugging in JS", | ||
"[Improved] Changed colour of Cart Abanadoment widget chart" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.4", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip", | ||
"date": "2017-02-09T17:03:00+00:00", | ||
"notes": [ | ||
"[Fixed] Incorrect year on Total Revenue widget (Thanks terryupton!)" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.3", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip", | ||
"date": "2016-09-19T17:03:00+00:00", | ||
"notes": [ | ||
"[Added] Top Customers widget" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.2", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip", | ||
"date": "2016-09-19T11:57:00+00:00", | ||
"notes": [ | ||
"[Improved] Cart Abanadonment widget graph now has a 'No Results' state" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.1", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip", | ||
"date": "2016-09-19T11:42:00+00:00", | ||
"notes": [ | ||
"[Fixed] Fixed Cart Abandonment widget numbers", | ||
"[Improved] Cart Abandonment widget colours. Now easier to see which value is completed" | ||
] | ||
}, | ||
{ | ||
"version": "1.0.0", | ||
"downloadUrl": "https://github.com/bymayo/commerce-widgets/archive/master.zip", | ||
"date": "2016-09-02T19:42:00+00:00", | ||
"notes": [ | ||
"[Added] Initial release" | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
</tr> | ||
{% else %} | ||
<tr> | ||
<td colspan="4"> | ||
<td colspan="5"> | ||
No products found. | ||
</td> | ||
</tr> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters