Skip to content

Releases: jolicode/seo-override

Release v0.7.0

02 Mar 11:11
08952d2
Compare
Choose a tag to compare
  • Add support for Symfony 6.0
  • Drop support for PHP < 7.4
  • Drop support for Symfony < 4.4

Release v0.6.3

24 Feb 13:45
675e965
Compare
Choose a tag to compare
  • Allow PHP 8
  • Fix error "Backtrack limit exhausted" with really big page

Release v0.6.2

22 Aug 14:31
063fcdb
Compare
Choose a tag to compare
  • Fix SQL issue for some database when domain is null
  • Fix deprecation messages and fix lowest package dependencies

Release v0.6.1

24 Apr 12:41
2bc3ff7
Compare
Choose a tag to compare
  • Fix HTML overrides when tags contain new lines

Release v0.6.0

26 Mar 08:47
Compare
Choose a tag to compare
  • Drop compatibility with Symfony < 3.0
  • Add compatibility with Symfony 4.0
  • [BC BREAK][Doctrine] Changed SeoOverride SQL index to use a hash of the path
    (you should update your database schema due to SQL column and index changes)

Release v0.5.1

28 Dec 16:11
c466605
Compare
Choose a tag to compare
  • Fix Symfony 3.4 / 4.0 compatibility with DataCollector

Release v0.5.0

12 Oct 15:38
Compare
Choose a tag to compare
  • [BC BREAK] Remove SeoManagerInterface
  • Add blacklist behaviour to avoid useless fetcher runs
  • Add blacklisters checking for XHR or HTTP methods

Release v0.4.0

12 Sep 15:21
Compare
Choose a tag to compare
  • [BC BREAK][Doctrine] Change the type of Seo Columns from string(255) to text
  • [BC BREAK][Symfony] Remove Symfony Validator Asserts on Seo object

Release v0.3.1

01 Sep 10:40
Compare
Choose a tag to compare
  • Fix support for BinaryFileResponse and other empty content Responses

Release v0.3.0

18 Aug 10:00
Compare
Choose a tag to compare
  • Added new Symfony Validator asserts
  • Tweak tests