Releases: 68publishers/image-storage
Releases · 68publishers/image-storage
v1.3.0
Added
- [DX] Added Docker image for PHP 8.3.
Changed
- Improved image persistence - if the source image has not really been modified, the original is used, thus avoiding the increase in filesize.
- Methods
LinkGeneratorInterface::srcSet()
andImageStorageInterface::srcSet()
now returns an object of typeSrcSet
instead of a string.
Fixed
- [DX] Fixed Imagick installations in Dockerfile.
v1.2.1
v1.2.0
v1.1.0
v1.0.2
v1.0.1
v1.0.0
Version 1.0.0 🎉
Support
- added support for PHP
^8.1
(PHP7
not supported) - added support for Latte
^3.0
(Latte2
not supported)
Changes
- integrated with
68publishers/file-storage
in the version^1.0.0
- added strict types for all properties
- added return types for all methods
- improved coding style
- removed class
AbstractImageServerPresenter
- ImageServer presenter and routes are now automatically registered and configured in the application if the option
route: yes
is defined in the configuration for a storage - updated README
Development
- added Dockerfile and docker-compose.yml with containers for all supported PHP versions
- added tests
- added Makefile
- added GitHub actions
- added PHPStan (level 8)
v0.5.8
v0.5.7
v0.5.6
Fixed presets usage - removed strict return type from a method `PathInfoInterface::getModifiers()` (the method can returns null, an array or a string) - added missing calling of a method `ModifierFacadeInterface::setPresets()` in a compiler extension `ImageStorageExtension`