From 970af434160eedd2594f9adedb03f1d37398ebde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Fri, 6 May 2022 14:33:52 +0200 Subject: [PATCH] Add 5.x changelog --- doc/changelogs/CHANGELOG-5.x.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/changelogs/CHANGELOG-5.x.md diff --git a/doc/changelogs/CHANGELOG-5.x.md b/doc/changelogs/CHANGELOG-5.x.md new file mode 100644 index 00000000..08b98960 --- /dev/null +++ b/doc/changelogs/CHANGELOG-5.x.md @@ -0,0 +1,15 @@ +Netgen Tags Bundle 5.x changelog +================================ + +5.0.0 (06.05.2022) +------------------ + +Since 5.0 is a new major release, there were a number of breaking changes, so be sure to read [upgrade instructions](UPGRADE.md#upgrade-from-40-to-50). + +The following lists only the most important changes from version 4.0 to version 5.0: + +* 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) +* The codebase has been modernized across the board: + - Property typehints have been added to all code