Skip to content

Releases: php-pm/php-pm-httpkernel

2.3.1: Remove check if APP_ENV is given to load dotenv (#186)

Choose a tag to compare

@andig andig released this 28 Jun 20:35
1e6124f

Fix Symfony BC break (#184)

Symfony 6

Choose a tag to compare

@andig andig released this 10 Jan 15:19
1125ab4

Add Symfony 6 support and drop Symfony 3.4

2.0.6

Choose a tag to compare

@andig andig released this 08 Jul 14:52
d9037fd

Bug fixes:

  • Add support for the new .env files structure for Symfony 5.1 (#174)

2.0.5

Choose a tag to compare

@andig andig released this 08 Jun 08:58
fd7d00c

Bug fixes:

  • Fix Symfony 5.1 Dotenv component deprecations (#171)

2.0.4

Choose a tag to compare

@andig andig released this 02 Jun 06:00
580622c

Bug fixes:

  • Fix file upload in Symfony v5 (#169)

2.0.3

Choose a tag to compare

@andig andig released this 23 Apr 06:18
e060e0b

Bug fixes:

  • Add Symfony 5 (#160)
  • Clean old resets now being done by the ResetInterface (#144)
  • Fix potential security issue (#164)
  • Fix broken tests due to composer description required (#167)

2.0.2

Choose a tag to compare

@andig andig released this 03 Jul 08:06

Bug fixes:

  • Fix SF 4.3 deprecation with Dotenv (#158)
  • Fix bad empty headers (#159)

2.0.1

Choose a tag to compare

@andig andig released this 03 Apr 17:59

Improvements:

  • Fix cyclic reference preventing gc (#156)

2.0

2.0

Choose a tag to compare

@andig andig released this 20 Mar 08:31
e974a26

New features:

  • Upgrade interfaces to PSR15 RequestHandlerInterface for php-pm 2.0

Improvements:

  • Reset Webpack Encore Filelist (#151)

1.0.6

Choose a tag to compare

@andig andig released this 02 Jan 09:29

Bug fixes:

  • Fixed an exception in the Laravel adapter (#142)
  • Fixed accessing request->data for Laravel adapter (#136)
  • Ensure sessions are cleaned after request (#131)

Improvements:

  • Only register twig files when debugging (#145)
  • Watch changes on files that are resources within the container (#148)