mirror of
https://github.com/getgrav/grav.git
synced 2026-07-05 07:39:26 +02:00
Added gaussianBlur media method #1623
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user