Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 31, 2018
1 parent 82d4b01 commit ee9ba3e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"version": "0.1.1",
"downloadUrl": "https://github.com/verbb/events/archive/0.1.1.zip",
"date": "2018-08-01T00:00:00+10:00",
"notes": [
"[Fixed] Ensure cart-adding supports notes and options.",
"[Fixed] Switch events to be output ascending by default.",
"[Fixed] Fix incorrect references for PDF config files.",
"[Fixed] Fix displaying price incorrectly for some locales."
]
},
{
"version": "0.1.0",
"downloadUrl": "https://github.com/verbb/events/archive/0.1.0.zip",
Expand Down
2 changes: 1 addition & 1 deletion events/EventsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function getName()

public function getVersion()
{
return '0.1.0';
return '0.1.1';
}

public function getSchemaVersion()
Expand Down

0 comments on commit ee9ba3e

Please sign in to comment.