cleaning
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
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)
|
### 1.0.1 (alpha)
|
||||||
|
|
||||||
- fix AP resource removal
|
- fix AP resource removal
|
||||||
|
|||||||
@@ -113,9 +113,6 @@ export default {
|
|||||||
}
|
}
|
||||||
return hourList
|
return hourList
|
||||||
},
|
},
|
||||||
isRecurrent () {
|
|
||||||
return !!this.value.recurrent
|
|
||||||
},
|
|
||||||
whenPatterns () {
|
whenPatterns () {
|
||||||
if (!this.value.from) { return }
|
if (!this.value.from) { return }
|
||||||
const date = dayjs(this.value.from)
|
const date = dayjs(this.value.from)
|
||||||
|
|||||||
Reference in New Issue
Block a user