Skip to content

Releases: KnpLabs/KnpGaufretteBundle

v0.9.0

18 Dec 09:55
910a16c
Compare
Choose a tag to compare

What's Changed

Adds support for Symfony 7 and drops the support for Symfony 4.

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0 - 2022-10-21

30 Oct 17:20
6bf6ef3
Compare
Choose a tag to compare

Adds :

  • BC Break: Adding Types (remove deprecation notices triggered by Symfony)
    Please notice that the v0.8.0 is a major version, therefore if you extended any class or interface, you MUST implement it with types now.
  • Support for Gaufrette 0.11
    • With support for the new version of Google Client (compatible with PHP 8.0+)

Fixes :

  • Command documentation now print the right information (#242)

Removes :

  • Support for PHP < 7.4

v0.7.2

21 Mar 10:50
Compare
Choose a tag to compare

Fixes:

  • Add support for PHP 8.1 (#256)

v0.7.1

26 Dec 15:33
367c85c
Compare
Choose a tag to compare

Fixes :

v0.7.0

05 Dec 10:12
3225a85
Compare
Choose a tag to compare

v0.7.0

Changes :

  • Bump minimum Symfony 4 version to 4.2 to fix vulnerability issue (#228)
  • Symfony 5 support (#227)
  • PHP 7.4 support (#227)

Fixes :

  • Symplify TreeBuilder usage backward compatibility (#223)

Thank you @flug, @nm2107 and @p365labs for your contributions !

v0.6.1

06 Jun 10:09
564a364
Compare
Choose a tag to compare

Fixes

  • Keep compatibility with Symfony 3.4 as it is LTS (#221)
  • Fix Symfony 4.2 command deprecation about services usage (#210)
  • Fix Symfony 3.4 deprecation: Autowiring based on types (#215)

Thank you @ahilke, @nicolasmure and @timgregg for your contributions !

v0.6.0

03 Jun 14:32
8c5d813
Compare
Choose a tag to compare

Changes

  • Require PHP 7.1 as minimum (previous php versions are EOL) (#204)
  • PHP 7.3 support (#204)
  • Update Gaufrette dep to v0.8 (#204)
  • Update Symfony deps to v4 (#204)

Fixes

  • Make composer respects semver versioning (#196)
  • Update README for Symfony 4 directory structure (#206)
  • Remove TreeBuilder deprecations (#207)

Documentation fixes

  • Fixed documentation for phpseclib 2.0 (#189)
  • Simplified aws s3 docs (#193)
  • Pretty print doc block (#195)

Thanks to @aaronadal, @Awkan, @Nek-, @nicolasmure and @OskarStark for their
contributions!

v0.5.3

04 May 09:08
2789249
Compare
Choose a tag to compare

v0.5.2

30 Jan 13:06
2a3d24e
Compare
Choose a tag to compare
  • Declare command as service to fix sf3.4 deprecation #183

v0.5.1

05 Jan 16:59
41cf7af
Compare
Choose a tag to compare