Skip to content

Commit

Permalink
Update releases.json to be proper json to remove errors occurring in …
Browse files Browse the repository at this point in the history
…Craft.log
  • Loading branch information
bossanova808 committed Jul 13, 2016
1 parent 068724e commit cfe868a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 42 deletions.
37 changes: 1 addition & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,42 +73,7 @@ This plugin has been tested with Craft 2.5 and Craft Commerce 1.0.1187.

## Changelog

0.1.4
* [Fixed] Fix for error reporting

0.1.3
* [Fixed] Update for Commerce 1.1.1207 changes to addToCart

0.1.0
* [Improved] Improved error handling.

0.0.9
* [Added] releases.json

0.0.8
* [Fixed] Handle submissions with all zero quantities more gracefully

0.0.7
* [Added] Add custom events similar to the standard Commerce add to cart events.
* [Fixed] Improved the documentation a bit based on recent Slack chats

0.0.6
* [Added] Refactor as a controller & service, following the Commerce_CartService approach. This makes it much faster and it supports rollback on failure too.

0.0.5
* [Added] Add support for the new Commerce options[whatever] system

0.0.4
* [Fixed] Updated with support Craft 2.5 and Commerce 0.9.1170+

0.0.3
* [Added] Add support for line item notes & add JSON returns for ajax requests

0.0.2
* [Added] Simple debugging support, JSON responses, error logging to plugin log

0.0.1
* [Added] Creation and initial version of multiadd
See [releases.json](https://raw.githubusercontent.com/engram-design/MultiAdd/master/releases.json)

## Credits

Expand Down
2 changes: 1 addition & 1 deletion multiadd/MultiAddPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function getName()

public function getVersion()
{
return '0.1.4';
return '0.1.5';
}

public function getSchemaVersion()
Expand Down
18 changes: 13 additions & 5 deletions releases.json
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"
]
},
}
]

0 comments on commit cfe868a

Please sign in to comment.