Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,7 +6,7 @@ 6 6 7 7 <insert description of release here> 8 8 9 -= New and Noteworthy (since XWiki <version - 1>) =9 += New and Noteworthy (since XWiki 9.9) = 10 10 11 11 [[Full list of issues fixed and Dashboard for <version>>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]]. 12 12 ... ... @@ -56,16 +56,14 @@ 56 56 57 57 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. 58 58 59 -== Issues specific to XWiki <version>==59 +== Issues specific to XWiki 9.10-rc-1 == 60 60 61 - <issuesspecificto theproject>61 +* {{code}}XWiki#getURLContent(){{/code}} and {{code}}XWiki#getURLContentAsBytes(){{/code}} now require Programming Rights. If you had wiki pages using those API, make sure that they are saved with a user having Programming Rights. 62 62 63 63 == API Breakages == 64 64 65 65 The following APIs were modified since <project> <version - 1>: 66 66 67 -* {{code}}XWiki#getURLContent(){{/code}} and {{code}}XWiki#getURLContentAsBytes(){{/code}} now require programming rights. 68 - 69 69 {{comment}} 70 70 Remove! 71 71 {{backwardCompatiblityReport version="<version>"/}}