Last modified by Thomas Mortagne on 2017/03/24

<
From version < 13.1 >
edited by Vincent Massol
on 2013/12/20
To version < 14.1 >
edited by Vincent Massol
on 2013/12/30
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -31,6 +31,13 @@
31 31  
32 32  <description of deprecated and retired projects>
33 33  
34 +== Miscellaneous ==
35 +
36 +* Properties annotations (##@PropertyName##, ##@PropertyDescription##, etc.) are now now annotated with ##@Inherited## which make possible to define them in interfaces or abstracts for example
37 +* It's now possible to use plugins installed as extension (only if installed or either main wiki or farm)
38 +* It's now possible to specify a custom version for the distribution UI in the WAR pom.xml using ##xwiki.extension.distribution.ui.version## and ##xwiki.extension.distribution.wikiui.version##.
39 +* New ##Document.getLocale()## API which should be used rather than the older ##Document.getLanguage()## which will be deprecated in the future.
40 +
34 34  == Upgrades ==
35 35  
36 36  The following dependencies have been upgraded:
... ... @@ -41,12 +41,6 @@
41 41  * [[cssparser 0.9.11>>http://jira.xwiki.org/browse/XCOMMONS-504]]
42 42  * [[HSQLDB 2.3.1>>http://jira.xwiki.org/browse/XWIKI-9835]]
43 43  
44 -== Miscellaneous ==
45 -
46 -* properties annotations (##@PropertyName##, ##@PropertyDescription##, etc.) are now now annotated with ##@Inherited## which make possible to define them in interfaces or abstracts for example
47 -* it's now possible to use plugins installed as extension (only if installed or either main wiki or farm)
48 -* it's now possible to specify a custom version for the distribution UI in the WAR pom.xml using ##xwiki.extension.distribution.ui.version## and ##xwiki.extension.distribution.wikiui.version##.
49 -
50 50  = Translations =
51 51  
52 52  The following translations have been updated:

Get Connected