-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |