From 20dd7ab540e063980018a0b134f8f22079f96d47 Mon Sep 17 00:00:00 2001 From: helmutkaufmann Date: Fri, 7 May 2021 11:04:29 +0200 Subject: [PATCH] modified: composer.json modified: updates/version.yaml --- composer.json | 5 ++--- updates/version.yaml | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6d4b4cb..d7adfbd 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mercator/wn-media-plugin", "type": "winter-plugin", - "description": "Improved media handling for Winter CMS, including (i) a WinterCMS image resizer replacement that renders modern image formats where they can be displayed by the browsers; (2) an advanced image manipulation using the Intervention library.", + "description": "Media Processing Plugin for Winter CMS, replacing resize and introducing advanced image filter capabilities based on the Intervention library.", "keywords": ["winter", "wintercms", "laravel", "image", "iresize", "repalcement" ,"Intervention", "webp", "resize", "resizer", "extension", "plugin", "php"], "license": "MIT", "authors": [ @@ -14,7 +14,6 @@ "require": { "php": ">=7.0", "composer/installers": "~1.0", - "intervention/image": "^2.5", - "intervention/imagecache": "^2.5" + "intervention/image": "^2.5" } } diff --git a/updates/version.yaml b/updates/version.yaml index c136604..f8d010c 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -1,2 +1,3 @@ 0.9.001: Initial plugin version 0.9.004: Added option to specify filters using Twig arrays. Added additional filters. Added EXIF and ITPC functions. Improved README. +0.9.005: Updated composer.