Last modified by Manuel Leduc on 2022/05/02

<
From version < 5.5 >
edited by Manuel Leduc
on 2022/04/26
To version < 8.1 >
edited by Manuel Leduc
on 2022/04/26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -115,12 +115,16 @@
115 115  ** ##hibernate.cfg.xml##
116 116  * Add ##xwiki.store.migration=1## in ##xwiki.cfg## so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything.
117 117  
118 -{{comment}}
119 119  == Issues specific to {{velocity}}$product $version{{/velocity}} ==
120 120  
121 -<issues specific to the project>
122 -{{/comment}}
120 +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:
123 123  
122 +{{code language="diff"}}
123 +- $doc.getURL('inline')
124 ++ $doc.getURL('edit')
125 +{{/code}}
126 +
127 +
124 124  == API Breakages ==
125 125  
126 126  The following APIs were modified since {{velocity}}$product{{/velocity}} 14.2.1:
ReleaseNotes.Code.ReleaseNoteClass[0]
Release Date
... ... @@ -1,0 +1,1 @@
1 +2022-04-26 00:00:00.0
Is Released?
... ... @@ -1,1 +1,1 @@
1 -No
1 +Yes

Get Connected