Skip to content

Releases: nextcloud/polls

v3.0.0 RC 1

02 Jul 07:02
0fb1287
Compare
Choose a tag to compare
v3.0.0 RC 1 Pre-release
Pre-release

[3.0.0-rc.1] - 2021-07-02

Only available for Nextcloud 21/22

  • [compatibility] Compatible to Nextcloud 22
  • [fix] #1690 - Hide vote table, if too many cells are predicted
  • [fix] #1707 - Do not preselect 1.Jan 1970 on range selection in date-picker
  • [fix] #1724 - Do not send mails to disabled users (#1751)
  • [fix] #1789 - Compatibility to new Circles implementation in NC22
  • [ux] #1489 - Show Result count also in list view
  • [ux] #1711 - remove ordinal suffix/prefix from date display (#1748)
  • [ux] #1757 - rename "Deleted polls" to "Archive"
  • [design] #1776 - Change checkboxes to switch layout with new @nextcloud/vue
  • [enhancement] #1637 - Remove deleted groups from shares via event
  • [enhancement] #1788 - Raise field length for user ids and usernames (#1797)
  • [enhancement] #1691 - Optimizations in date-picker
  • [refactoring] #1637 - replace Doctrine\DBAL\ with OCP\DB
  • [refactoring] #1644 - control table changes via events
  • [refactoring] #1698 - Pack migrations
  • [refactoring] #1745 - Remove unused images
  • [refactoring] #1791 - Load components asynchronously, if not always used

https://github.com/nextcloud/polls/milestone/35?closed=1

v2.0.5 Bugfix-Release

01 Jul 06:38
b1e458d
Compare
Choose a tag to compare

[2.0.5 - release] - 2021-07-01

Only available for Nextcloud 20/21

  • [fix] #1774 - PHP 7.2 compatibility
  • [fix] #1781 - Skip repair steps on initial install
  • [fix] #1792 - check for existence of duration column before vote fix

v2.0.4 Bugfix-Release

22 Jun 19:41
7370b30
Compare
Choose a tag to compare

[2.0.4 - release] - 2021-06-22

Only available for Nextcloud 20/21

  • [fix] #1770 - Silently ignore UniqueConstraintViolationException while migrating voteOptionTexts

v2.0.3 Bugfix-Release

21 Jun 21:39
4b297c8
Compare
Choose a tag to compare

[2.0.3 - release] - 2021-06-21

Only available for Nextcloud 20/21

  • [fix] #1749 - Poll answers are not shown anymore after upgrade to 2.0 (#1762)
  • [fix] #1762 - Options with a time 00:00 are displayed without time information

v2.0.2 Bugfix-Release

11 Jun 19:40
5f7e4a5
Compare
Choose a tag to compare

This is a bugfix which addresses the problem for the falsely released version 2.0.0

Details

  • this version is identically to version 1.9.6 (downgrade)
  • only compatible with Nextcloud 20 and 21
  • No changes to the database

more

  • Additionally change to prevent #1723, since the migrationService doesn't allow notNull=true and default='' anymore.
  • Late delivery #1733

To update the polls version manually:

  • disable polls
  • delete ../apps/polls in your Nextcloud installation
  • extract the contents of the package (after it is available) to ../apps in your Nextcloud installation, You should find a fresh created folder pollsin your apps folder
  • enable polls

Tested on NC21 with upgrade path 1.8.3 -> 1.9.5 -> 2.0.0 -> 2.0.1

v1.9.7 Bugfix-Release

11 Jun 15:42
e4f58c0
Compare
Choose a tag to compare

This is a bugfix which addresses the problem for the falsely released version 1.9.5, which is not compatible with Nextcloud 19

Details:

  • this version is identically to version 1.8.3 (downgrade)
  • only compatible with Nextcloud 19
  • This update removes the possibly created columns
    • allow_proposals in polls_polls,
    • use_no in polls_polls,
    • proposals_expire in polls_polls,
    • owner in polls_options and
    • released in polls_options

