Releases: webfactory/WebfactoryNavigationBundle
Releases · webfactory/WebfactoryNavigationBundle
Erlaube die Verwendung mit aktuellen Versionen von `psr/log` (#42)
Allow Symfony 7 packages
5.8.0 Allow Symfony 7 packages (#39)
Erlaube PHP 8.3
5.7.0 Erlaube PHP 8.3 (#38)
Nutze HttpFoundation::getMainRequest für Symfony 6 Kompatibilität (#36)
5.6.0 Nutze neuen Methodenaufruf für Symfony 6 (#36)
Allow symfony 6 packages
5.5.0 Allow symfony 6 packages (#35)
Fix a missing return statement
This release backports #27 to the 4.x branch.
Fix a missing return statement
This backports #27 to the 3.x branch.
Fix a missing return statement
Add a missing return statement (#27) This is now necessary since a return type hint was added.
Adds some more type hints (#23, #24, #25)
5.4.0 Merge remote-tracking branch 'origin/4.x'
Allow usage with PHP 8.0/PHP 8.1 (#21)
Allow usage with PHP 8.x, fix a deprecation notice (#21) This declares compatibility with PHP 8.0/8.1 and fixes a deprecation notice I encountered. Does not use real `mixed` type hints to avoid PHP 8.0 as a minimum requirement. Closes #15.