From bb5bcb9cbefe3df458a1b6294d2f0af8a3abb578 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 21 Dec 2020 18:09:03 +0100 Subject: [PATCH] Changelog wording --- changelog/60_3.0.0_2020-12-22.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/60_3.0.0_2020-12-22.md b/changelog/60_3.0.0_2020-12-22.md index 8cc9a176..5611bc4e 100644 --- a/changelog/60_3.0.0_2020-12-22.md +++ b/changelog/60_3.0.0_2020-12-22.md @@ -139,9 +139,9 @@ ### 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 "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 -- Users can now also have Userfields +- 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 - 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 - UI refresh / style improvements (thanks @zsarnett for the idea and initial work on this)