From f1960522322ab0018355568e9423aca7e9e8ef24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Fri, 29 Mar 2024 10:27:16 +0100 Subject: [PATCH] Update changelog --- doc/changelogs/CHANGELOG-5.x.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/changelogs/CHANGELOG-5.x.md b/doc/changelogs/CHANGELOG-5.x.md index 08b98960..9637fdfe 100644 --- a/doc/changelogs/CHANGELOG-5.x.md +++ b/doc/changelogs/CHANGELOG-5.x.md @@ -10,6 +10,17 @@ The following lists only the most important changes from version 4.0 to version * Minimum supported version of PHP is now PHP 7.4 or 8.0+ * Minimum supported version of Ibexa Platform is now 4.0 -* Service name for Tags service has been renamed to `netgen_tags.api.service.tags` (old name is kept for BC) +* Service name for Tags service has been renamed to `netgen_tags.api.service.tags` (old name is kept for BC) * The codebase has been modernized across the board: - Property typehints have been added to all code + +5.1.0 (06.09.2023) +------------------ + +* Implemented TagId and TagKeyword visitors for elasticsearch (Thanks @petarjakopec) +* Bumped all code to PHP 8.1 + +5.2.0 (29.03.2024) +------------------ + +* Bumped jQuery to 3.7.1 (Thanks @ljacmi)