From 2258717eae7e90eb0260bfbcf518937f3e9ad8db Mon Sep 17 00:00:00 2001 From: les Date: Thu, 15 Jul 2021 16:16:25 +0200 Subject: [PATCH] cleaning --- CHANGELOG | 8 ++++++++ pages/add/DateInput.vue | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 93ccf2e6..a76150db 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ All notable changes to this project will be documented in this file. +### 1.0.2 (alpha) + - improve oauth flow UI + - [WordPress plugin](https://wordpress.org/plugins/wpgancio/) + - fix h-event import + - improve error logging (add stack trace to exception) + - choose start date for recurreing events (#120) + - fix user delete from admin + ### 1.0.1 (alpha) - fix AP resource removal diff --git a/pages/add/DateInput.vue b/pages/add/DateInput.vue index 9a47f8b3..4a0790d3 100644 --- a/pages/add/DateInput.vue +++ b/pages/add/DateInput.vue @@ -113,9 +113,6 @@ export default { } return hourList }, - isRecurrent () { - return !!this.value.recurrent - }, whenPatterns () { if (!this.value.from) { return } const date = dayjs(this.value.from)