-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix widget error when showing disabled products
Fixes #2
- Loading branch information
Showing
3 changed files
with
9 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "ether/purchase-patterns", | ||
"description": "Easily keep track of and show products customers bought together. Plus, sorting by individual and order sales.", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"type": "craft-plugin", | ||
"license": "proprietary", | ||
"minimum-stability": "dev", | ||
|
@@ -19,7 +19,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"extra": { | ||
"handle": "purchasePatterns", | ||
"handle": "purchase-patterns", | ||
"name": "Purchase Patterns", | ||
"developer": "Ether Creative", | ||
"developerUrl": "https://ethercreative.co.uk", | ||
|
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