Skip to content

Commit

Permalink
modified: composer.json
Browse files Browse the repository at this point in the history
	modified:   updates/version.yaml
  • Loading branch information
helmutkaufmann committed May 7, 2021
1 parent 7fc4e9c commit 20dd7ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -14,7 +14,6 @@
"require": {
"php": ">=7.0",
"composer/installers": "~1.0",
"intervention/image": "^2.5",
"intervention/imagecache": "^2.5"
"intervention/image": "^2.5"
}
}
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 20dd7ab

Please sign in to comment.