File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010use yii \widgets \InputWidget ;
1111
1212/**
13- * Quill 1.1 editor implementation for Yii 2.
13+ * Quill 1.2 editor implementation for Yii 2.
1414 *
1515 * Use it as an active field:
1616 * <?= $form->field($model, $attribute)->widget(\bizley\quill\Quill::className(), []) ?>
2020 * See the documentation for more details.
2121 *
2222 * @author Paweł Bizley Brzozowski
23- * @version 2.1
23+ * @version 2.2
2424 * @license Apache 2.0
2525 * https://github.com/bizley/yii2-quill
2626 *
@@ -118,7 +118,7 @@ class Quill extends InputWidget
118118 * Version different from default for this release might not work correctly.
119119 * @since 2.0
120120 */
121- public $ quillVersion = '1.1.8 ' ;
121+ public $ quillVersion = '1.2.0 ' ;
122122
123123 /**
124124 * @var array Quill options.
@@ -133,7 +133,7 @@ class Quill extends InputWidget
133133 * Used when Formula module is added.
134134 * @since 2.0
135135 */
136- public $ katexVersion = '0.6.0 ' ;
136+ public $ katexVersion = '0.7.1 ' ;
137137
138138 /**
139139 * @var string Highlight.js version to fetch from https://cdnjs.cloudflare.com
You can’t perform that action at this time.
0 commit comments