Hey, That's great! What you have to do to add a new version of an application is:
- Edit the download page with the object editor (ExtendedTodoApplicationDownloads for your application) - Add an object of class "XWiki.DownloadItemClass" and fill it with the infos for the new version (here "1.2" as version + your release notes) - Make that object point to the proper download URL (the XAR can be attached to the page, just make sure you don't erase previous ones, so include the version in the file name) - Edit the existing object of class "XWiki.DownloadClass" so that it point to the latest version (so you have to say here "1.2", as well) ... click "save and view", that should be it, your new version should now appear on the download page, while links to previous ones remain accessible. What would be really great if you have time and will to do is that you share your experience and write a short tutorial on how to contribute an application in the code zone (Not something big, just the essentials: guidelines for a first timer that want to contribute an application + guidelines for managing versions afterwards). You can start it in the Drafts/ space on dev.xwiki.org http://dev.xwiki.org/xwiki/bin/view/Drafts/ and we'll publish it for example in the contributing section of dev.xwiki.org when ready. Cheers, Jerome. M Rawash wrote: > i've submitted a new version of the ExtendedTodo Application, but i'm > not sure how to update the download page, can some dev please do it? > > changelog (from v1.0): > * compatibility with XE 1.8 > * limited the 'done' and 'dropped' lists (to 10 todos) > * panel looks better in Opera > * less dummy todos > * xapp entry > > Cheers > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

