Skip to content

Releases: webfactory/WebfactoryNavigationBundle

Erlaube die Verwendung mit aktuellen Versionen von `psr/log` (#42)

04 Sep 15:21
50d9265
Compare
Choose a tag to compare

What's Changed

  • Aktualisiere PHP-CS-Fixer auf v3.62.0 by @mpdude in #40
  • Nutze Docker-Image von friendsofphp/php-cs-fixer by @mpdude in #41
  • Erlaube die Verwendung mit aktuellen Versionen von psr/log by @mpdude in #42

Full Changelog: 5.8.0...5.8.1

Allow Symfony 7 packages

22 Apr 12:34
0fb02f3
Compare
Choose a tag to compare
5.8.0

Allow Symfony 7 packages (#39)

Erlaube PHP 8.3

15 Apr 08:33
71479c4
Compare
Choose a tag to compare
5.7.0

Erlaube PHP 8.3 (#38)

Nutze HttpFoundation::getMainRequest für Symfony 6 Kompatibilität (#36)

07 Jun 10:30
dccc1db
Compare
Choose a tag to compare
5.6.0

Nutze neuen Methodenaufruf für Symfony 6 (#36)

Allow symfony 6 packages

06 Jun 08:59
9dbd913
Compare
Choose a tag to compare
5.5.0

Allow symfony 6 packages (#35)

Fix a missing return statement

06 Jun 11:45
5a05f24
Compare
Choose a tag to compare

This release backports #27 to the 4.x branch.

Fix a missing return statement

06 Jun 11:44
c13bfec
Compare
Choose a tag to compare

This backports #27 to the 3.x branch.

Fix a missing return statement

06 May 12:18
5fe94e5
Compare
Choose a tag to compare
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)

05 May 20:41
Compare
Choose a tag to compare
5.4.0

Merge remote-tracking branch 'origin/4.x'

Allow usage with PHP 8.0/PHP 8.1 (#21)

05 May 07:55
481cc6c
Compare
Choose a tag to compare
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.