Skip to content

Commit

Permalink
Denote version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk authored and akrherz committed Oct 30, 2020
1 parent 592271f commit b147232
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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>2.0.1</b> -- (to be determined)</p>
<p><b>2.0.1</b> -- May 11, 2020</p>
<ul>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/91'>Issue #91</a>] - Exception when search text contains special characters</li>
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/94'>Issue #94</a>] - Do not advertise 'free text search' feature for personal archives (that do not support that feature).</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>01/28/2020</date>
<date>05/11/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>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<name>Monitoring Plugin</name>
<description>Monitors conversations and statistics of the server.</description>

Expand Down

0 comments on commit b147232

Please sign in to comment.