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-enforcer
to pull request workflow. - Installed
phpstan
. - Installed
phpstan/phpstan-symfony
andphpstan/phpstan-deprecation-rules
. - Added support for Symfony 7.x.
- Run pull request workflow also on lowest dependencies.
- Added
php-cs-fixer/shim
as dev dependency. - Replaced symfony/phpunit-bridge with phpunit/phpunit.
- Replaced deprecated
HttpKernelInterface::MASTER_REQUEST
withHttpKernelInterface::MAIN_REQUEST
.
- Removed support for PHP < 8.2.
- Removed support for Symfony < 6.4.
- Removed
bamarni/composer-bin-plugin
dev 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\DependencyInjection
as final in docblock; will be final in next major.