Skip to content

Commit

Permalink
Denote version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk authored and akrherz committed Oct 30, 2020
1 parent b6e752c commit 288b32b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>
Monitoring Plugin Changelog
</h1>

<p><b>1.8.2</b> -- (to be determined)</p>
<p><b>2.0.0</b> -- January 28, 2020</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/20'>Issue #20</a>] - Update Lucene to 8.4.0</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/58'>Issue #48</a>] - Fix for poor performance when adding messages to a large database.</li>
Expand All @@ -53,7 +53,7 @@ <h1>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/60'>Issue #60</a>] - Java11 ClassNotFoundException when deploying.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/62'>Issue #62</a>] - Set 'complete' only on last page retrieval.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/63'>Issue #63</a>] - Add support for 'with' search field for MAM MUC queries.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/67'>Issue #67</a>] - Fix bug: maxRetrival was never used</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/67'>Issue #67</a>] - Fix bug: maxRetrieval was never used</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/69'>Issue #69</a>] - Fix wrong parameter setters for prepared Statement in ConversationManager (getMessageIdForStableId)</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/70'>Issue #70</a>] - Purge and reinitialize incorrect statistic databases (RRDs).</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/73'>Issue #73</a>] - Unable to resume rebuilding Lucene index</li>
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>Monitors conversations and statistics of the server.</description>
<author>IgniteRealtime // Jive Software</author>
<version>${project.version}</version>
<date>12/11/2019</date>
<date>01/28/2020</date>
<minServerVersion>4.4.0</minServerVersion>
<minJavaVersion>1.8</minJavaVersion>
<databaseKey>monitoring</databaseKey>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>monitoring</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>2.0.0</version>
<name>Monitoring Plugin</name>
<description>Monitors conversations and statistics of the server.</description>

Expand Down

0 comments on commit 288b32b

Please sign in to comment.