Advertisement
MohenjoDaro

Updater Version History Example

Dec 28th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.97 KB | None | 0 0
  1. <versions>
  2.     <version id='1.0.0'>
  3.         <url>www.test.com/file/1</url>
  4.         <extension>rar</extension>
  5.     </version>
  6.    
  7.     <version id='2.0.0'>
  8.         <url>www.test.com/file/2</url>
  9.         <extension>rar</extension>
  10.     </version>
  11.    
  12.     <version id='2.0.1'>
  13.         <url>www.test.com/file/3</url>
  14.         <extension>zip</extension>
  15.     </version>
  16.    
  17.     <version id='2.1.0'>
  18.         <url>www.test.com/file/4</url>
  19.         <extension>rar</extension>
  20.     </version>
  21. </versions>
  22.  
  23. <!-- ************ Do Not Copy Past the </version> ************ -->
  24. <!-- The <url> should include the direct download link to the version file -->
  25. <!-- The order of the versions doesn't actually matter, they are sorted by the updater, but you should have set guidelines for the order their in to make it more readable -->
  26. <!-- You can save your version history on most sites, it does not have to be on pastebin, just make sure you include the link to it in the config file -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement