Releases: yii2mod/yii2-comments
Releases · yii2mod/yii2-comments
2.0 Release
Merge pull request #88 from gugoan/master Added language pt-BR
1.9.9.2 hotfix release
Fix inline edit for admin.
1.9.9.1 hotfix release
Fix comments tree sorting
1.9.9 Release
Fix access rules for ManageController
1.9.8 Release
- 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
- Fix 3da2fc5
1.9.6
remove namespaces from migrations
1.9.5
Added namespaces to migrations
1.9.4 Release
- Double fixed
getAuthors
method in CommentModel
1.9.3 Release
- Fixed
getAuthors
method in CommentModel