Skip to content

Releases: umanit/seo-bundle

v2.0.8

Choose a tag to compare

@DjLeChuck DjLeChuck released this 25 May 12:09
9a89f6f

Add Symfony 5.2 support

Bugfixes old_path identical to new_path

Choose a tag to compare

@GeneraleCauchemar GeneraleCauchemar released this 28 May 14:01
ee32d3e

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

Choose a tag to compare

@GeneraleCauchemar GeneraleCauchemar released this 21 Apr 08:23

Uses the EngineInterface rather than TwigEngine as typing for the $twig service in the BreadcrumbBuilder.

v1.2.4

Choose a tag to compare

@GeneraleCauchemar GeneraleCauchemar released this 21 Aug 13:31
  • 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

Choose a tag to compare

@artggd artggd released this 17 Jul 10:06

Add cache interface to composer.json

v1.2.2

Choose a tag to compare

@artggd artggd released this 15 Mar 13:06

Fix meta title placeholder in SeoMetadataType

Thanks @GeneraleCauchemar!

v1.2.1

Choose a tag to compare

@artggd artggd released this 14 Mar 09:07
  • Fix seo metadata form type default title and description.
  • Add prefix and suffix options to seo meta title and description.

Thanks @GeneraleCauchemar for both!

v1.1.3

Choose a tag to compare

@artggd artggd released this 27 Feb 09:25
c9d62af

Removed useless format tags in form theme.

v1.1.2

Choose a tag to compare

@artggd artggd released this 15 Feb 10:20

Fixed bug breaking the maker bundle.

v1.1.1

Choose a tag to compare

@artggd artggd released this 14 Feb 14:50
  • More generic translator injection
  • Fix events compat with gedmo sluggable