Changes for page Release Notes for XWiki 6.4.4
Last modified by Thomas Mortagne on 2017/03/24
From version 5.1
edited by Vincent Massol
on 2015/04/16
on 2015/04/16
Change comment:
There is no comment for this version
To version 7.1
edited by Vincent Massol
on 2015/04/16
on 2015/04/16
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,8 +16,10 @@ 16 16 17 17 = Translations = 18 18 19 - No translations have been updated.19 +The following translations have been updated: 20 20 21 +{{language codes="lv,fr,de,ko"/}} 22 + 21 21 = Tested Browsers & Databases = 22 22 23 23 {{include reference="TestReports.ManualTestReportSummaryXWiki644"/}} ... ... @@ -31,3 +31,13 @@ 31 31 == General Notes == 32 32 33 33 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. 36 + 37 +== API Breakages == 38 + 39 +The following APIs were modified since XWiki 6.4: 40 + 41 +* The WikiModel's XHTML internal parser code wasn't supposed to be exposed as an API: 42 + 43 +{{code language="none"}} 44 +org.xwiki.rendering.wikimodel.xhtml.handler.DivisionTagHandler: Method 'protected java.lang.String getDocumentClass()' has been removed 45 +{{/code}}