- Fix PropertyAccessor error when using SeoOverride with EasyAdmin 4
- Add support for Symfony 6.0
- Drop support for PHP < 7.4
- Drop support for Symfony < 4.4
- Allow PHP 8
- Fix error "Backtrack limit exhausted" with really big page
- Fix SQL issue for some database when domain is null
- Fix deprecation messages and fix lowest package dependencies
- Fix HTML overrides when tags contain new lines
- 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)
- Fix Symfony 3.4 / 4.0 compatibility with DataCollector
- [BC BREAK] Remove SeoManagerInterface
- Add blacklist behaviour to avoid useless fetcher runs
- Add blacklisters checking for XHR or HTTP methods
- [BC BREAK][Doctrine] Change the type of Seo Columns from string(255) to text
- [BC BREAK][Symfony] Remove Symfony Validator Asserts on Seo object
- Fix support for BinaryFileResponse and other empty content Responses
- Tweak tests
- Add Symfony Validator Asserts on Seo object
- Fix Symfony data collector when listener did not run (after exception for example)
- Allow to change encoding when converting HTML chars
- Fix Symfony services visibility
- Add Web Profiler data collector
- Do not run fetchers on non 2XX responses
- Fix return typehint on Doctrine entity getters
- Force Doctrine column names in yaml mapping
- Fix deprecations in documentation
- Initial release