This commit is contained in:
les 2021-07-15 16:16:25 +02:00
parent 9400a1ec5c
commit 2258717eae
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 8 additions and 3 deletions

View file

@ -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

View file

@ -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)