Hi!
Perhaps I just missed it, but it seems to me that there is no information about the version bundled with releases of CKEditor. Although it is possible to determine the version with a regexp there's a good chance that such a routine breaks with the next release. Not being able to reliably determine the version seems to be the main cause sustainable integration of CKEditor fails in other open-source projects.
I think it would help a great deal to just put a json file in the root of future releases containing this information.
Wed, 07/02/2014 - 15:25
#1
Are you perhaps asking for
Are you perhaps asking for something that already exists: CKEDITOR.version?
If not, please explain in details what are you looking for.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
I want to detect the version
I want to detect the version of ckeditor with php. Or in more general terms: In any environment thats not capable to execute JS. I was thinking of a file containing json, xml or java-style properties. Something like:
{
date:'mm/dd/yy',
version:'x.x.x'
}
Not only would a machine-readable format help with CKEditor integration but it would be nice for any developer to have this information in a human-readable way.
Thanks for your feedback, I
Thanks for your feedback, I reported a ticket based on it: https://dev.ckeditor.com/ticket/12174
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+