Releases: somehow-digital/typo3-media-processing
Releases · somehow-digital/typo3-media-processing
Version 0.7.0
- Introduce option to enable/disable PDF processing for the
imgproxy
integration. - Determine and set dimensions of PDF files prior to processing.
- Skip processing for files not having valid dimensions set.
- Declare report classes as private services.
Version 0.6.0
- Add support for
gravity
parameter forgumlet.com
integration. - Add support for URL signing for
bunny.net
integration. - Fix configuration label for the
imgproxy
integration. - Fix argument definition on the
ImgixImageService::__construct
method. - Fix return-type on the
GumletUri::getKey
method. - Fix incorrect gravity parameter for the
imgproxy
integration. - Fix incorrect gravity parameter for the
optimole
integration.
Version 0.5.0
- Add integration for gumlet.com
service
. - Add support for
gravity
parameter forcloudflare.com
integration. - Fix URL building when
config.absRefPrefix
is set. - Fix composer configuration regarding supported PHP versions.
Version 0.4.0
- Add focus area support for imgproxy library.
Version 0.3.3
- Remove empty parameters from URIs.
- Trim slashes from host URIs.
Version 0.3.2
- Add URL signing functionality for the imagekit.io integration.
- Fix URL building for the imagekit.io integration.
Version 0.3.1
- Add setting to store processed files for compatibility with various extensions.
Version 0.3.0
- Add integration for imgix.com
service
. - Add integration for cloudinary.com
service
. - Add integration for cloudimage.io
service
.
Version 0.2.0
- Add integration for bunny.net
service
. - Add integration for sirv.com
service
.
Version 0.1.0
- Add support for TYPO3
12
. - Add support
resizing
andcropping
operations. - Add integration for imgproxy
library
. - Add integration for imagor
library
. - Add integration for thumbor
library
. - Add integration for optimole.com
service
. - Add integration for bunny.net
service
. - Add integration for cloudflare.com
service
. - Add integration for imagekit.io
service
. - Add backend toolbar action and CLI command for processed media invalidation.