Anish M Prasad
Anish M Prasad

Reputation: 101

How to publish a new plugin in CKEditor

I just created a new plugin for ckeditor, But when I login, I see the plugin under "MathEx", which is marked as "unpublished".

Help me to resolve this with your valuable suggestions.

Upvotes: 0

Views: 76

Answers (2)

Vokiel
Vokiel

Reputation: 141

Your release failed validation, that's why it wasn't published.

To avoid those errors and waiting in the future releases I'm proposing to do similar check we do on our side before adding new releases.

We're using our builder for this: https://github.com/ckeditor/ckbuilder

Example command you can run to perform the check:

/usr/bin/java -jar ckbuilder.jar --no-ie-checks --verify-plugin your_plugin_1.0.zip

Upvotes: 1

Marek Lewandowski
Marek Lewandowski

Reputation: 3401

Is it possible that you simply didn't yet publish any release using "Add new plugin version" button?

enter image description here

Upvotes: 0

Related Questions