Коммит
612c6c470e
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -1,9 +1,33 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [2.0.0] - tbd
|
||||
### supported NC version 21
|
||||
Same as 1.8.0
|
||||
|
||||
## [1.8.0] - tbd
|
||||
### supported NC versions 19 - 20
|
||||
- [ux] #1164 - Wording: use list and table layout instead of desktop and mobile (#1443)
|
||||
- [ux] #1430 - Move poll informations to icon bar (info icon) (#1443)
|
||||
- [ux] #1418 - Allow changing emailaddress in public polls (#1431)
|
||||
- [ux] #1401 - Change registation dialog layout (#1429)
|
||||
- [ux] #1400 - Optimizations for registration dialog on mobiles (#1429)
|
||||
- [enhancement] #325 - added markdown support for poll description (#1443)
|
||||
- [enhancement] #1449 - Added option to hide booked up options (related to optoin limits)
|
||||
- [enhancement] #201, #404, #492 - Allow date option with timespan (#1365)
|
||||
- [enhancement] #991 - Allow date options without time (#1365)
|
||||
- [enhancement] #999 - Allow poll owner to delete comments (#1399)
|
||||
- [enhancement] - #1367 - Immediately adopt changes from other users to the current poll
|
||||
- [fix] #1374 - fix uniqueContraintsException when shifting dates
|
||||
- [fix] #1403 - Dark mode issue with confirmed options
|
||||
- [fix] #1374 - Fix uniqueContraintsException when shifting dates
|
||||
- [refactor] #1397 - Changed migrations
|
||||
- and some more fixes and refactoring
|
||||
|
||||
See also https://github.com/nextcloud/polls/milestone/33?closed=1
|
||||
|
||||
## [1.7.5 - bugfix release] - 2021-02-01
|
||||
- [fix] #1374 - fix uniqueContraintsException when shifting dates (backport)
|
||||
- [fix] #1380 - remove invalid shares before migration (backport)
|
||||
|
||||
## [1.7.4] - 2021-01-30
|
||||
### new Features since 1.6.x
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/vote.png</screenshot>
|
||||
<screenshot>https://raw.githubusercontent.com/nextcloud/polls/master/screenshots/edit-poll.png</screenshot>
|
||||
<dependencies>
|
||||
<nextcloud min-version="19" max-version="21" />
|
||||
<nextcloud min-version="19" max-version="20" />
|
||||
</dependencies>
|
||||
<background-jobs>
|
||||
<job>OCA\Polls\Cron\NotificationCron</job>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
],
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "7.2.0"
|
||||
"php": "7.4.0"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче