Added gaussianBlur media method #1623

This commit is contained in:
Andy Miller 2017-08-25 10:47:32 -06:00
parent b7e1eb9d1b
commit d1b0f12e5b
No known key found for this signature in database
GPG Key ID: E82B8D0EAB94EFB9
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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",