Skip to content

Commit 43c163f

Browse files
committed
Add missing TinyMceFileManager::getTinymceVersion().
1 parent cc5bc4d commit 43c163f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
2.0.1 (2024-01-17)
5+
-------------------------
6+
7+
- Add missing `TinyMceFileManager::getTinymceVersion()`.
8+
9+
410
2.0.0 (2024-01-10)
511
-------------------------
612

src/TinyMceFileManager.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,11 @@ public function init() {
3030
* @return string JavaScript callback function, starts with "js:".
3131
*/
3232
abstract public function getFileBrowserCallback();
33+
34+
/**
35+
* @return int
36+
*/
37+
public function getTinymceVersion() {
38+
return 6;
39+
}
3340
}

0 commit comments

Comments
 (0)