Releases: jolicode/seo-override
Releases · jolicode/seo-override
Release v0.7.1
What's Changed
- fix(ea4): Prevents PropertyAccessor error when using SeoOverride with EasyAdmin 4 by @MarionLeHerisson in #52
New Contributors
- @MarionLeHerisson made their first contribution in #52
Full Changelog: 0.7.0...0.7.1
Release v0.7.0
- Add support for Symfony 6.0
- Drop support for PHP < 7.4
- Drop support for Symfony < 4.4
Release v0.6.3
- Allow PHP 8
- Fix error "Backtrack limit exhausted" with really big page
Release v0.6.2
- Fix SQL issue for some database when domain is null
- Fix deprecation messages and fix lowest package dependencies
Release v0.6.1
- Fix HTML overrides when tags contain new lines
Release v0.6.0
- 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
- Fix Symfony 3.4 / 4.0 compatibility with DataCollector
Release v0.5.0
- [BC BREAK] Remove SeoManagerInterface
- Add blacklist behaviour to avoid useless fetcher runs
- Add blacklisters checking for XHR or HTTP methods
Release v0.4.0
- [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
- Fix support for BinaryFileResponse and other empty content Responses