Wiki source code of Download XWiki

Last modified by Michael Hamann on 2025/05/14

Hide last authors
Clément Aubin 79.4 1 {{velocity}}
2 ## ##########################################################################################################
Thomas Mortagne 53.1 3 ## $versions = Version Number (0) - Release Date (1) - Type (2) {LTS, stable, development} - Release Notes Page (3) - Release Summary (4)
4 #set ($versions = [
Michael Hamann 378.1 5 ['16.10.8', '14 May 2025', 'LTS', 'xwiki:ReleaseNotes.Data.XWiki.16\.10\.8.WebHome', '
Thomas Mortagne 372.1 6 * Bug fixes
Marius Dumitru Florea 359.1 7 '],
Michael Hamann 376.1 8 ['17.3.0', '28 April 2025', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.17\.3\.0.WebHome', '
9 * Wiki Macro Parameter improvements
10 * New real-time editing toolbar
11 * Resizable panels
12 * Macro performance improvements
Simon Urli 374.1 13 ']
14 ])
Vincent Massol 166.2 15 #* Example:
16 #set ($versions = [
Simon Urli 162.1 17 ['10.11.10', '13 November 2019', 'LTS', 'xwiki:ReleaseNotes.Data.XWiki.10\.11\.10.WebHome', '
Thomas Mortagne 53.1 18 * Bug fixes
Eduard Moraru 124.2 19 '],
Thomas Mortagne 170.1 20 ['11.10.2', '30 December 2019', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.11\.10\.2.WebHome', '
Marius Dumitru Florea 165.1 21 * Bug fixes
Thomas Mortagne 207.1 22 '],
23 ['13.3-rc-1', '19 April 2021', 'development', 'xwiki:ReleaseNotes.Data.XWiki.13\.3RC1.WebHome', '
24 * Default Global Notification Filters
Ecaterina Moraru (Valica) 147.2 25 ']
Thomas Mortagne 53.1 26 ])
Vincent Massol 166.2 27 *#
Thomas Mortagne 53.1 28 ## ##########################################################################################################
29 ## $versionDetails = TypeID: Name (0) - Button Style (1) - Notes (2)
30 #set ($versionDetails = {
31 'LTS': ['Long Term Support', 'primary', 'Note: This version is the latest stable version from the last XWiki cycle. This is the most stable version and is what we recommend to use in production.'],
Simon Urli 144.1 32 'stable': ['Stable', 'info', 'Note: This version is the latest stable version from the current XWiki cycle. This is the version recommended if you wish to try out the new features from the cycle.'],
33 'development': ['Development', 'success', 'Note: This version is the latest development version from the current XWiki cycle. This is the version to use if you want to test the really latest feature and provide feedback. Not for production.']
Thomas Mortagne 53.1 34 })
35 ## ################################################################
36 ## Generate the versions layout
37 ## ################################################################
38 #macro(downloadVersionsLayout $versions $versionDetails)
39 (% class='download-options' %)(((
40 #foreach($version in $versions)
41 (% class='col-xs-12 download-container download-option version-option border-$version.get(2)' %)
42 (((
43 (% class="download-version fill-$version.get(2)"%)$version.get(0)(% class='noitems pull-right'%)$version.get(1)
44 === $versionDetails.get(${version.get(2)})[0] ===
45 $version.get(4)
46 (% class='noitems' %)$versionDetails.get(${version.get(2)})[2]
47 (% class='version-footer' %)((([[Download>>.DownloadVersion||class="btn btn-${versionDetails.get(${version.get(2)})[1]}" queryString="projectVersion=${version.get(0)}"]][[Release Notes>>$version.get(3)||class='btn btn-link']])))
48 #if ($version.size() >= 6)
49 (% class="noitems version-warning" %)
50 $version.get(5)
51 #end
52 )))
53 #end
54 )))
55 #end
Clément Aubin 79.4 56 #downloadVersionsLayout($versions, $versionDetails)
57 {{/velocity}}
Thomas Mortagne 53.1 58
Ecaterina Moraru (Valica) 65.1 59 (% class="noitems" %)Interested in testing the latest snapshots builds or older versions? See [[more versions>>Download.DownloadOther]]. You can also use a [[Hosted version of XWiki>>Hosted]] instead of installing it yourself.
Vincent Massol 73.1 60
Michael Hamann 305.2 61 (% class="noitems" %)If you're interested to know the XWiki versioning and support strategies, please check: [[Versioning Strategy>>doc:dev:Community.VersioningAndReleasePractices]] & [[Support Strategy>>xwiki:Main.Support||anchor="HSupportedVersions"]].

Get Connected