How to check the CKEditor version installed in our environment? This was installed like 7 years ago and I think was never updated, We are using Traditional Web on OS 11, any way we can check the CKEditor version? Thanks.
Hello Jeffry,First you can check service center of your environment go to factory --> applications then search for CKEditor you will find version of component next to application name. Then you can go to component page in forge and open version tab then find your version for more details.
Hi @Jeffry Manhulad
Do you wanna check the version of the CKEditor library, or the Forge version? For the library version, you can try the following:
1. Open a screen that has the CKEditor embedded
2. Open DevTools (Right click -> DevTools or just press F12)
3. Run the following command in the console terminal: CKEDITOR.version
You will then be able to see the current version of the CKEditor in use.
If you need the Forge component's version, you can look for this version in the Release Notes of the component.
I hope this helps!