From 27cbfd1110c018303592cf34ade985c446f1ec98 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 15 Apr 2023 10:48:51 +0200 Subject: [PATCH] release v1.19.0 --- CHANGELOG.md | 10 ++++++++++ src/core/Murph.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2eebc2..7fb8bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## [Unreleased] +## [1.19.0] - 2023-04-15 +### Added +* feat(page): forms for metas, opengraph and extra informations can be removed +* feat(navigation): user interface is improved +* feat(file): webp is allowed and shown in form widgets and in file manager details +* feat(file): the file manager now show the size and the modification date of a file +* feat(crud): add option `action` in field to add a link to the view page or to the edition page +* feat(crud): add option `inline_form` in field to configure to edit the data +* feat(crud): add `setDoubleClick` in the crud configuration + ## [1.18.0] - 2023-01-13 ### Added * feat(dep): add symfony/runtime diff --git a/src/core/Murph.php b/src/core/Murph.php index 060e854..b05a0b7 100644 --- a/src/core/Murph.php +++ b/src/core/Murph.php @@ -3,7 +3,7 @@ namespace App\Core; if (!defined('MURPH_VERSION')) { - define('MURPH_VERSION', 'v1.18.0'); + define('MURPH_VERSION', 'v1.19.0'); } /**