Handles image processing on request instead of during page generation
## Changes
* [TASK] Adjust version constraints to support TYPO3 v11 (#9)
* [BUGFIX] Normalize public URLs by removing leading slash by (#12)
* [FEATURE] Support PHP 8 (#14)
* [FEATURE] Add process command (#11 / #15)
## Thanks to
@jrenggli (Jonas Renggli, Visol.ch)
@dhuf (Daniel Huf, Visol.ch)
**Full Changelog**: https://github.com/webcoast-dk/deferred-image-processing/compare/v1.0.5...v1.1.0
Version | Upload comment | Works with TYPO3 | Download |
---|---|---|---|
1.1.0 /
stable
September 19, 2022 |
## Changes * [TASK] Adjust version constraints to support TYPO3 v11 (#9) * [BUGFIX] Normalize public URLs by removing leading slash by (#12) * [FEATURE] Support PHP 8 (#14) * [FEATURE] Add process command (#11 / #15) ## Thanks to @jrenggli (Jonas Renggli, Visol.ch) @dhuf (Daniel Huf, Visol.ch) **Full Changelog**: https://github.com/webcoast-dk/deferred-image-processing/compare/v1.0.5...v1.1.0 |
10.4.0 - 11.5.99 | Download |
1.0.5 /
stable
September 30, 2021 |
## Bugfixes * Bad performance with many queued files due to missing indexes in the database * Missing images under certain circumstances, e.g. when a source file identifier changes (e.g. moved or renamed file) |
10.4.0 - 10.4.99 | Download |
1.0.4 /
stable
August 23, 2021 |
## Bugfixes * Disable deferred image processing in backend (TYPO3 CMS already has that) * Disable deferred processing for PDFs files, because dimensions are missing (#7) |
10.4.0 - 10.4.99 | Download |
1.0.3 /
stable
July 09, 2021 |
## Bugfixes: * maxWidth and maxHeight not considered in target file width and height (Thanks to Markus Mächler) * Images from fallback storage can not be processed (Thanks to Markus Mächler) * Preview images for non-public storages not working (Thanks to Markus Mächler) * GIFBUILDER not working with deferred image processing (Thanks to Tyrone Rogers for reporting) ## Documentation * Add section about rewrite rules in .htaccess (Thanks to Manuel Munz) ## Technical stuff * Add automatic TER publishing through GitHub Actions |
10.4.0 - 10.4.99 | Download |
1.0.2 /
stable
February 24, 2021 |
Critical update!!! Disk filling up with endless file copies in var/transient [BUGFIX] Use read-only copy for getting image dimensions |
10.4.0 - 10.4.99 | Download |
1.0.1 /
stable
November 30, 2020 |
[BUGFIX] Missing PHP return type declaration [CLEANUP] Remove unnecessary dependencies |
10.4.0 - 10.4.99 | not availabledue to vulnerabilities |
1.0.0 /
stable
November 26, 2020 |
Handles image processing on request instead of during page generation
|
10.4.0 - 10.4.99 | not availabledue to vulnerabilities |