Changes for page Release Notes for XWiki 6.1 Milestone 1
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
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version. 6 6 7 - <insert description ofreleasehere>7 +This release introduces the ability to change the width of the panel columns and comes with an improved Active Installs feature. Developers can now use the LESS preprocessor for skin style sheets. A couple of bug fixes (18) and some small improvements (24) make this release worth trying. 8 8 9 9 = New and Noteworthy (since XWiki 6.0) = 10 10 ... ... @@ -169,3 +169,12 @@ 169 169 org.xwiki.rendering.wikimodel.xwiki.xwiki21.javacc.XWikiScannerConstants: Class org.xwiki.rendering.wikimodel.xwiki.xwiki21.javacc.XWikiScannerConstants removed 170 170 org.xwiki.rendering.wikimodel.xwiki.xwiki21.javacc.XWikiScannerTokenManager: Class org.xwiki.rendering.wikimodel.xwiki.xwiki21.javacc.XWikiScannerTokenManager removed 171 171 {{/code}} 172 + 173 +* Young API 174 + 175 +{{code language="none"}} 176 +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 177 +org.xwiki.activeinstalls.server.DataManager: Method 'public long getInstallCount(java.lang.String)' has been removed 178 +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 179 +org.xwiki.activeinstalls.server.script.ActiveInstallsScriptService: Method 'public long getInstallCount(java.lang.String)' has been removed 180 +{{/code}}