diff --git a/CHANGELOG.md b/CHANGELOG.md index dd49fe216..26b08ac00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # v1.3.3 ## xx/xx/2017 +1. [](#new) + * Added `gaussianBlur` media method [#1623](https://github.com/getgrav/grav/pull/1623) 1. [](#improved) * Added options to `Page::summary()` to support size without HTML tags [#1554](https://github.com/getgrav/grav/issues/1554) * Forced `natsort` on plugins to ensure consistent plugin load ordering across platforms [#1614](https://github.com/getgrav/grav/issues/1614) diff --git a/composer.json b/composer.json index 1b7056e79..64393678d 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "filp/whoops": "~2.0", "matthiasmullie/minify": "^1.3", "monolog/monolog": "~1.0", - "gregwar/image": "~2.0", + "gregwar/image": "2.*", "donatj/phpuseragentparser": "~0.3", "pimple/pimple": "~3.0", "rockettheme/toolbox": "~1.0",