All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
changelog-enforcerto pull request workflow. - Installed
phpstan. - Installed
phpstan/phpstan-symfonyandphpstan/phpstan-deprecation-rules. - Added support for Symfony 7.x.
- Run pull request workflow also on lowest dependencies.
- Added
php-cs-fixer/shimas dev dependency. - Replaced symfony/phpunit-bridge with phpunit/phpunit.
- Replaced deprecated
HttpKernelInterface::MASTER_REQUESTwithHttpKernelInterface::MAIN_REQUEST.
- Removed support for PHP < 8.2.
- Removed support for Symfony < 6.4.
- Removed
bamarni/composer-bin-plugindev dependency.
https://github.com/freshheads/FHMultiSiteBundle/compare/1.2.0...1.2.1
https://github.com/freshheads/FHMultiSiteBundle/compare/1.1.0...1.2.0
- Added support for Symfony 5.x.
- Added support for Twig 3.
- Dropped support for Symfony below version 4.4.
- Marked classes in
FH\Bundle\MultiSiteBundle\DependencyInjectionas final in docblock; will be final in next major.