docs: update change log

pull/91/head
sualko 2020-09-29 11:11:07 +02:00
parent 680606f817
commit e031d26037
1 changed files with 5 additions and 2 deletions

View File

@ -6,25 +6,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
## 1.1.0-beta.1 (2020-09-24) ## 1.1.0 (2020-09-29)
### Added ### Added
- [#57](https://github.com/sualko/cloud_bbb/issues/57) add support for URL shortener - [#57](https://github.com/sualko/cloud_bbb/issues/57) add support for URL shortener
- [#62](https://github.com/sualko/cloud_bbb/issues/62) create meeting activities - [#62](https://github.com/sualko/cloud_bbb/issues/62) create meeting activities
- show access mode in room overview - show access mode in room overview
- show room shared icon in room overview - show room shared icon in room overview
- add support for Nextcloud 20
### Fixed ### Fixed
- [#80](https://github.com/sualko/cloud_bbb/issues/80) clean up after user was deleted - [#80](https://github.com/sualko/cloud_bbb/issues/80) clean up after user was deleted
- [#73](https://github.com/sualko/cloud_bbb/issues/73) drop down not clickable - [#73](https://github.com/sualko/cloud_bbb/issues/73) drop down not clickable
- translate moderator message - translate moderator message
- [#78](https://github.com/sualko/cloud_bbb/issues/78) plural translation - [#78](https://github.com/sualko/cloud_bbb/issues/78) plural translation
- quoted column names - quoted column names in sql query
- unify error handling for room and restriction - unify error handling for room and restriction
- [#76](https://github.com/sualko/cloud_bbb/issues/76) record deletion with scalelight - [#76](https://github.com/sualko/cloud_bbb/issues/76) record deletion with scalelight
- [#85](https://github.com/sualko/cloud_bbb/issues/85) set password on room creation
### Misc ### Misc
- add meeting events - add meeting events
- order imports - order imports
- update composer dependencies
## 1.0.2 (2020-09-04) ## 1.0.2 (2020-09-04)
### Fixed ### Fixed