Changes for page Release Notes for XWiki 6.1 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -118,8 +118,11 @@ 118 118 119 119 The following APIs were modified since XWiki 6.0: 120 120 121 -* Complete refactoring of the [[Resource module>>extensions:Extension.Resource API]] which was still a young API.121 +* Young API 122 122 123 123 {{code language="none"}} 124 -<clirr output here> 124 +org.xwiki.activeinstalls.server.DataManager: Method 'public com.google.gson.JsonObject countInstalls(java.lang.String, java.lang.String, java.util.Map)' has been added to an interface 125 +org.xwiki.activeinstalls.server.DataManager: Method 'public long getInstallCount(java.lang.String)' has been removed 126 +org.xwiki.activeinstalls.server.DataManager: Method 'public com.google.gson.JsonObject searchInstalls(java.lang.String, java.lang.String, java.util.Map)' has been added to an interface 127 +org.xwiki.activeinstalls.server.script.ActiveInstallsScriptService: Method 'public long getInstallCount(java.lang.String)' has been removed 125 125 {{/code}}