Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

51 lines (31 loc) · 1.34 KB

Changelog

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.

1.3.0 - 2024-06-05

Added

  • Added changelog-enforcer to pull request workflow.
  • Installed phpstan.
  • Installed phpstan/phpstan-symfony and phpstan/phpstan-deprecation-rules.
  • Added support for Symfony 7.x.

Changed

  • 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 with HttpKernelInterface::MAIN_REQUEST.

Removed

  • Removed support for PHP < 8.2.
  • Removed support for Symfony < 6.4.
  • Removed bamarni/composer-bin-plugin dev dependency.

1.2.1 - 2023-07-13

https://github.com/freshheads/FHMultiSiteBundle/compare/1.2.0...1.2.1

1.2.0 - 2023-02-03

https://github.com/freshheads/FHMultiSiteBundle/compare/1.1.0...1.2.0

1.1.0 - 2020-07-08

Added

  • Added support for Symfony 5.x.
  • Added support for Twig 3.

Removed

  • Dropped support for Symfony below version 4.4.

Deprecated

  • Marked classes in FH\Bundle\MultiSiteBundle\DependencyInjection as final in docblock; will be final in next major.