Commit 1c291267 authored by Guus der Kinderen's avatar Guus der Kinderen Committed by daryl herzmann

OF-1359 & OF-1360: web client plugin changes. (#837)

* OF-1359: Admin console changes should be reflected in changelog and version number.

* OF-1360: Update inVerse plugin to match upstream Converse 3.1.0 release.
parent ba5a7f3e
...@@ -43,6 +43,11 @@ ...@@ -43,6 +43,11 @@
Candy Plugin Changelog Candy Plugin Changelog
</h1> </h1>
<p><b>2.2.0 Release 2</b> -- July 10, 2017</p>
<ul>
<li><a href="https://issues.igniterealtime.org/browse/OF-1359">OF-1359: Elevate webclients to top level menu in openfire admin UI</a></li>
</ul>
<p><b>2.2.0 Release 1</b> -- June 19, 2017</p> <p><b>2.2.0 Release 1</b> -- June 19, 2017</p>
<ul> <ul>
<li>Initial release, based on Candy 2.2.0.</li> <li>Initial release, based on Candy 2.2.0.</li>
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<name>Candy</name> <name>Candy</name>
<description>Adds the (third-party) Candy web client to Openfire.</description> <description>Adds the (third-party) Candy web client to Openfire.</description>
<author>Guus der Kinderen</author> <author>Guus der Kinderen</author>
<version>2.2.0 Release 1</version> <version>2.2.0 Release 2</version>
<date>06/19/2017</date> <date>07/10/2017</date>
<minServerVersion>4.1.5</minServerVersion> <minServerVersion>4.1.5</minServerVersion>
<adminconsole> <adminconsole>
<tab id="tab-webclients" name="${admin.sidebar.webclients.name}" description="${admin.sidebar.webclients.description}" url="candy-config.jsp"> <tab id="tab-webclients" name="${admin.sidebar.webclients.name}" description="${admin.sidebar.webclients.description}" url="candy-config.jsp">
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>candy</artifactId> <artifactId>candy</artifactId>
<name>Candy Webchat Plugin</name> <name>Candy Webchat Plugin</name>
<version>2.2.0-release-1</version> <version>2.2.0-release-2</version>
<build> <build>
<sourceDirectory>src/java</sourceDirectory> <sourceDirectory>src/java</sourceDirectory>
......
...@@ -43,6 +43,12 @@ ...@@ -43,6 +43,12 @@
inVerse Plugin Changelog inVerse Plugin Changelog
</h1> </h1>
<p><b>3.1.0 Release 1</b> -- July 10th, 2017</p>
<ul>
<li><a href="https://issues.igniterealtime.org/browse/OF-1359">OF-1359: Elevate webclients to top level menu in openfire admin UI</a></li>
<li><a href="https://issues.igniterealtime.org/browse/OF-1360">OF-1360: Update inVerse plugin to match upstream Converse 3.1.0 release.</a></li>
</ul>
<p><b>3.0.3 Alpha 1</b> -- June 19th, 2017</p> <p><b>3.0.3 Alpha 1</b> -- June 19th, 2017</p>
<ul> <ul>
<li>Initial release.</li> <li>Initial release.</li>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<name>inVerse</name> <name>inVerse</name>
<description>Adds the (third-party) inVerse web client to Openfire.</description> <description>Adds the (third-party) inVerse web client to Openfire.</description>
<author>Guus der Kinderen</author> <author>Guus der Kinderen</author>
<version>3.0.3 Alpha 1</version> <version>3.1.0 Release 1</version>
<date>06/19/2017</date> <date>07/10/2017</date>
<minServerVersion>4.1.5</minServerVersion> <minServerVersion>4.1.5</minServerVersion>
<adminconsole> <adminconsole>
<tab id="tab-webclients" name="${admin.sidebar.webclients.name}" description="${admin.sidebar.webclients.description}" url="inverse-config.jsp"> <tab id="tab-webclients" name="${admin.sidebar.webclients.name}" description="${admin.sidebar.webclients.description}" url="inverse-config.jsp">
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<groupId>org.igniterealtime.openfire.plugins</groupId> <groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>inverse</artifactId> <artifactId>inverse</artifactId>
<name>Inverse Webchat Plugin</name> <name>Inverse Webchat Plugin</name>
<version>3.0.3-Alpha-1</version> <version>3.1.0-release-1</version>
<build> <build>
<sourceDirectory>src/java</sourceDirectory> <sourceDirectory>src/java</sourceDirectory>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment