Changelog wording

This commit is contained in:
Bernd Bestel 2020-12-21 18:09:03 +01:00
parent 431a2ab9f7
commit bb5bcb9cbe
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -139,9 +139,9 @@
### Userfield improvements/fixes ### Userfield improvements/fixes
- New Userfield type "File" to attach any file, will be rendered as a link to the file in tables (if enabled) (thanks @fipwmaqzufheoxq92ebc) - New Userfield type "File" to attach any file, will be rendered as a link to the file in tables (if enabled) (thanks @fipwmaqzufheoxq92ebc)
- New Userfield type "Picture" to attach a picture, the picture will be rendered (small) in tables (if enabled) (thanks @fipwmaqzufheoxq92ebc) - New Userfield type "Picture" to attach a picture, the picture will be rendered (small) in tables (if enabled) (thanks @fipwmaqzufheoxq92ebc)
- New Userfield type "Link (with title)" - a link with a title (two input fields), so that the title is rendered instead of the link itself - New Userfield type "Link (with title)" - a link with a title (two input fields), so that the title is rendered in tables (if enabled) instead of the link itself
- Users can now also have Userfields
- Userfields can now be reordered on the input form (new field "Sort number" per Userfield, fields will be ordered by that number, if any) - Userfields can now be reordered on the input form (new field "Sort number" per Userfield, fields will be ordered by that number, if any)
- Users can now also have Userfields
### General & other improvements/fixes ### General & other improvements/fixes
- UI refresh / style improvements (thanks @zsarnett for the idea and initial work on this) - UI refresh / style improvements (thanks @zsarnett for the idea and initial work on this)