To find the state of this project's repository at the time of any of these versions, check out the tags.
changelog.html 2.51 KB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Monitoring Plugin Changelog</title>
    <style type="text/css">
        BODY {
            font-size : 100%;
        }
        BODY, TD, TH {
            font-family : tahoma, verdana, arial, helvetica, sans-serif;
            font-size : 0.8em;
        }
        H2 {
             font-size : 10pt;
             font-weight : bold;
             padding-left : 1em;
        }
        A:hover {
            text-decoration : none;
        }
        H1 {
            font-family : tahoma, arial, helvetica, sans-serif;
            font-size : 1.4em;
            font-weight: bold;
            border-bottom : 1px #ccc solid;
            padding-bottom : 2px;
        }
      
        TT {
            font-family : courier new;
            font-weight : bold;
            color : #060;
        }
        PRE {
            font-family : courier new;
            font-size : 100%;
        }
    </style>
</head>
<body>

<h1>
Monitoring Plugin Changelog
</h1>

<p><b>1.3.1</b> -- February 14, 2013</p>

<ul>
     <li>OF-611 - Monitoring plugin 1.3.0 is not updating IDs of older archived messages.</li>
     <li>beta1 suffixes beta1 version till plugin is validated</li>
     <li>beta2 enforces Openfire 3.8 requirement due to XmppDateUtil change</li>
</ul>


<p><b>1.3.0</b> -- October 17, 2012</p>

<ul>
     <li>Monitoring plugin 1.3.0 integrating Jive Monitoring Plugin and Stefan Reuter's Open Archive plugin to give both XEP-0136 support and group as well as individual chat archiving.</li>
</ul>

<p><b>1.2.0</b> -- December 1, 2009</p>

<ul>
     <li>Compatible version with Openfire 3.7.0.</li>
     <li>Applied Java generics.</li>
     <li>[<a href='http://www.igniterealtime.org/issues/browse/OF-53'>OF-53</a>] - Replace custom logging implementation with a third party library.</li>
</ul>

<p><b>1.1.1</b> -- November 14, 2008</p>

<ul>
     <li>[<a href='http://www.igniterealtime.org/issues/browse/JM-1469'>JM-1469</a>] - Fixed invalid link to groupchat room from 'Active conversations' page.</li>
</ul>

<p><b>1.1.0</b> -- July 31, 2008</p>

<ul>
     <li>Compatible version with Openfire 3.6.0. </li>
</ul>

<p><b>1.0.1</b> -- May 6, 2008</p>

<ul>
     <li>Dashboard was not working when running in a cluster.</li>
     <li>Fixed navitation to room from dashboard.</li>
</ul>

<p><b>1.0.0</b> -- April 24, 2008</p>

<ul>
     <li>Initial release. </li>
</ul>


</body>
</html>