Skip to content

Releases: php-pm/php-pm-httpkernel

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

28 Jun 20:35
1e6124f
Compare
Choose a tag to compare

Symfony 6

10 Jan 15:19
1125ab4
Compare
Choose a tag to compare

Add Symfony 6 support and drop Symfony 3.4

2.0.6

08 Jul 14:52
d9037fd
Compare
Choose a tag to compare

Bug fixes:

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

2.0.5

08 Jun 08:58
fd7d00c
Compare
Choose a tag to compare

Bug fixes:

  • Fix Symfony 5.1 Dotenv component deprecations (#171)

2.0.4

02 Jun 06:00
580622c
Compare
Choose a tag to compare

Bug fixes:

  • Fix file upload in Symfony v5 (#169)

2.0.3

23 Apr 06:18
e060e0b
Compare
Choose a tag to compare

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

03 Jul 08:06
Compare
Choose a tag to compare

Bug fixes:

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

2.0.1

03 Apr 17:59
Compare
Choose a tag to compare

Improvements:

  • Fix cyclic reference preventing gc (#156)

2.0

20 Mar 08:31
e974a26
Compare
Choose a tag to compare
2.0

New features:

  • Upgrade interfaces to PSR15 RequestHandlerInterface for php-pm 2.0

Improvements:

  • Reset Webpack Encore Filelist (#151)

1.0.6

02 Jan 09:29
Compare
Choose a tag to compare

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)