<
>
edited by Ecaterina Moraru (Valica)
on 2017/10/23
on 2017/10/23
edited by Ecaterina Moraru (Valica)
on 2017/10/23
on 2017/10/23
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,9 +12,11 @@ 12 12 13 13 {{releasenotechanges/}} 14 14 15 +{{comment}} 15 15 === Moved Modules === 16 16 17 17 <description deprecated, retired and moved projects> 19 +{{/comment}} 18 18 19 19 === Upgrades === 20 20 ... ... @@ -64,17 +64,17 @@ 64 64 65 65 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. 66 66 67 -== Issues specific to XWiki <version>==69 +== Issues specific to XWiki 9.9 == 68 68 69 - <issues specific toproject>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}} 70 70 71 71 == API Breakages == 72 72 73 -The following APIs were modified since <project> <version-1>:75 +The following APIs were modified since XWiki 9.8.1: 74 74 75 75 {{comment}} 76 76 Remove! 77 -{{backwardCompatiblityReport version=" <version>"/}}79 +{{backwardCompatiblityReport version="9.9"/}} 78 78 {{/comment}} 79 79 80 80 = Credits = ... ... @@ -81,4 +81,12 @@ 81 81 82 82 The following people have contributed code to this release (sorted alphabetically): 83 83 84 -<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