Skip to content

Commit e2a5a11

Browse files
jmschejmsche
authored andcommitted
Add Word Counter plugin options
1 parent 81d7b54 commit e2a5a11

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG-1.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.7.0
2+
-----
3+
4+
* Add Word Counter plugin options
5+
16
1.6.0
27
-----
38

src/Utility/UConfiguration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ final class UConfiguration
8787
'videoSplitHTML' => null,
8888
'videoTextNear' => null,
8989
'videoUpload' => null,
90+
'wordCounterCount' => null,
9091
'wordPasteKeepFormatting' => null,
9192
'wordPasteModal' => null,
9293
];
@@ -128,6 +129,7 @@ final class UConfiguration
128129
'typingTimer' => null,
129130
'videoDefaultWidth' => null,
130131
'videoMaxSize' => null,
132+
'wordCounterMax' => null,
131133
'zIndex' => null,
132134
];
133135

0 commit comments

Comments
 (0)