Last modified by Ilie Andriuta on 2022/04/28

From version 12.1
edited by Marius Dumitru Florea
on 2022/04/19
Change comment: There is no comment for this version
To version 13.1
edited by Marius Dumitru Florea
on 2022/04/19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -111,8 +111,13 @@
111 111  
112 112  == Issues specific to {{velocity}}$product $version{{/velocity}} ==
113 113  
114 -The long deprecated ##inline## action has been moved to legacy. It is still bundled in XWiki Standard for now but we encourage all extension developers to update their code to use the ##edit## action instead.
114 +The long deprecated ##inline## action has been moved to legacy. It is still bundled in XWiki Standard for now but we encourage all extension developers to update their code to use the ##edit## action instead:
115 115  
116 +{{code language="diff"}}
117 +- $doc.getURL('inline')
118 ++ $doc.getURL('edit')
119 +{{/code}}
120 +
116 116  == API Breakages ==
117 117  
118 118  The following APIs were modified since {{velocity}}$product{{/velocity}} 14.2.1:

Get Connected