-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update releases.json to be proper json to remove errors occurring in …
…Craft.log
- Loading branch information
1 parent
068724e
commit cfe868a
Showing
3 changed files
with
15 additions
and
42 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,34 +1,42 @@ | ||
[ | ||
{ | ||
"version": "0.1.5", | ||
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.5.zip", | ||
"date": "2016-04-27T11:17:28+10:00", | ||
"notes": [ | ||
"[Fixed] Fix releases.json so no errors in Craft Logs" | ||
] | ||
}, | ||
{ | ||
"version": "0.1.4", | ||
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.4.zip", | ||
"date": "2016-04-27T11:17:28+10:00", | ||
"notes": [ | ||
"[Fixed] Fix for error reporting", | ||
"[Fixed] Fix for error reporting" | ||
] | ||
}, | ||
{ | ||
"version": "0.1.3", | ||
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.3.zip", | ||
"date": "2016-04-27T11:17:28+10:00", | ||
"notes": [ | ||
"[Fixed] Updates for addToCart changes in Commerce 1.1.1207", | ||
"[Fixed] Updates for addToCart changes in Commerce 1.1.1207" | ||
] | ||
}, | ||
{ | ||
"version": "0.1.0", | ||
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.0.zip", | ||
"date": "2016-04-27T11:17:28+10:00", | ||
"notes": [ | ||
"[Improved] Error Handling", | ||
"[Improved] Error Handling" | ||
] | ||
}, | ||
{ | ||
"version": "0.0.9", | ||
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.0.9.zip", | ||
"date": "2016-04-26T11:17:28+10:00", | ||
"notes": [ | ||
"[Added] Add releases.json for updates", | ||
"[Added] Add releases.json for updates" | ||
] | ||
}, | ||
} | ||
] |