Skip to content

Releases: webcoast-dk/deferred-image-processing

v1.1.0

19 Sep 09:11
486737e
Compare
Choose a tag to compare

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: v1.0.5...v1.1.0

v1.0.5

30 Sep 08:07
8fc4506
Compare
Choose a tag to compare

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)

v1.0.4

23 Aug 08:28
6440c7e
Compare
Choose a tag to compare

Bugfixes

  • Disable deferred image processing in backend (TYPO3 CMS already has that)
  • Disable deferred processing for PDFs files, because dimensions are missing (#7)

v1.0.3

09 Jul 06:24
8a8e874
Compare
Choose a tag to compare

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

1.0.2

24 Feb 10:58
73defb7
Compare
Choose a tag to compare

Critical update!!!

Fixes

  • Use read-only copy for getting image dimensions to avoid filling the disk with lots of copies in the var/transient folder

1.0.1

30 Nov 12:29
Compare
Choose a tag to compare

Fixes

  • Missing PHP return type declaration

Cleanup

  • Remove unnecessary dependencies

Compare

Up: 1.0.0...1.0.1
Down: 1.0.1...1.0.0

1.0.0

26 Nov 19:29
Compare
Choose a tag to compare
[RELEASE] Update version number in `ext_emconf.php`