Details in Plugin Repository

Hi ! I'm trying to add more information on the webpage of my plugin, for example the website URL, some email, and also more details about the changes included in every plugin update, but I couldn't find how to do that.

Please can you tell me how to add that info?

Thanks !
Enrique.

0
5 comments

All this information should be included in the plugin.xml file. Please see http://confluence.jetbrains.net/display/IDEADEV/IntelliJ+IDEA+Plugin+Structure#IntelliJIDEAPluginStructure-PluginConf for more information.

0
Avatar
Permanently deleted user

Thanks! can I use HTML in <change-notes>? if not, what is the correct way for adding new lines?
Also, is possible to remove some update? or at least update the info (change-notes)?

0

Yes, you can use HTML. You can wrap it in a CDATA block and use regular HTML <br> and <p> tags for linebreaks.

0
Avatar
Permanently deleted user

and what about updating only that info (not a new version of the plugin)? is possible? (or remove some version and upload it again...)

0

Updating the change notes without uploading a new plugin version is not possible. You can delete a previously uploaded plugin version by clicking on the "details" link in the list of versions on the plugins Web site and then clicking "Remove this update".

0

Please sign in to leave a comment.