From 65a5af24e3ca6a0b158eefd0afd13e714dff97ea Mon Sep 17 00:00:00 2001 From: Samuel Roland <47849646+samuelroland@users.noreply.github.com> Date: Fri, 8 Jan 2021 20:58:15 +0100 Subject: [PATCH] version v2.3-beta published --- app/version.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app/version.php b/app/version.php index 1836ae4..25ff0e2 100644 --- a/app/version.php +++ b/app/version.php @@ -89,6 +89,21 @@ \n \nOthers: \n- **Page Member details** is in progress. Design is finished and contributions are displayed. Visibility parameters are not managed yet. +"], + [ + "version" => "v2.3-beta", + "date" => "2021-01-08", + "changelog" => "New features: +\n- **Addings on Page Members** are done. Delete unapproved users is possible. Last change of state displayed is useful when updating a user's state. +\n- **Page Delete/Archive account** that had an issue with flashmessages, is fixed. +\n- **Page Create a project** is done. Validations at server-side are better (empty string values and int values, invalid dates, ...) +\n- **User manual**. Little fixes and adjustements of images design. The error that occurs when the image is not found, is also fixed. +\n- **CRUD Models** for Projects management are done. +\n +\nOthers: +\n- **Page Projects** is almost finished. The order for projects in categories `Completed` and `Others` has been fixed (based on end date, not on priority like the 2 other categories). Some little design is needed yet for the progress bar and the access icon. +\n- **Page Member details** is in progress. Visibility parameters are managed for groups but not for contributions. +\n- **Tasks management in the Kanban** is advanced. The tasks can change columns. "] ];