Skip to content

Releases: mocdk/MOC.ImageOptimizer

4.0.0 - Neos 5.x, Flow 6.x compatibility

20 Aug 14:07
24df87c
Compare
Choose a tag to compare
Merge pull request #20 from daniellienert/task/adjust-logger-for-flow-6

TASK: Adjust logger calls for Flow 6.0

3.0.1 - Neos 4.x, Flow 5.x compatibility

26 Apr 09:20
c1eb870
Compare
Choose a tag to compare
TASK: Require neos/media >3 to support Neos 4.x/Flow 5.x

3.0.0 - Neos 3.x, Flow 4.x compatibility

20 Jan 19:25
Compare
Choose a tag to compare
  • Customizable image processing libraries + support for additional image types

Breaking changes in the settings configuration that need to be adjusted.

2.0.2 – Neos 2.1 compatibility

10 Jan 09:44
Compare
Choose a tag to compare
TASK: Compatibility with Neos 2.1 (static thumbnail resources)

2.0.1

20 Nov 10:18
Compare
Choose a tag to compare
[TASK] Remove hack to retrieve file name and path from thumbnail reso…

…urce

Makes it compatible with CLI

2.0.0

18 Oct 12:42
Compare
Choose a tag to compare

Changes the aspect from targeting all published resource files to
instead only target generated thumbnail images from the media package.

This solves three important issues:

Only generated thumbnails will affected instead of all image files
Thumbnails will only be processed once when generated
Original files won't be affected since a thumbnail is always created
Removes compatibility with Flow in general and instead relies on the media package in a version requiring Flow 3.x. Which means it's no longer compatible with Neos 1.2.

1.0.1

18 Oct 12:43
Compare
Choose a tag to compare
[TASK] Improve error handling in logging

1.0.0

18 Oct 12:44
Compare
Choose a tag to compare
[TASK] Ignore library folder files in file monitoring

Prevents errors with too many files opened caused by the Flow
file monitoring in combination with the npm libraries.