Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 246a805c..873b0d73 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
-## [0.9.0] - eta Nov 2018
+## [0.9.1] - 2018-12-11
### Added
- create/edit page
@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
- improved UI
- introduced new NC date time picker from vue-nextcloud
- introduced multiselect from vue-nextcloud
- - added option to forbid "maybe" vote
+ - added option to allow "maybe" vote
- vote page
- made polls table scrollable
@@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file.
- Users in the admin group should be able to edit polls (#386)
### Changed
- - Compatibility to NC 14
+ - Compatibility to NC 14 and 15
- Introduced vue
- Changing database theme
- Polls is a Nextcloud only app now. If you wish to proceed developing the ownCloud version, make a fork from the `stable-0.8` branch.