Skip to content

Commit

Permalink
Release 0.1.6 with new updateCart endpoint and minor fixings/tidy ups
Browse files Browse the repository at this point in the history
  • Loading branch information
bossanova808 committed Aug 16, 2016
1 parent d53445b commit f45a448
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Alternatively, submit via Ajax & get a JSON response, which (on success) include

## Update Cart

When viewing your cart, its currently not possible to update all your line items at once - instead it must be done for each line item. This might be desirable when a user has multiple line items in their cart, and wants to update quantities all at once by clicking an 'Update Cart' button.
When viewing your cart, it's currently not possible to update all your line items at once - instead it must be done for each line item. This might be desirable when a user has multiple line items in their cart, and wants to update quantities all at once by clicking an 'Update Cart' button.

To achieve this, create your cart template using the following guide:

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

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

public function getSchemaVersion()
Expand Down
9 changes: 9 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "0.1.6",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.6.zip",
"date": "2016-08-16T11:17:28+10:00",
"notes": [
"[Added] updateCart endpoint to update multiple line items in one go, e.g. via na Update Cart button",
"[Fixed] fix for missing descriptions variable in plugin settings"
]
},
{
"version": "0.1.5",
"downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.5.zip",
Expand Down

0 comments on commit f45a448

Please sign in to comment.