Skip to content

Releases: webcoast-dk/deferred-image-processing

v3.0.3

18 Dec 07:21
5da890b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.0.3

v3.0.2

17 Sep 15:49
a19d450

Choose a tag to compare

What's Changed

  • [TASK] Add index on checksum for processed fields table by @thommyhh in #38

Full Changelog: v3.0.1...v3.0.2

v3.0.1

07 Jul 08:04
609f851

Choose a tag to compare

What's Changed

Thanks to

Full Changelog: v3.0.0...v3.0.1

v3.0.0

01 Jul 18:51
6a90337

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0

01 Jul 09:04
a7e2e25

Choose a tag to compare

What's Changed

  • [FEATURE] TYPO3 CMS 12 support by @thommyhh in #28

  • [FEATURE] Add ShouldDeferEvent by @thommyhh in #32

  • [BUGFIX] Avoid exception with invalid crop data by @thommyhh in #18

  • [BUGFIX] Update publish workflow by @thommyhh in #33

  • [BUGFIX] Remove double ltrim($url) by @xerc in #24

  • [TASK] Improve and streamline composer.json and ext_emconf.php by @xerc in #25

  • [TASK] Restructure & streamline by @xerc in #26

  • [TASK] Improve request handling in middleware by @xerc in #31

  • [DOC] Add nginx config example by @xerc in #29

  • [DOC] Cleanup README by @thommyhh in #30

  • [DOC] Add version compatibility matrix by @thommyhh in #34

New Contributors

  • @xerc made their first contribution in #24

Special thanks goes to @xerc for all the work and effort he put into the v12 compatible version.

Full Changelog: v1.1.0...v2.0.0

v1.1.0

19 Sep 09:11
486737e

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

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

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

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

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