From 1498ab53084c7028c1b61996dec1f10bdce3dd07 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 16 Mar 2022 12:51:22 +0100 Subject: [PATCH 1/3] update dashboard template --- templates/core/dashboard/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/core/dashboard/index.html.twig b/templates/core/dashboard/index.html.twig index 0b3d2b4..c970250 100644 --- a/templates/core/dashboard/index.html.twig +++ b/templates/core/dashboard/index.html.twig @@ -5,7 +5,7 @@

- Tableau de bord + {{ 'Dashboard'|trans }}

From 2be2da285ab93b1cb731654a5724db189858680d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 16 Mar 2022 12:51:44 +0100 Subject: [PATCH 2/3] remove useless env var from makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 8b61d9b..4a190b7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ COMPOSER_BIN ?= composer PHP_BIN ?= php8.1 -SSH_BIN ?= ssh YARN_BIN ?= yarn NPM_BIN ?= npm From 4d235c4ec55a83a8a82d2991ff280a96986d9b79 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 16 Mar 2022 12:51:53 +0100 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a57cd..98b3cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ ## [Unreleased] ### Added +* add url and path generators using code (twig) ### Fixed ### Changed +* update node entity constraints ## [1.9.1] - 2022-03-14 ### Added