Additionally change to prevent #1723, since the migrationService doesn't allow notNull=true and default='' anymore.

To update the polls version manually:

  • disable polls
  • delete ../apps/polls in your Nextcloud installation
  • extract the contents of the package (after it is available) to ../apps in your Nextcloud installation, You should find a fresh created folder pollsin your apps folder
  • enable polls

Tested with NC19 and an upgrade path 1.8.3 -> 1.9.5 -> 1.9.7

v1.9.6 Release

11 Jun 06:26
f795308
Compare
Choose a tag to compare

[1.9.6 - release] - 2021-06-08

Fixes

  • removed Compatibility with NC19 Minimum version is NC20

v1.9.5 Release

08 Jun 08:24
758b65c
Compare
Choose a tag to compare

[1.9.5 - release] - 2021-06-08

Fixes

  • repair package with invalid symbolic link
  • fix error with migration where 'notNull' does not allow empty string as defaults

v1.9.4 Release

04 Jun 19:05
445dc1b
Compare
Choose a tag to compare

[1.9.4 - release] - 2021-06-04

new Features

  • Fixed print layout
  • Date picker optimizations in date polls (adding date option)
  • One click deleting items now has a delay, which can be aborted (users, options, comments and shares)
  • Added feedback notification, when vote is saved
  • Allow participants adding option proposals
  • Remove polls of deleted users and remove all of their user informations
  • Render markup description in invitation mail
  • Added option to delete vote instead "no" vote
  • Added a janitor job to delete obsolete database entries (affects log and watch tables)
  • Added CLI commands for adding shares to poll via command line
  • Added statistical information to the poll information

Fixes

  • Error saving username on public polls when mail sending failed
  • First day of week was wrong in datepicker
  • adding parameters to API

… and more minor fixes and optimizations

v1.9.3 beta4

02 Jun 05:22
a92b543
Compare
Choose a tag to compare
v1.9.3 beta4 Pre-release
Pre-release

[1.9.3 - beta4] - 2021-06-02

Changes and fixes

  • [fix] #1686 - Fixing a print issue, when printing in list layout

[1.9.2 - beta3] - 2021-05-31

Changes and fixes

  • [fix] #1560 - First day of week is wrong in date picker (#1674)
  • [fix] #1661 - Disallow proposals on closed polls
  • [enhancement] #587 - Allow URL-Parameters for username and email address in public share (#1673)
  • [enhancement] #1625 - Avoid caching of get requests upon some server configuration (#1663)
  • [enhancement] #1676 - Add vote and option statistics to poll information

[1.9.1 - beta2] - 2021-05-28

Changes and fixes

  • [fix] #1652 - Error saving username on public polls (#1567)
  • [fix] #1658 - Migration error (Option owner 'disallow') (#1659) [Affects only beta1]
  • [enhancement] #1653 - Show sharee's name and email address after invitation sent (error/success) (#1657)
  • [enhancement] #1650 - Added poll information details

[1.9.0 - beta1] - 2021-05-22

Changes and fixes

  • [enhancement] #496 - Added possibility to allow participants proposing more options (#1570, #1127, #1495, #1554)
  • [enhancement] #1490 - Delete all user information, if user is removed from Nextcloud
  • [enhancement] #1632 - Render description from markup in invitation mails
  • [enhancement] #1627 - Add option for deleting votes if switched to 'no'
  • [enhancement] #1587 - Added janitor job to tidy database tables
  • [enhancement] #1516 - Added CLI commands for share management
  • [enhancement] #365 - Optimization of CSS for printing poll (#1567)
  • [fix] #1572 - Order in experimental settings (#1621)
  • [UX] #1519 - Add visual feedback, when vote is saved
  • [UX] #1506 - Date picker optimizations (#1543)
  • [UX] #1620 - Deletion of users, options, comments and shares can be aborted
  • [UX] #1556 - Adding toast notification after successful vote
  • [refactor] #1499 - Internal structure of store and components

See also https://github.com/nextcloud/polls/milestone/34?closed=1