Skip to content

Commit

Permalink
Define new minimum server requirement: 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Aug 31, 2023
1 parent cb5b518 commit 694896e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ <h1>
</h1>


<p><b>1.2.0</b> -- (tbd)</p>
<ul>
<li>New minimum server requirement: 4.8.0</li>
</ul>

<p><b>1.1.1</b> -- August 31, 2023</p>
<ul>
<li><a href="https://github.com/igniterealtime/openfire-threaddump-plugin/pull/12">Issue 12</a>: Marking that this version (and implicitly, earlier versions) are not compatible with Openfire 4.8.0</li>
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<author>Ignite Realtime</author>
<version>${project.version}</version>
<date>2023-08-31</date>
<priorToServerVersion>4.8.0</priorToServerVersion>
<minServerVersion>4.8.0</minServerVersion>

<adminconsole>
<tab id="tab-server">
Expand Down

0 comments on commit 694896e

Please sign in to comment.