Last modified by Thomas Mortagne on 2017/10/26

From version 1.4
edited by Ecaterina Moraru (Valica)
on 2017/10/23
Change comment: There is no comment for this version
To version 1.5
edited by Ecaterina Moraru (Valica)
on 2017/10/23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -66,17 +66,17 @@
66 66  
67 67  When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
68 68  
69 -== Issues specific to XWiki <version> ==
69 +== Issues specific to XWiki 9.9 ==
70 70  
71 -<issues specific to the project>
71 +* ##JSONTool#parse## is now deprecated and JSONTool#fromString should be used instead. This means that Velocity code like {{code language="velocity"}}$jsontool.parser($content){{/code}} should be replaced by {{code language="velocity"}}$jsontool.fromString($content){{/code}}
72 72  
73 73  == API Breakages ==
74 74  
75 -The following APIs were modified since <project> <version - 1>:
75 +The following APIs were modified since XWiki 9.8.1:
76 76  
77 77  {{comment}}
78 78  Remove!
79 -{{backwardCompatiblityReport version="<version>"/}}
79 +{{backwardCompatiblityReport version="9.9"/}}
80 80  {{/comment}}
81 81  
82 82  = Credits =
... ... @@ -83,4 +83,12 @@
83 83  
84 84  The following people have contributed code to this release (sorted alphabetically):
85 85  
86 -<code contributors>
86 +* Alex Cotiugă
87 +* Clément Aubin
88 +* Eduard Moraru
89 +* Guillaume Delhumeau
90 +* Marius Dumitru Florea
91 +* Matt Sullivan
92 +* Ruslan Iagudin
93 +* Thomas Mortagne
94 +* Vincent Massol

Get Connected