Opened 15 years ago
Closed 15 years ago
#3721 closed Task (fixed)
CKeditor: Add a parseable version string
Reported by: | Daniel F. Kudwien | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 Beta 2 |
Keywords: | Cc: |
Description
We are trying to add CKeditor support to Drupal's Wysiwyg API in http://drupal.org/node/462146
Wysiwyg API needs to identify the (exact) version of the library though.
Currently, the only version string seems to be located in CHANGES.html, but that is HTML and the version cannot be really parsed easily.
Ideal would be a simple JSDoc directive at the top of ckeditor.js:
/** * @version 3.0-beta2 */
However, any other way would probably work as well. We just need something reliable, ideally located at the top of a file.
Current nightly build contains a version string in ckeditor.js.
Also contains much more, and a lot less bugs. How about a new beta release?