Wiki source code of Get Changes Macro

Last modified by Vincent Massol on 2024/04/09

Show last authors
1 = Example usage =
2
3 ##{{{
4 {{getChanges products="XWiki" versions="8.3%" audience="User" contextVariable="changeDocs"/}}
5
6 {{velocity}}
7 #foreach ($changeDoc in $changeDocs)
8 * $changeDoc
9 #end
10 {{/velocity}}
11 }}}##
12
13 = Result =
14
15 {{getChanges products="XWiki" versions="8.3%" audience="User" contextVariable="changeDocs"/}}
16
17 {{velocity}}
18 #foreach ($changeDoc in $changeDocs)
19 * $changeDoc
20 #end
21 {{/velocity}}

Get Connected