Wiki source code of Download XWiki

Last modified by Michael Hamann on 2025/07/07

Show last authors
1 {{velocity}}
2 #set ($showChangeRequestTab = false)
3 ## ##########################################################################################################
4 ## $versions = Version Number (0) - Release Date (1) - Type (2) {LTS, midLTS, stable, development} - Release Notes Page (3) - Release Summary (4)
5 #set ($versions = [
6 ['16.10.9', '20 June 2025', 'LTS', 'xwiki:ReleaseNotes.Data.XWiki.16\.10\.9.WebHome', '
7 * Bug fixes
8 '],
9 ['17.4.2', '4 July 2025', 'midLTS', 'xwiki:ReleaseNotes.Data.XWiki.17\.4\.2.WebHome', '
10 * Bug fixes including security fixes
11 '],
12 ['17.5.0', '30 June 2025', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.17\.5\.0.WebHome', '
13 * New macro configuration UI
14 * New capability to override configuration with environment variables
15 * Required rights enforcement in some bundled pages
16 * Solr indexing performance improvments
17 * New packaging type webjar-node
18 * Security and bug fixes
19 ']
20 ])
21 #* Example:
22 #set ($versions = [
23 ['17.4.1', '17 June 2025', 'midLTS', 'xwiki:ReleaseNotes.Data.XWiki.17\.4\.1.WebHome', '
24 * Bug fixes
25 '],
26 ['10.11.10', '13 November 2019', 'LTS', 'xwiki:ReleaseNotes.Data.XWiki.10\.11\.10.WebHome', '
27 * Bug fixes
28 '],
29 ['11.10.2', '30 December 2019', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.11\.10\.2.WebHome', '
30 * Bug fixes
31 '],
32 ['13.3-rc-1', '19 April 2021', 'development', 'xwiki:ReleaseNotes.Data.XWiki.13\.3RC1.WebHome', '
33 * Default Global Notification Filters
34 ']
35 ])
36 *#
37 ## ##########################################################################################################
38 ## $versionDetails = TypeID: Name (0) - Button Style (1) - Notes (2)
39 #set ($versionDetails = {
40 'LTS': ['Long Term Support', 'primary', '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.'],
41 'midLTS': ['Intermediate Long Term Support', 'info', 'This version is the latest stable version of the mid-cycle. This is a very stable version that we recommend for admins who want a stable version with new feature. We recommend this version for new production installations.'],
42 'stable': ['Stable', 'success', 'This version is the latest stable version from the current XWiki cycle. This is the version recommended if you wish to try out the newest features from the cycle.'],
43 'development': ['Development', 'default', '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.']
44 })
45 ## ################################################################
46 ## Generate the versions layout
47 ## ################################################################
48 #macro(downloadVersionsLayout $versions $versionDetails)
49 (% class='download-options' %)(((
50 #foreach($version in $versions)
51 (% class='col-xs-12 download-container download-option version-option border-$version.get(2)' %)
52 (((
53 (% class="download-version fill-$version.get(2)"%)$version.get(0)(% class='noitems pull-right'%)$version.get(1)
54 === $versionDetails.get(${version.get(2)})[0] ===
55 $version.get(4)
56 (% class='noitems' %)$versionDetails.get(${version.get(2)})[2]
57 (% 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']])))
58 #if ($version.size() >= 6)
59 (% class="noitems version-warning" %)
60 $version.get(5)
61 #end
62 )))
63 #end
64 )))
65 #end
66 #downloadVersionsLayout($versions, $versionDetails)
67 {{/velocity}}
68
69 (% 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.
70
71 (% class="noitems" %)If you're interested to know the XWiki versioning and support strategies, please check: [[Versioning Strategy>>doc:dev:Community.VersioningAndReleasePractices.WebHome]] & [[Support Strategy>>xwiki:Main.Support||anchor="HSupportedVersions"]].

Get Connected