Skip to content

Releases: yii2mod/yii2-comments

2.0 Release

27 Sep 07:27
30cbeec
Compare
Choose a tag to compare
Merge pull request #88 from gugoan/master

Added language pt-BR

1.9.9.2 hotfix release

27 Apr 09:24
Compare
Choose a tag to compare

Fix inline edit for admin.

1.9.9.1 hotfix release

27 Apr 08:37
Compare
Choose a tag to compare

Fix comments tree sorting

1.9.9 Release

16 Apr 14:36
Compare
Choose a tag to compare

Fix access rules for ManageController

1.9.8 Release

13 Apr 17:26
Compare
Choose a tag to compare
  1. Add ability for admin user to edit comments on frontend. You can enable this feature as follows:
'modules' => [
    'comment' => [
        'class' => 'yii2mod\comments\Module',
        'enableInlineEdit' = true,
    ],
]

1.9.7 Release

18 Feb 12:08
Compare
Choose a tag to compare

1.9.6

31 Jan 11:43
Compare
Choose a tag to compare
remove namespaces from migrations

1.9.5

30 Jan 14:19
Compare
Choose a tag to compare
Added namespaces to migrations

1.9.4 Release

27 Jan 23:33
1.9.4
Compare
Choose a tag to compare
  1. Double fixed getAuthors method in CommentModel

1.9.3 Release

13 Jan 17:04
Compare
Choose a tag to compare
  1. Fixed getAuthors method in CommentModel