diff --git a/composer.json b/composer.json index 7d461497b0..52a9e49156 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "bower-asset/imagesloaded": "*", "bower-asset/jquery-timeentry": "^2.0", "bower-asset/caret.js": "0.2.2", - "npm-asset/humhub-prosemirror-richtext": "1.0.3", + "npm-asset/humhub-prosemirror-richtext": "1.0.4", "npm-asset/at.js": "^1.5.1", "yiisoft/yii2-queue": "~2.0.0", "yiisoft/yii2-redis": "~2.0.0", diff --git a/protected/humhub/docs/CHANGELOG.md b/protected/humhub/docs/CHANGELOG.md index de7df44031..f6dda4650b 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -36,7 +36,9 @@ HumHub Change Log - Fix: Wrong permission check on force invite check - Fix: Space homepage doesn't allow custom pages on first position - Enh: Added integrity check for notification originator - +- Enh: Use of new richtext version 1.0.4 see https://github.com/humhub/humhub-prosemirror/blob/master/docs/CHANGELOG.md +- Enh: Added max-height for post/comment/edit richtext +- Enh: Richtext style enhancements (dashed selection) 1.3.0-beta.1 (July 4, 2018) ---------------------------- diff --git a/protected/humhub/modules/comment/widgets/views/form.php b/protected/humhub/modules/comment/widgets/views/form.php index 87e7c9fb14..184ead5557 100644 --- a/protected/humhub/modules/comment/widgets/views/form.php +++ b/protected/humhub/modules/comment/widgets/views/form.php @@ -23,6 +23,7 @@ $submitUrl = Url::to(['/comment/comment/post']);