From 2967d4693145a84f6ae90b61ad5bdb59e6e1ceec Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 24 Oct 2018 07:54:52 +1100 Subject: [PATCH] version 0.1.2 --- changelog.json | 8 ++++++++ events/EventsPlugin.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 0ca982c..387515a 100644 --- a/changelog.json +++ b/changelog.json @@ -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", diff --git a/events/EventsPlugin.php b/events/EventsPlugin.php index fbb53b0..65d956c 100755 --- a/events/EventsPlugin.php +++ b/events/EventsPlugin.php @@ -17,7 +17,7 @@ public function getName() public function getVersion() { - return '0.1.1'; + return '0.1.2'; } public function getSchemaVersion()