From ee9ba3e8a8894b4f10ba99a3d6c6e77d25eb933e Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 1 Aug 2018 09:00:47 +1000 Subject: [PATCH] version 0.1.1 --- changelog.json | 11 +++++++++++ events/EventsPlugin.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 3b36efb..0ca982c 100644 --- a/changelog.json +++ b/changelog.json @@ -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", diff --git a/events/EventsPlugin.php b/events/EventsPlugin.php index 974c1fd..fbb53b0 100755 --- a/events/EventsPlugin.php +++ b/events/EventsPlugin.php @@ -17,7 +17,7 @@ public function getName() public function getVersion() { - return '0.1.0'; + return '0.1.1'; } public function getSchemaVersion()