All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.7 - 2024-04-16
- Return value of
NodeHistoryRepository->getByPath()
changed fromNode
toNodeHistory
1.0.6 - 2023-04-13
- Wrong service declaration for both controllers has been fixed
1.0.5 - 2023-04-13
- Fixes wrong typing on
SeoTrait->getSeoMetadata()
parameter andSeoTrait->setSeoMetadata()
return value (allowing null value to comply with property type declaration)
1.0.4 - 2023-04-03
- Adds a return to a setter in
SeoMetadata
to comply with return type declaration
1.0.3 - 2023-02-02
- Fixes erroneous changes to constructor in
NodeUpdatedEvent
andNodeBeforeUpdateEvent
1.0.2 - 2023-01-26
- Fixes typing misdeclarations in
SeoMetadata
1.0.1 - 2023-01-18
- Adds declaration of custom entity manager
- Adds Doctrine as a package requirement
- Manually injects custom entity manager in
NodeHelper
declaration
1.0.0 - 2023-01-18
- Adds initial CHANGELOG
- Adds support for PHP >= 8.0
- Adds support for Symfony >= 5.4
- Adds typing
- Adds attributes (both annotations and attributes are available for Doctrine ORM mapping configuration)
- Changes bundle namespace from
Umanit\Bundle\TreeBundle
toUmanit\TreeBundle
- Changes classes, interfaces, traits etc. method signatures
- Updates route declarations
- Drops support for PHP < 8.0
- Drops support for Symfony < 5.4
0.3.2 - 2018-10-05
Last release of v0.