Commit 89565d4d authored by akrherz's avatar akrherz

bump version number to get fix for OF-769 included

parent f9b81f20
...@@ -43,6 +43,13 @@ ...@@ -43,6 +43,13 @@
<h1> <h1>
Monitoring Plugin Changelog Monitoring Plugin Changelog
</h1> </h1>
<p><b>1.4.2</b> -- Apr 30, 2014</p>
<ul>
<li>ofConParticipant table name is case sensitive on linux+mysql</li>
</ul>
<p><b>1.4.1</b> -- Feb 26, 2014</p> <p><b>1.4.1</b> -- Feb 26, 2014</p>
<ul> <ul>
<li>Plugin was not working with MS SQL Server (Now work with MS SQL Server 2005+).</li> <li>Plugin was not working with MS SQL Server (Now work with MS SQL Server 2005+).</li>
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
<name>Monitoring Service</name> <name>Monitoring Service</name>
<description>Monitors conversations and statistics of the server.</description> <description>Monitors conversations and statistics of the server.</description>
<author>Jive Software</author> <author>Jive Software</author>
<version>1.4.1</version> <version>1.4.2</version>
<date>02/26/2014</date> <date>04/30/2014</date>
<minServerVersion>3.9.0</minServerVersion> <minServerVersion>3.9.0</minServerVersion>
<databaseKey>monitoring</databaseKey> <databaseKey>monitoring</databaseKey>
<databaseVersion>2</databaseVersion> <databaseVersion>2</databaseVersion>
......
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