Skip to content

Commit

Permalink
version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Oct 23, 2018
1 parent 336f08a commit 2967d46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "0.1.2",
"downloadUrl": "https://github.com/verbb/events/archive/0.1.2.zip",
"date": "2018-10-24T00:00:00+10:00",
"notes": [
"[Fixed] Add check for `isTicket()`, ensuring there’s a purchasable linked to a line item."
]
},
{
"version": "0.1.1",
"downloadUrl": "https://github.com/verbb/events/archive/0.1.1.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.1';
return '0.1.2';
}

public function getSchemaVersion()
Expand Down

0 comments on commit 2967d46

Please sign in to comment.