Skip to content

1.9.8 Release

Compare
Choose a tag to compare
@ihorchepurnyi ihorchepurnyi released this 13 Apr 17:26
· 29 commits to master since this release
  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,
    ],
]