Skip to content

Releases: helmutkaufmann/wn-media-plugin

Simplification

17 Sep 15:16
Compare
Choose a tag to compare

Code re-write to simplify the application of Intervention filters, now using call_user_func_arrayand call_user_func.
This shortened the code and allows to apply any new Intervention functions available in the future without code re-write. README adapted.
Note that the use of filter with strings, such as

{{ image | iresize(150, 100, "blur(1)->colorize(-100, 0, 0)->flip('v')" }}

is subject to deprecation in the future.

Updated loging

12 Feb 08:03
Compare
Choose a tag to compare
	modified:   Plugin.php

	modified:   classes/MediaExtensions.php

Compression

03 Jul 06:12
Compare
Choose a tag to compare

Adjusted image compression default values.

Initial public release

17 May 15:08
Compare
Choose a tag to compare
	modified:   Plugin.php

	modified:   classes/MediaExtensions.php
	modified:   updates/version.yaml

Check for revised source image

15 May 11:26
Compare
Choose a tag to compare
Pre-release

Check for updated source image and re-generate the resized one if teh image has changed.

Speed optimization

14 May 08:54
Compare
Choose a tag to compare
Speed optimization Pre-release
Pre-release
	modified:   Plugin.php

	modified:   README.md
	modified:   classes/MediaExtensions.php
	modified:   updates/version.yaml

Bug Fix

13 May 17:39
Compare
Choose a tag to compare
Bug Fix Pre-release
Pre-release
0.9.007

	modified:   Plugin.php

Improvements

12 May 05:35
Compare
Choose a tag to compare
Improvements Pre-release
Pre-release
0.9.006

	modified:   Plugin.php

Resize unfiltered images

12 May 05:34
Compare
Choose a tag to compare
Pre-release

Optimized

Pre-production release

07 May 09:05
Compare
Choose a tag to compare
Pre-release

Updated composer.json (description, removed intervention cache requirement).