Skip to content

Commit

Permalink
Add missing TinyMceFileManager::getTinymceVersion().
Browse files Browse the repository at this point in the history
  • Loading branch information
rob006 committed Jan 17, 2024
1 parent cc5bc4d commit 43c163f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

2.0.1 (2024-01-17)
-------------------------

- Add missing `TinyMceFileManager::getTinymceVersion()`.


2.0.0 (2024-01-10)
-------------------------

Expand Down
7 changes: 7 additions & 0 deletions src/TinyMceFileManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@ public function init() {
* @return string JavaScript callback function, starts with "js:".
*/
abstract public function getFileBrowserCallback();

/**
* @return int
*/
public function getTinymceVersion() {
return 6;
}
}

0 comments on commit 43c163f

Please sign in to comment.