14
Views
2
Comments
[CKEditor] How to Check CKEditor Version from my Installed Version
ckeditor
Web icon
Forge asset by CKEditor Team
Application Type
Traditional Web
Service Studio Version
11.54.83 (Build 63759)

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.

2020-11-25 10-45-32
Mostafa Othman
Champion

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.

2024-01-04 15-15-51
Abed Al Banna

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!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.