How do I find out what version of TinyMCE I am running?

Viewed 20494

How do I find out what version of TinyMCE I am running?

4 Answers

Open the page, on which you integrate the tinyMCE and press Control+Shift+J

and type following command.

tinyMCE

and the output of the above the command, will show both major version, minor version and release date as shown in figure.

enter image description here

go to Chrome Console type tinyMCE.majorVersion and tinyMCE.minorVersion take a look

Related