I have CKEDITOR inline embedded in my portal but I am unable to find the version of CKEDITOR.
我在我的门户网站中嵌入了CKEDITOR内联,但我无法找到CKEDITOR的版本。
CKEDITOR.version
returns %VERSION%
CKEDITOR.version返回%VERSION%
The changes.md file doesn't exist either.
changes.md文件也不存在。
1 个解决方案
#1
If CKEDITOR.version
is set to %VERSION%
it means that you're using a development version of CKEditor, not a release (or that it was built incorrectly). Lack of changelog means that someone removed it... Not a very fortunate move as well. So if you don't know its source and its not a clone of CKEditor repository it will be very hard to guess what version it is. You can try to check CKEDITOR.revision
and compare it with http://github.com/ckeditor/ckeditor-dev. But if that fails too, then the only solution will be to compare code manually.
如果CKEDITOR.version设置为%VERSION%,则意味着您使用的是CKEditor的开发版本,而不是版本(或者它是错误构建的)。缺少更改日志意味着有人删除了它......也不是一个非常幸运的举动。因此,如果您不知道它的来源而不是CKEditor存储库的克隆,那么很难猜出它是什么版本。您可以尝试检查CKEDITOR.revision并将其与http://github.com/ckeditor/ckeditor-dev进行比较。但如果这也失败了,那么唯一的解决方案就是手动比较代码。
#1
If CKEDITOR.version
is set to %VERSION%
it means that you're using a development version of CKEditor, not a release (or that it was built incorrectly). Lack of changelog means that someone removed it... Not a very fortunate move as well. So if you don't know its source and its not a clone of CKEditor repository it will be very hard to guess what version it is. You can try to check CKEDITOR.revision
and compare it with http://github.com/ckeditor/ckeditor-dev. But if that fails too, then the only solution will be to compare code manually.
如果CKEDITOR.version设置为%VERSION%,则意味着您使用的是CKEditor的开发版本,而不是版本(或者它是错误构建的)。缺少更改日志意味着有人删除了它......也不是一个非常幸运的举动。因此,如果您不知道它的来源而不是CKEditor存储库的克隆,那么很难猜出它是什么版本。您可以尝试检查CKEDITOR.revision并将其与http://github.com/ckeditor/ckeditor-dev进行比较。但如果这也失败了,那么唯一的解决方案就是手动比较代码。