Releases: bizley/yii2-content-tools
Releases · bizley/yii2-content-tools
1.5.0
InsertAction
and RotateAction
now have got $uploadDir
and $viewPath
properties just like UploadAction
with the same default values.
$uploadDir
value should be set the same for all image handling actions.
$viewPath
value should be set the same for all image handling actions.
1.4.0
UploadAction
now allows to configure ImageForm
path parameters.
ImageForm
paths are correct now.
1.3.0
Added customJs
parameter to allow custom user JavaScript to be added with editor initializing.
1.2.0
- Code moved to
src
folder.
- Max Yii version limited to
<2.1.0
.
yii2-imagine
composer requirement changed to allow newest version.
1.1.0
- Fixed
bower
path.
- Fixed repo URL in comments.
- Fixed composer versions.
- Some code cleaning.
1.0
Yii 2 ContentTools editor implementation.