Skip to content

Commit f1cba6e

Browse files
Redorakrherz
authored andcommitted
REST API plugin update to 1.2.3 (igniterealtime#584)
* Added: Add a group with role to a chat room * Added: Occupants endpoint for chat room * Fixed: Admin and Member list to group endpoint
1 parent 7c3ef25 commit f1cba6e

File tree

5 files changed

+601
-355
lines changed

5 files changed

+601
-355
lines changed

src/plugins/restAPI/changelog.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,14 @@ <h1>
4444
REST API Plugin Changelog
4545
</h1>
4646

47-
<p><b>1.2.2</b> -- January 20th, 2015</p>
47+
<p><b>1.2.3</b> -- May 3rd, 2016</p>
48+
<ul>
49+
<li>Added: Add a group with role to a chat room</li>
50+
<li>Added: Occupants endpoint for chat room</li>
51+
<li>Fixed: Admin and Member list to group endpoint</li>
52+
</ul>
53+
54+
<p><b>1.2.2</b> -- January 20th, 2016</p>
4855
<ul>
4956
<li>Added: Presence status to the Session Enitity. E.g. Online, Away etc.</li>
5057
<li>Fixed: Node parameter in the Session Enitity. E.g. Local or Remote</li>

src/plugins/restAPI/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<name>REST API</name>
66
<description>Allows administration over a RESTful API.</description>
77
<author>Roman Soldatow</author>
8-
<version>1.2.2</version>
9-
<date>01/20/2016</date>
8+
<version>1.2.3</version>
9+
<date>05/03/2016</date>
1010
<minServerVersion>4.0.0</minServerVersion>
1111
<adminconsole>
1212
<tab id="tab-server">

0 commit comments

Comments
 (0)