Wiki source code of Download XWiki

Last modified by Simon Urli on 2025/06/30

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.5.0', '30 June 2025', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.17\.5\.0.WebHome', '
10 * New macro configuration UI
11 * New capability to override configuration with environment variables
12 * Required rights enforcement in some bundled pages
13 * Solr indexing performance improvments
14 * New packaging type webjar-node
15 * Security and bug fixes
16 ']
17 ])
18 #* Example:
19 #set ($versions = [
20 ['17.4.1', '17 June 2025', 'midLTS', 'xwiki:ReleaseNotes.Data.XWiki.17\.4\.1.WebHome', '
21 * Bug fixes
22 '],
23 ['10.11.10', '13 November 2019', 'LTS', 'xwiki:ReleaseNotes.Data.XWiki.10\.11\.10.WebHome', '
24 * Bug fixes
25 '],
26 ['11.10.2', '30 December 2019', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.11\.10\.2.WebHome', '
27 * Bug fixes
28 '],
29 ['13.3-rc-1', '19 April 2021', 'development', 'xwiki:ReleaseNotes.Data.XWiki.13\.3RC1.WebHome', '
30 * Default Global Notification Filters
31 ']
32 ])
33 *#
34 ## ##########################################################################################################
35 ## $versionDetails = TypeID: Name (0) - Button Style (1) - Notes (2)
36 #set ($versionDetails = {
37 '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.'],
38 'midLTS': ['Intermediate Long Term Support', 'warning', 'Note: This version is the latest stable version of the mid-cycle. This is a very stable version and that we recommend for admins who wants a super stable version with new features.'],
39 '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 newest features from the cycle.'],
40 '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.']
41 })
42 ## ################################################################
43 ## Generate the versions layout
44 ## ################################################################
45 #macro(downloadVersionsLayout $versions $versionDetails)
46 (% class='download-options' %)(((
47 #foreach($version in $versions)
48 (% class='col-xs-12 download-container download-option version-option border-$version.get(2)' %)
49 (((
50 (% class="download-version fill-$version.get(2)"%)$version.get(0)(% class='noitems pull-right'%)$version.get(1)
51 === $versionDetails.get(${version.get(2)})[0] ===
52 $version.get(4)
53 (% class='noitems' %)$versionDetails.get(${version.get(2)})[2]
54 (% 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']])))
55 #if ($version.size() >= 6)
56 (% class="noitems version-warning" %)
57 $version.get(5)
58 #end
59 )))
60 #end
61 )))
62 #end
63 #downloadVersionsLayout($versions, $versionDetails)
64 {{/velocity}}
65
66 (% 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.
67
68 (% 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