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:
authordartcafe <github@dartcafe.de>2022-02-10 01:08:10 +0300
committerdartcafe <github@dartcafe.de>2022-02-10 01:08:10 +0300
commit7222621a39b2a6a031db15873a96e2df284f5840 (patch)
treec945438b0ebf5fb805388b0d6090a0a0bc9f88e6 /CHANGELOG.md
parent8301c483397cf509c1ac326d58c7b709cba88a09 (diff)
prepare release 3.5.0
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7ba02ff..3d124503 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,19 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [3.5.0] - tbd
+## [3.5.0] - 2022-02-09
## New
-- Export polls (.xlsx, odt, .csv, .html)
-- Track activities
-- Combine multiple polls in one view (read only)
-- Added feature switches for admins to en-/disable exports, activities and the new combo view
-- New command `occ polls:db:recreate` for validating and fixing db structure
+- following new features are disabled by default per admin switch
+ - Export polls (.xlsx, odt, .csv, .html)
+ - Track activities
+ - Combine multiple polls in one view (read only)
- Add polls to collections
- Linkify URLs and email addresses in text options
+- New command `occ polls:db:recreate` for validating and fixing db structure
## Fixed
- It was possible to add option proposals, when not registered in public polls
- A deleted poll could cause repeating error logs on notifications
+- fixed a migration error, when updating from rather old version
## [3.5.0-beta3] - 2022-02-01
- Code optimization and refactoring