From bb9b9d71049a4d446ded1ae4ef90611ddb1e8f29 Mon Sep 17 00:00:00 2001 From: Samuel Roland <47849646+samuelroland@users.noreply.github.com> Date: Sun, 15 Nov 2020 23:48:00 +0100 Subject: [PATCH] version v2.0-beta published --- app/version.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/app/version.php b/app/version.php index ed570fd..5649dc0 100644 --- a/app/version.php +++ b/app/version.php @@ -53,7 +53,19 @@ \n- **Details of a projet** is in progress. Logbook display is pretty advanced. \n- **Create a project** and **Page projects** are in progress. \n- ..." - ] + ], + [ + "version" => "v2.0-beta", + "date" => "2020-11-15", + "changelog" => "- **Feedback form finished** (it can be activated with variables in `.const.php`) +\n- **Page Kanban** work in progress (create tasks, display their details and delete them is possible) +\n- Page Projects, Details of a project, Create a project, are in progress. +\n- **Technical documentation** (about the app and the project) is up to date (main doc: `kanff-doc-fr.md` and linked documentations: `helpers-functions.md`, `db-specifications.md`, `list-pages.md`, `structure-ajax-calls.md`) +\n +\nOthers: +\n- **My account** always in progress. The model is respected. +\n- **Start of demanding feedback** to external persons and fixing bugs +"] ]; ?>