Skip to content

Commit 6bf1bab

Browse files
committed
Denote release 2.3.1
1 parent 1429228 commit 6bf1bab

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

changelog.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ <h1>
4444
Monitoring Plugin Changelog
4545
</h1>
4646

47-
<p><b>2.3.1</b> -- (tbd)</p>
47+
<p><b>2.3.1</b> -- September 28, 2022</p>
4848
<ul>
49+
<li>Last plugin release to be compatible with Openfire releases prior to 4.8.0. Future releases will require Openfire 4.8.0 or later.</li>
4950
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/229'>Issue #229</a>] - Update iText to 7.2.2</li>
5051
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/224'>Issue #224</a>] - Replace Lightbox library.</li>
5152
<li>[<a href='https://github.com/igniterealtime/openfire-monitoring-plugin/issues/219'>Issue #219</a>] - Replace CalendarJS library.</li>

plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
<description>Monitors conversations and statistics of the server.</description>
77
<author>Ignite Realtime</author>
88
<version>${project.version}</version>
9-
<date>2022-03-04</date>
9+
<date>2022-09-28</date>
1010
<minServerVersion>4.7.0</minServerVersion>
11+
<maxServerVersion>4.8.0</maxServerVersion>
1112
<minJavaVersion>1.8</minJavaVersion>
1213
<databaseKey>monitoring</databaseKey>
1314
<databaseVersion>8</databaseVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>org.igniterealtime.openfire.plugins</groupId>
1010
<artifactId>monitoring</artifactId>
11-
<version>2.3.1-SNAPSHOT</version>
11+
<version>2.3.1</version>
1212
<name>Monitoring Plugin</name>
1313
<description>Monitors conversations and statistics of the server.</description>
1414

0 commit comments

Comments
 (0)