Fix for wrong version information in release 3.6.0
[3.6.1] - 2022-04-23
New
- Compatibility to Nextcloud 24
- Renaming: hidden polls are now private polls and public polls are called open polls to distinguish them from real public polls via public links
- Added configuration options for admins to add legal terms to the public registration dialog and emails
- Added the possibility for admins to add a disclaimer text to generated emails
- Added email addresses for owner's poll export
- Allow email share adding using common email formats with name
- Input fields now support matching keyboards on mobiles
- Grouping comments for less noise
- Bulk import for text polls
- Save username of a public poll (using cookie)
- Changed icon set
- some more design changes
Fixed
- Poll export to spreadsheeds was fixed if Poll title is longer than 31 characters
- Fix LDAP user search
- Poll list in admin page should not link to a poll
- Remove markup in text only emails
What's Changed
- Bump webpack from 5.69.0 to 5.69.1 by @dependabot in #2280
- Bump phpunit/phpunit from 9.5.13 to 9.5.14 by @dependabot in #2281
- Bump league/commonmark from 2.2.1 to 2.2.2 by @dependabot in #2282
- add type and inputmode and few optimizations by @dartcafe in #2283
- Admin settings - Add email disclaimer and links to legal terms for public polls and emails by @dartcafe in #2260
- l10n: Correct spelling by @Valdnet in #2288
- limit sheet name length by @dartcafe in #2287
- rename public and hidden polls to open and private by @dartcafe in #2289
- Bump phpunit/phpunit from 9.5.14 to 9.5.16 by @dependabot in #2291
- Bump vimeo/psalm from 4.20.0 to 4.21.0 by @dependabot in #2292
- Bump christophwurst/nextcloud from 22.1.1 to 23.0.2 by @dependabot in #2293
- Bump @nextcloud/vue from 5.0.0 to 5.1.0 by @dependabot in #2296
- Bump webpack from 5.69.1 to 5.70.0 by @dependabot in #2300
- Bump xlsx from 0.18.2 to 0.18.3 by @dependabot in #2299
- Bump vimeo/psalm from 4.21.0 to 4.22.0 by @dependabot in #2302
- Bump league/commonmark from 2.2.2 to 2.2.3 by @dependabot in #2301
- Bump css-loader from 6.6.0 to 6.7.0 by @dependabot in #2304
- Bump css-loader from 6.7.0 to 6.7.1 by @dependabot in #2305
- Bump friendsofphp/php-cs-fixer from 3.6.0 to 3.7.0 by @dependabot in #2309
- Bump doctrine/dbal from 3.3.2 to 3.3.3 by @dependabot in #2307
- Bump phpunit/phpunit from 9.5.16 to 9.5.18 by @dependabot in #2308
- use @nextcloud/webpack-vue-config by @dartcafe in #2310
- Add whitespace to the shares list by @dartcafe in #2295
- Support material design icons with configbox by @dartcafe in #2311
- fix modal heights by @dartcafe in #2312
- Bump @nextcloud/vue from 5.1.0 to 5.1.1 by @dependabot in #2316
- Bump xlsx from 0.18.3 to 0.18.4 by @dependabot in #2317
- Bump phpunit/phpunit from 9.5.18 to 9.5.19 by @dependabot in #2318
- Bump friendsofphp/php-cs-fixer from 3.7.0 to 3.8.0 by @dependabot in #2319
- Bump @nextcloud/moment from 1.1.1 to 1.2.0 by @dependabot in #2321
- Add ISearch::TYPE_EMAIL to user search by @dartcafe in #2323
- Move title to header and rearrange action buttons by @dartcafe in #2294
- Fix Exception upon validation of usernames and email addresses by @dartcafe in #2324
- remove poll route on admin page by @dartcafe in #2326
- l10n: Correct typo by @Valdnet in #2325
- add email addresses to poll export for owner by @dartcafe in #2327
- refactor inputDiv and it's style by @dartcafe in #2329
- Bump @nextcloud/vue from 5.1.1 to 5.2.1 by @dependabot in #2334
- Bump xlsx from 0.18.4 to 0.18.5 by @dependabot in #2335
- migrate access type hidden, public to private, open by @dartcafe in #2328
- Bump doctrine/dbal from 3.3.3 to 3.3.4 by @dependabot in #2338
- Add bulk import for text polls by @dartcafe in #2339
- Change AddDate button by @dartcafe in #2340
- group comments by user and posting time by @dartcafe in #2336
- Replace deprecated String.prototype.substr() by @CommanderRoot in #2332
- Fix/design 3.6 by @dartcafe in #2341
- Bump phpunit/phpunit from 9.5.19 to 9.5.20 by @dependabot in #2343
- Replace icons with material design icons by @dartcafe in #2344
- add prettier for vetur and vscode by @dartcafe in #2345
- use plain description if config is 'mail_send_plaintext_only' #2306 by @dartcafe in #2346
- remove unused dependencies by @dartcafe in #2352
- Bump prettier from 2.6.1 to 2.6.2 by @dependabot in #2353
- Bump @nextcloud/vue from 5.2.1 to 5.3.0 by @dependabot in #2354
- Change selection method #2313 by @dartcafe in #2349
- store personal token for a public poll in a cookie by @dartcafe in #2351
- fix router-sync by @dartcafe in #2355
- some fixes and comments for translators by @dartcafe in #2358
- refactor and fix styling by @dartcafe in #2357
- fix openly by @dartcafe in #2360
- Bump league/commonmark from 2.2.3 to 2.3.0 by @dependabot in #2362
- Bump doctrine/dbal from 3.3.4 to 3.3.5 by @dependabot in #2361
- Bump @nextcloud/vue from 5.3.0 to 5.3.1 by @dependabot in #2364
- Bump marked from 4.0.12 to 4.0.14 by @dependabot in #2365
- lost icons by @dartcafe in #2369
- fix locked vote cells and add locked icon by @dartcafe in #2373
- fix small issues in relation to activities by @dartcafe in #2374
- add feedback effects on voting and fix reactivity by @dartcafe in #2377
- Allow email share adding using common email formats with name by @dartcafe in #2375
- Bump core-js from 3.21.1 to 3.22.0 by @dependabot in #2380
- Bump @nextcloud/moment from 1.2.0 to 1.2.1 by @dependabot in #2381
- Bump core-js from 3.22.0 to 3.22.1 by @dependabot in #2382
- Fix icon display in chrome by @dartcafe in #2385
- Bump @nextcloud/eslint-config from 7.0.2 to 8.0.0 by @dependabot in #2383
New Contributors
- @CommanderRoot made their first contribution in #2332
Full Changelog: v3.5.4...v3.6.1