Skip to content

Releases: umanit/seo-bundle

v2.0.8

25 May 12:09
9a89f6f

Choose a tag to compare

Add Symfony 5.2 support

Bugfixes old_path identical to new_path

28 May 14:01
ee32d3e

Choose a tag to compare

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

21 Apr 08:23

Choose a tag to compare

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

v1.2.4

21 Aug 13:31

Choose a tag to compare

  • 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

17 Jul 10:06

Choose a tag to compare

Add cache interface to composer.json

v1.2.2

15 Mar 13:06

Choose a tag to compare

Fix meta title placeholder in SeoMetadataType

Thanks @GeneraleCauchemar!

v1.2.1

14 Mar 09:07

Choose a tag to compare

  • 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

27 Feb 09:25
c9d62af

Choose a tag to compare

Removed useless format tags in form theme.

v1.1.2

15 Feb 10:20

Choose a tag to compare

Fixed bug breaking the maker bundle.

v1.1.1

14 Feb 14:50

Choose a tag to compare

  • More generic translator injection
  • Fix events compat with gedmo sluggable