Commit 60d9456d authored by Matt Tucker's avatar Matt Tucker Committed by matt

Updated plugins for Wildfire 3.1.0.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5600 b35dd754-fafc-0310-a699-88a17e54d16e
parent 5975c3c9
...@@ -43,6 +43,13 @@ ...@@ -43,6 +43,13 @@
<h1> <h1>
Broadcast Plugin Changelog Broadcast Plugin Changelog
</h1> </h1>
<p><b>1.5.1</b> -- October 06, 2006</p>
<ul>
<li>Updated to use compression offered by Wildfire 3.1</li>
</ul>
<p><b>1.5.0</b> -- March 06, 2006</p> <p><b>1.5.0</b> -- March 06, 2006</p>
<ul> <ul>
<li>Added service discovery support.</li> <li>Added service discovery support.</li>
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
<name>Broadcast</name> <name>Broadcast</name>
<description>Broadcasts messages to users.</description> <description>Broadcasts messages to users.</description>
<author>Jive Software</author> <author>Jive Software</author>
<version>1.5.0</version> <version>1.5.1</version>
<date>3/6/2006</date> <date>10/06/2006</date>
<url>http://www.jivesoftware.org</url> <url>http://www.jivesoftware.org</url>
<minServerVersion>2.4.0</minServerVersion> <minServerVersion>3.1.0</minServerVersion>
</plugin> </plugin>
\ No newline at end of file
...@@ -44,7 +44,12 @@ ...@@ -44,7 +44,12 @@
ContentFilter Plugin Changelog ContentFilter Plugin Changelog
</h1> </h1>
<p><b>1.3</b> -- May 8, 2006</p> <p><b>1.3.1</b> -- October 06, 2006</p>
<ul>
<li>Updated to use compression offered by Wildfire 3.1</li>
</ul>
<p><b>1.3.0</b> -- May 8, 2006</p>
<ul> <ul>
<li>Added ability to allow messages even when content has matched (thanks to Eduardo for the <a href="http://www.jivesoftware.org/community/message.jspa?messageID=118198">feature request</a>)</li> <li>Added ability to allow messages even when content has matched (thanks to Eduardo for the <a href="http://www.jivesoftware.org/community/message.jspa?messageID=118198">feature request</a>)</li>
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
<name>Content Filter</name> <name>Content Filter</name>
<description>Scans message packets for defined patterns</description> <description>Scans message packets for defined patterns</description>
<author>Conor Hayes</author> <author>Conor Hayes</author>
<version>1.3</version> <version>1.3.1</version>
<date>05/08/2006</date> <date>10/06/2006</date>
<minServerVersion>2.4.0</minServerVersion> <minServerVersion>3.1.0</minServerVersion>
<!-- UI extension --> <!-- UI extension -->
<adminconsole> <adminconsole>
......
...@@ -44,6 +44,11 @@ ...@@ -44,6 +44,11 @@
Presence Plugin Changelog Presence Plugin Changelog
</h1> </h1>
<p><b>1.3.2</b> -- October 06, 2006</p>
<ul>
<li>Updated to use compression offered by Wildfire 3.1</li>
</ul>
<p><b>1.3.1</b> -- July 19, 2006</p> <p><b>1.3.1</b> -- July 19, 2006</p>
<ul> <ul>
<li>Added support for retrieving the user's presence status as plain text. <li>Added support for retrieving the user's presence status as plain text.
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<name>Presence Service</name> <name>Presence Service</name>
<description>Exposes presence information through HTTP.</description> <description>Exposes presence information through HTTP.</description>
<author>Jive Software</author> <author>Jive Software</author>
<version>1.3.1</version> <version>1.3.2</version>
<date>7/19/2006</date> <date>10/06/2006</date>
<minServerVersion>2.5.1</minServerVersion> <minServerVersion>3.1.0</minServerVersion>
<adminconsole> <adminconsole>
<tab id="tab-server"> <tab id="tab-server">
......
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
Registration Plugin Changelog Registration Plugin Changelog
</h1> </h1>
<p><b>1.3.0</b> -- February ??, 2006</p> <p><b>1.3.1</b> -- October 06, 2006</p>
<ul> <ul>
<li>Email messages now use the correct date.</li> <li>Updated to use compression offered by Wildfire 3.1</li>
</ul> </ul>
<p><b>1.3.0</b> -- January 6, 2006</p> <p><b>1.3.0</b> -- January 6, 2006</p>
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<name>Registration</name> <name>Registration</name>
<description>Performs various actions whenever a new user account is created.</description> <description>Performs various actions whenever a new user account is created.</description>
<author>Ryan Graham</author> <author>Ryan Graham</author>
<version>1.3.0</version> <version>1.3.1</version>
<date>01/06/2006</date> <date>10/06/2006</date>
<minServerVersion>2.4.0</minServerVersion> <minServerVersion>3.1.0</minServerVersion>
<adminconsole> <adminconsole>
<tab id="tab-users"> <tab id="tab-users">
......
...@@ -49,6 +49,11 @@ Search Plugin Changelog ...@@ -49,6 +49,11 @@ Search Plugin Changelog
<li>Search results no longer shows edit and delete if users are read-only.</li> <li>Search results no longer shows edit and delete if users are read-only.</li>
</ul> </ul>
<p><b>1.2.1</b> -- October 06, 2006</p>
<ul>
<li>Updated to use compression offered by Wildfire 3.1</li>
</ul>
<p><b>1.2.0</b> -- August 7, 2006</p> <p><b>1.2.0</b> -- August 7, 2006</p>
<ul> <ul>
<li>Modified search field to be required in the data form. Thanks to Alexander Gnauck.</li> <li>Modified search field to be required in the data form. Thanks to Alexander Gnauck.</li>
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<name>Search</name> <name>Search</name>
<description>Provides support for Jabber Search (JEP-0055)</description> <description>Provides support for Jabber Search (JEP-0055)</description>
<author>Ryan Graham</author> <author>Ryan Graham</author>
<version>1.2.0</version> <version>1.2.1</version>
<date>08/07/2006</date> <date>10/06/2006</date>
<minServerVersion>2.4.0</minServerVersion> <minServerVersion>3.1.0</minServerVersion>
<adminconsole> <adminconsole>
<tab id="tab-server"> <tab id="tab-server">
......
...@@ -48,6 +48,12 @@ ...@@ -48,6 +48,12 @@
<h1> <h1>
Subscription Plugin Changelog Subscription Plugin Changelog
</h1> </h1>
<p><b>1.0.1</b> -- October 06, 2006</p>
<ul>
<li>Updated to use compression offered by Wildfire 3.1</li>
</ul>
<p><b>1.0.0</b> -- July 17, 2006</p> <p><b>1.0.0</b> -- July 17, 2006</p>
<ul> <ul>
<li>Initial release.</li> <li>Initial release.</li>
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
<name>Subscription</name> <name>Subscription</name>
<description>Automatically accepts or rejects subsription requests</description> <description>Automatically accepts or rejects subsription requests</description>
<author>Ryan Graham</author> <author>Ryan Graham</author>
<version>1.0.0</version> <version>1.0.1</version>
<date>07/17/2006</date> <date>10/06/2006</date>
<url>http://www.jivesoftware.org</url> <url>http://www.jivesoftware.org</url>
<minServerVersion>2.6.0</minServerVersion> <minServerVersion>3.1.0</minServerVersion>
<adminconsole> <adminconsole>
<tab id="tab-server"> <tab id="tab-server">
......
...@@ -150,6 +150,11 @@ hr { ...@@ -150,6 +150,11 @@ hr {
</div> </div>
<div id="pageBody"> <div id="pageBody">
<h2>2.0.4 -- <span style="font-weight: normal;">October 06, 2006</span></h2>
<ul>
<li>Updated to use compression offered by Wildfire 3.1</li>
</ul>
<h2>2.0.3 -- <span style="font-weight: normal;">July 10, 2006</span></h2> <h2>2.0.3 -- <span style="font-weight: normal;">July 10, 2006</span></h2>
<ul> <ul>
<li>Updated to work with Wildfire 3.0.1.</li> <li>Updated to work with Wildfire 3.0.1.</li>
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
<name>User Import Export</name> <name>User Import Export</name>
<description>Enables import and export of user data</description> <description>Enables import and export of user data</description>
<author>Ryan Graham</author> <author>Ryan Graham</author>
<version>2.0.3</version> <version>2.0.4</version>
<date>7/13/2006</date> <date>10/06/2006</date>
<minServerVersion>3.0.1</minServerVersion> <minServerVersion>3.1.0</minServerVersion>
<adminconsole> <adminconsole>
<tab id="tab-users"> <tab id="tab-users">
......
...@@ -44,7 +44,12 @@ ...@@ -44,7 +44,12 @@
User Service Plugin Changelog User Service Plugin Changelog
</h1> </h1>
<p><b>1.1</b> -- March 16, 2006</p> <p><b>1.1.1</b> -- October 06, 2006</p>
<ul>
<li>Updated to use compression offered by Wildfire 3.1</li>
</ul>
<p><b>1.1.0</b> -- March 16, 2006</p>
<ul> <ul>
<li>Updates to documentation and source to support Wildfire 2.4 and above.</li> <li>Updates to documentation and source to support Wildfire 2.4 and above.</li>
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<name>User Service</name> <name>User Service</name>
<description>Allows administration of users via HTTP requests.</description> <description>Allows administration of users via HTTP requests.</description>
<author>Justin Hunt</author> <author>Justin Hunt</author>
<version>1.1</version> <version>1.1.1</version>
<date>03/16/2006</date> <date>10/06/2006</date>
<minServerVersion>2.4.4</minServerVersion> <minServerVersion>3.1.0</minServerVersion>
<adminconsole> <adminconsole>
<tab id="tab-server"> <tab id="tab-server">
......
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