ckeditor4-sdk
ckeditor4-sdk copied to clipboard
Name of the ZIP file needs to contain version and it must be updated in the online build
See http://sdk.ckeditor.com. In the menu you have the option "Download SDK". Currently it links to http://sdk.ckeditor.com/ckeditor_4.5.3_sdk.zip
.
Currently the builder generates ckeditor-sdk-offline.zip
and the link in the online build contains exactly the same name. Both should be set to the same format as we have now on http://sdk.ckeditor.com
Related to #165.
Currently the builder generates link that points to ckeditor-sdk-online.zip
which is even worse. When the online package is generated, the Download link should point to: /ckeditor_VERSION_sdk.zip
where VERSION
is taken from --sdk-ckeditor-version
option. If --sdk-ckeditor-version
is not provided, then generating online SDK package should fail with an error.