Releases: yii2mod/yii2-comments
Releases · yii2mod/yii2-comments
1.0.7 Release
Date: Wednesday, June 30, 2016
- Fix the delete comment function
1.0.6 Release
Date: Wednesday, June 30, 2016
- Add property
showDeletedComments
to the Comment Widget - Update docs
1.0.5 Release
Date: Wednesday, June 29, 2016
- Update comments template: update the
getAvatar
function and added output the comments count - Updated the
purify behavior config
for ability to post the youtube/vimeo videos - Docs update
1.0.4 Release
Date: Monday, June 20, 2016
- Update
require
section in the composer.json - Docs update
1.0.3 Release
Date: Thursday, March 3, 2016
- Update translation messages
- Add
relatedTo
property to Comment Widget
Now you can use widget with additional relatedTo
info, by the following code:
<?php echo \yii2mod\comments\widgets\Comment::widget([
'model' => $model,
'relatedTo' => 'User ' . \Yii::$app->user->identity->username . ' commented on the page ' . \yii\helpers\Url::current() // for example
]); ?>
Note: A
relatedTo
column was added to Comments Management grid.
Release 1.0.2
- Update comment.js for supporting register multiple widgets on the same page.
1.0.1 Release
Add pjax reload on submit comment form
Initial release
Initial release