<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
    <title>Registration 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>
Registration Plugin Changelog
</h1>

<p><b>1.6.0</b> -- Sep 13, 2013</p>
<ul>
     <li>Requires Openfire 3.9.0.</li>
</ul>

<p><b>1.5.0</b> -- December 2, 2009</p>
<ul>
     <li>Now requires Openfire 3.7.0.</li>
     <li>[<a href='http://www.igniterealtime.org/issues/browse/OF-43'>OF-43</a>] - Add reCAPTCHA check for registration via web.</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>
     <li>[<a href='http://www.igniterealtime.org/issues/browse/OF-78'>OF-78</a>] - Replaced custom Stringprep with LibIDN.</li>
     <li>Updated license from GPL to Apache.</li>
</ul>

<p><b>1.4.1</b> -- November 2, 2007</p>
<ul>
    <li>JIDs to alert of new registrations are now validated.</li>
</ul>

<p><b>1.4.0</b> -- April 12, 2007</p>
<ul>
    <li>Now requires Openfire 3.3.0.</li>
</ul>

<p><b>1.3.2</b> -- March 12, 2007</p>
<ul>
    <li>Fixed issue where the username was not being escaped properly on the web sign-up page.
    <li>Added internationalization (i18n) support.</li>
    <li>Updated UI to match later versions of Openfire.</li>
</ul>

<p><b>1.3.1</b> -- October 06, 2006</p>
<ul>
    <li>Updated to use compression offered by Openfire 3.1</li>
</ul>

<p><b>1.3.0</b> -- January 6, 2006</p>
<ul>
    <li>Added the ability to allow users to create accounts via a web page.</li>
</ul>

<p><b>1.2.1</b> -- December 15, 2005</p>
<ul>
    <li>Now requires Openfire 2.4.0</li>
</ul>

<p><b>1.2</b> -- December 1, 2005</p>
<ul>
     <li>Now requires Openfire 2.3.1</li>
</ul>

<p><b>1.1</b> -- August 10, 2005</p>
<ul>
     <li>Added the ability to have multiple people alerted via instant message and/or email whenever a new user registers.</li>
     <li>[<a href="http://www.igniterealtime.org/issues/browse/JM-239">JM-239</a>] - Automatically add new users to a specified group.
</ul>

<p><b>1.0</b> -- April 21, 2005</p>
<ul>
     <li>Initial release.</li>
</ul>


</body>
</html>