Last modified by Thomas Mortagne on 2017/03/24

<
From version < 13.1 >
edited by Vincent Massol
on 2016/04/12
To version < 16.1 >
edited by Sean Whalen
on 2016/04/20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.SeanWhalen
Content
... ... @@ -24,6 +24,10 @@
24 24  
25 25  {{image reference="documents-macro-location.png"/}}
26 26  
27 +== RSS Macro Improvements ==
28 +
29 +The [[RSS Macro>>extensions:Extension.RSS Macro||anchor="HFeed"]] now supports supports feeds delivered over HTTPS. Additionally, it now uses its own ##user-agent## string, ##XWiki/VERSION##, where ##VERSION## is the version of XWiki in use.
30 +
27 27  == Miscellaneous ==
28 28  
29 29  * The [[Document Tree Macro>>extensions:Extension.Document Tree Macro||anchor="HParameters"]] has a new parameter to limit the number of child nodes displayed when a parent node is expanded for the first time.
... ... @@ -64,6 +64,8 @@
64 64  * [[Infinispan 8.2.1>>http://jira.xwiki.org/browse/XWIKI-13293]]
65 65  * [[slf4j 1.7.21>>http://jira.xwiki.org/browse/XCOMMONS-958]]
66 66  * [[commons-compress 1.11>>http://jira.xwiki.org/browse/XCOMMONS-960]]
71 +* [[Bootstrap 3.3.6>>http://jira.xwiki.org/browse/XWIKI-12951]]
72 +* [[JGroups 3.6.9>>http://jira.xwiki.org/browse/XWIKI-13344]]
67 67  
68 68  == Miscellaneous ==
69 69  
... ... @@ -73,12 +73,6 @@
73 73  public String url(String webjarId, String namespace, String path, Map<String, ?> params)
74 74  public String url(String webjarId, String namespace, String path)
75 75  {{/code}}
76 -
77 -Deprecated API:
78 -
79 -{{code language="none"}}
80 -public String url(String webjarId, String path, Map<String, ?> params)
81 -{{/code}}
82 82  )))
83 83  
84 84  = Translations =

Get Connected