From 42e9fa1aadf4b109b23d576aab20ec34cc47d20d Mon Sep 17 00:00:00 2001 From: Kamil Wylegala Date: Wed, 24 Jul 2024 18:14:39 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4e1257b4b..e7626aa30 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ It means that composer will look at `master` branch of repository configured und ## Changelog +### 2024-07-24 + +- Csrf vulnerabity fix back ported from Cake PHP 3 + ### 2024-06-05 - Removed usage of `strftime`, replaced with Intl extension.