Changes for page Release Notes for XWiki 4.3 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Replaced temporary release summary.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,8 +4,12 @@ 4 4 5 5 This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version. 6 6 7 -This is the first milestone of the XWiki 4.3 version ([[Roadmap>>xwiki:Main.Roadmap]]). This release brings absolutely nothing? really? Oh, it's not released yet...7 +This is the first milestone of the XWiki 4.3 version ([[Roadmap>>xwiki:Main.Roadmap]]). 8 8 9 +This release brings several improvements in Workspaces, Extension Manager, Distribution Wizard and the REST API. It is also possible to activate the multiwiki feature when using the HSQLDB database (i.e., in the standalone version of XWiki Enterprise). 10 + 11 +It also provides several important fixes for bugs related to importing Office Documents while using filesystem attachments. 12 + 9 9 = New and Noteworthy (since XWiki 4.2) = 10 10 11 11 == Workspace Templates == ... ... @@ -184,7 +184,6 @@ 184 184 185 185 * Many REST API module classes that were not meant to be public have been moved to internal package.((( 186 186 {{code language="none"}} 187 -org.xwiki.rest.model.jaxb.Page: Removed field version 188 188 org.xwiki.rest.ComponentsObjectFactory: Class org.xwiki.rest.ComponentsObjectFactory removed 189 189 org.xwiki.rest.Constants: Field ALLOWED_VALUES_ATTRIBUTE_NAME has been removed, but it was previously a constant 190 190 org.xwiki.rest.Constants: Field RELEASABLE_COMPONENT_REFERENCES has been removed, but it was previously a constant ... ... @@ -267,6 +267,12 @@ 267 267 {{/code}} 268 268 ))) 269 269 273 +* The version field has been moved from Page to PageSummary which is the superclass of Page((( 274 +{{code language="none"}} 275 +org.xwiki.rest.model.jaxb.Page: Removed field version 276 +{{/code}} 277 +))) 278 + 270 270 * Added methods for creating workspaces and retrieving workspace templates.((( 271 271 {{code language="none"}} 272 272 org.xwiki.workspace.WorkspaceManager: Method 'public com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer createWorkspace(java.lang.String, com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer, java.lang.String)' has been added to an interface