Skip to content

Releases: yii2mod/yii2-comments

1.0.7 Release

30 Jun 14:22
Compare
Choose a tag to compare

Date: Wednesday, June 30, 2016

  1. Fix the delete comment function

1.0.6 Release

30 Jun 14:02
Compare
Choose a tag to compare

Date: Wednesday, June 30, 2016

  1. Add property showDeletedComments to the Comment Widget
  2. Update docs

1.0.5 Release

29 Jun 16:10
Compare
Choose a tag to compare

Date: Wednesday, June 29, 2016

  1. Update comments template: update the getAvatar function and added output the comments count
  2. Updated the purify behavior config for ability to post the youtube/vimeo videos
  3. Docs update

1.0.4 Release

20 Jun 15:16
Compare
Choose a tag to compare

Date: Monday, June 20, 2016

  1. Update require section in the composer.json
  2. Docs update

1.0.3 Release

03 Mar 11:36
Compare
Choose a tag to compare

Date: Thursday, March 3, 2016

  1. Update translation messages
  2. 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

14 Dec 16:27
Compare
Choose a tag to compare
  1. Update comment.js for supporting register multiple widgets on the same page.

1.0.1 Release

09 Oct 11:21
Compare
Choose a tag to compare

Add pjax reload on submit comment form

Initial release

31 Jul 13:06
Compare
Choose a tag to compare

Initial release