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
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