Releases: umanit/seo-bundle
Releases · umanit/seo-bundle
v2.0.8
Bugfixes old_path identical to new_path
Fixes a situation where, when modifying an entity annotated with @Route
, if the parameter being modified was a linked entity, the old_path
and new_path
properties for the new UrlHistory
were the same (the new_path
value being the only correct one).
Correcting the typing of a service used in BreadcrumbBuilder
Uses the EngineInterface
rather than TwigEngine
as typing for the $twig
service in the BreadcrumbBuilder.
v1.2.4
- Adds some configuration documentation
- In the UrlHistoryWriter event subscriber, a method could be called on null. A condition has been added to check the UrlRef value before attempting to call the setUrl method
v1.2.3
v1.2.2
Fix meta title placeholder in SeoMetadataType
Thanks @GeneraleCauchemar!
v1.2.1
- Fix seo metadata form type default title and description.
- Add prefix and suffix options to seo meta title and description.
Thanks @GeneraleCauchemar for both!