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)