Skip to content

Releases: netlogix/nximageoptimizer

5.0.0 - TYPO3 v12 Support

10 Jan 08:13
793eafc
Compare
Choose a tag to compare

What's Changed

  • TYPO3 v12 Support by @tweis in #18
  • [automated] Apply Coding Standard by @github-actions in #19

New Contributors

  • @github-actions made their first contribution in #19

Full Changelog: 4.0.5...5.0.0

4.0.5 - BUGFIX-Release for version constraints

26 Oct 14:00
170993e
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Remove TYPO3 version constraint to be compatibile with TYPO3 … by @tweis in #17

New Contributors

  • @tweis made their first contribution in #17

Full Changelog: 4.0.4...4.0.5

Use FAL API and general cleanup

14 Sep 07:03
77df27d
Compare
Choose a tag to compare

This uses FAL API for all image processing.
Additionally, some cleanup was done and the optimizer was split into two event listeners

Bugfixes for TYPO3 11

08 Sep 05:33
5fde0db
Compare
Choose a tag to compare

FEATURE: allow disabling automatic WebP creation
BUGFIX: disable image optimization in BE context

Fix PHP Warning: Undefined array key "additionalParameters"

27 Nov 16:30
034b31e
Compare
Choose a tag to compare
4.0.2

Fix PHP Warning: Undefined array key "additionalParameters"

BUGFIX: Event Listener is not triggered

06 Nov 20:43
Compare
Choose a tag to compare
4.0.1

BUGFIX: Fix typo in tag name

TYPO3 11 compatibility

01 Nov 00:13
Compare
Choose a tag to compare
4.0.0

FEATURE: Add v11 compatibility

3.1.2: BUGFIX: Disable processing for backend preview images (#6)

29 Mar 14:30
8c957a0
Compare
Choose a tag to compare
Backend introduced a DeferredBackendImageProcessor and creates thumbnails async.
Currently there is no api to check if the image is processed asynchronously,
therefore we disable processing for backend preview images.

3.1.1: BUGFIX: Fix composer waring by adding the missing extra (#5)

29 Mar 13:28
562e95a
Compare
Choose a tag to compare
https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ExtensionArchitecture/ComposerJson/Index.html#extra

Hide webp files in file list

17 Sep 08:11
7b72c29
Compare
Choose a tag to compare

When browsers request jpg or png files but if a corresponding webp file
is available the webp file is returned instead. Webp files are created
automatically.

This patch now hides the automatically created webp files in the TYPO3
file list because having those in place is an implementation detail when it
comes to editors selecting files.