Skip to content

Commit

Permalink
[Fixed] Fixed releases links
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Feb 21, 2017
1 parent 01d6124 commit c67820a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CartBundlePlugin.php
Expand Up @@ -83,7 +83,7 @@ public function getReleaseFeedUrl()
*/
public function getVersion()
{
return '1.1.2';
return '1.1.3';
}

/**
Expand Down
14 changes: 11 additions & 3 deletions releases.json
@@ -1,23 +1,31 @@
[
{
"version": "1.1.2",
"downloadUrl": "https://github.com/webdna/cartbundle/archive/1.1.2..zip",
"downloadUrl": "https://github.com/webdna/cartbundle/archive/1.1.3.zip",
"date": "2017-02-21T10:08:00.126Z",
"notes": [
"[Fixed] Fixed releases links"
]
},
{
"version": "1.1.2",
"downloadUrl": "https://github.com/webdna/cartbundle/archive/1.1.2.zip",
"date": "2017-02-21T09:55:00.126Z",
"notes": [
"[Fixed] Fixed issue of actionUpdateLineItem only being available for logged in users fixes"
]
},
{
"version": "1.1.1",
"downloadUrl": "https://github.com/webdna/cartbundle/archive/1.1.1..zip",
"downloadUrl": "https://github.com/webdna/cartbundle/archive/1.1.1.zip",
"date": "2017-01-26T10:26:00.126Z",
"notes": [
"[Fixed] Fixed issue with multiple bundles being squashed together"
]
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/webdna/cartbundle/archive/1.1.0..zip",
"downloadUrl": "https://github.com/webdna/cartbundle/archive/1.1.0.zip",
"date": "2017-01-23T10:15:00.126Z",
"notes": [
"[Added] Added custom updateLineItem action for updating bundle quantities
Expand Down

0 comments on commit c67820a

Please sign in to comment.