Wiki source code of Download XWiki

Version 206.1 by Vincent Massol on 2021/04/19

Show last authors
1 {{velocity}}
2 ## ##########################################################################################################
3 ## $versions = Version Number (0) - Release Date (1) - Type (2) {LTS, stable, development} - Release Notes Page (3) - Release Summary (4)
4 #set ($versions = [
5 ['12.10.6', '8 April 2021', 'LTS', 'xwiki:ReleaseNotes.Data.XWiki.12\.10\.6.WebHome', '
6 * Stabilization release
7 '],
8 ['13.2', '30 March 2021', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.13\.2.WebHome', '
9 * More control to administrators on user notification configuration and generally improved notification filters readability
10 * The Translate button from in-place editing is now available in view mode also
11 * The links to create a missing translation from the Information tab now open directly the in-place editor
12 * Maximum size of pages references, titles and short string properties has been increased from 255 to 768 characters
13 '],
14 ['13.3-rc-1', '19 April 2021', 'development', 'xwiki:ReleaseNotes.Data.XWiki.13\.3-rc-1.WebHome', '
15 * Default Global Notification Filters
16 * Searching inside Extensions
17 * Trusted Domain
18 * Lots of new developer APIs
19 '],
20 ])
21 #* Example:
22 #set ($versions = [
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 ])
30 *#
31 ## ##########################################################################################################
32 ## $versionDetails = TypeID: Name (0) - Button Style (1) - Notes (2)
33 #set ($versionDetails = {
34 '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.'],
35 '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.'],
36 '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.']
37 })
38 ## ################################################################
39 ## Generate the versions layout
40 ## ################################################################
41 #macro(downloadVersionsLayout $versions $versionDetails)
42 (% class='download-options' %)(((
43 #foreach($version in $versions)
44 (% class='col-xs-12 download-container download-option version-option border-$version.get(2)' %)
45 (((
46 (% class="download-version fill-$version.get(2)"%)$version.get(0)(% class='noitems pull-right'%)$version.get(1)
47 === $versionDetails.get(${version.get(2)})[0] ===
48 $version.get(4)
49 (% class='noitems' %)$versionDetails.get(${version.get(2)})[2]
50 (% 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']])))
51 #if ($version.size() >= 6)
52 (% class="noitems version-warning" %)
53 $version.get(5)
54 #end
55 )))
56 #end
57 )))
58 #end
59 #downloadVersionsLayout($versions, $versionDetails)
60 {{/velocity}}
61
62 (% 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.
63
64 (% 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