Skip to content

Commit

Permalink
changelog 7.2.5
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <[email protected]>
  • Loading branch information
dartcafe committed Nov 23, 2024
1 parent 052d8d9 commit fd775c6
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
-->
# Changelog
##
## [7.2.3] - 2024-09-25
## [7.2.5] - 2024-11-23
### Fix
- avoid error message due to new core check of column name length
- fix user search did not display subnames

## [7.2.4] - 2024-09-26
### Fix
- fix vote limit checks for public users
- fix access to public polls email and contact shares
Expand Down Expand Up @@ -58,7 +63,7 @@
- Fixed counting of orphaned votes
- Disable registration button while registration is pending
- Disable "resolve group share" while resolving
- Fix showing booked up options in polls with hidden results
- Fix showing booked up options in polls with hidden results
### Changes
- Mainly performance improvements
- Changed API structure for polls, please refer to the documentation
Expand Down Expand Up @@ -132,8 +137,8 @@

## [6.1.0] - 2024-02-16

#### This minor version contains a huge change in the internal user and Access management.
This is a step further to a public poll creation. The next major version will be a long time necessary technical migration to the current Vue 3 framework.
#### This minor version contains a huge change in the internal user and Access management.
This is a step further to a public poll creation. The next major version will be a long time necessary technical migration to the current Vue 3 framework.

So this 6.x branch will get only bug fixes and compatibility updates. Any other featues are scheduled after the migration.

Expand All @@ -154,7 +159,7 @@ So this 6.x branch will get only bug fixes and compatibility updates. Any other
- Fixed some minor activity issues
- Fixed autoreminder could not be set
- Fixed migration error which could cause data loss (when comming from 3.x)

## [6.0.1] - 2023-12-10
### Fixes
- Some minor fixes regarding user apperances
Expand Down Expand Up @@ -262,13 +267,13 @@ So this 6.x branch will get only bug fixes and compatibility updates. Any other
## [5.0.1] - 2023-04-13
### Fix
- Polls cannot be edited when user has no mail address

## [5.0.0] - 2023-04-07
### New
- Added qr code for public shares
### Changes
- PHP 8.0 as minimum requirement
- Shorten public tokens to 8 characters (lower and upper characters and digits)
- Shorten public tokens to 8 characters (lower and upper characters and digits)

## [4.1.8] - 2023-03-03
### Fix
Expand Down Expand Up @@ -355,7 +360,7 @@ So this 6.x branch will get only bug fixes and compatibility updates. Any other
- Use display name for avatar of the current public user instead of user id
- Fix export, if owner did not vote in the poll
- Fix adding option, when not admin (bulk operation)

## [3.7.0] - 2022-06-24
### New
- User setting for conflict check (hours before and after an option to search for conflicts)
Expand Down Expand Up @@ -440,7 +445,7 @@ So this 6.x branch will get only bug fixes and compatibility updates. Any other
- #2377 - Changed transitions on vote vlicks and add hover state
## [3.6.0-beta2] - 2022-04-13
### New
- #2373 - Add icon symbol for locked vote options
- #2373 - Add icon symbol for locked vote options
- #2351 - Store username in a public poll to cookie

### Fixed
Expand Down Expand Up @@ -860,10 +865,10 @@ See also https://github.com/nextcloud/polls/milestone/34?closed=1
## [1.7.2 - beta3] - 2021-01-17
- [enhancement] #1338 - Support dark mode and dark theme
- [fix] #1346 - user search broken
- [fix] #1344 - prevent commenting, when entering public poll without registration
- [fix] #1344 - prevent commenting, when entering public poll without registration

## [1.7.1 - beta2] - 2021-01-12
- [fix] #1325 - There are no spaces in the column name
- [fix] #1325 - There are no spaces in the column name
- [fix] #1326 - Invalid string text in the email
- [enhancement] #739 - Limit number of participants per option
- [enhancement] #738 - Limit number of votes per participant (also #647, #624)
Expand Down

0 comments on commit fd775c6

Please sign in to comment.