Skip to content

v4.x

Latest
Compare
Choose a tag to compare
@ambroisemaupate ambroisemaupate released this 08 Sep 11:45
v4.1.1
f12304f

Support for S3 image storage via Flysystem library

4.1.0 - 2024-09-08

Features

  • Rewrote Dockerfile to build FROM official PHP image instead of Roadiz (removed useless php extensions).
    Switched to PHP 8.3 for Docker image. - (c86116c) - Ambroise Maupate

4.0.4 - 2023-11-13

Bug Fixes

  • Use logger debug instead of info - (a03f46a) - Ambroise Maupate

4.0.2 - 2023-04-26

Bug Fixes

  • Fixes #23 - allow Symfony 6 components - (62a3c2c) - Ambroise Maupate

4.0.1 - 2023-02-10

Bug Fixes

  • Updated README constructor examples - (531f7db) - Ambroise Maupate

4.0.0 - 2023-02-10

⚠ Breaking changes

  • Requires php80 minimum

Bug Fixes

  • Return null if no filesystem is configured - (4c2147d) - Ambroise Maupate

Features

  • Added FileResolverInterface to make native file loading abstract - (7a86ca0) - Ambroise Maupate
  • Added Flysystem file resolver - (1eef862) - Ambroise Maupate
  • Added Flysystem storage abstract and cache system - (3e8e583) - Ambroise Maupate
  • [breaking]Requires php80 minimum - (8c74872) - Ambroise Maupate