mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Added gaussianBlur media method #1623
This commit is contained in:
parent
b7e1eb9d1b
commit
d1b0f12e5b
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user