Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.1 #13

Merged
merged 4 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>threaddump</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>

<name>Threaddump Plugin</name>
<description>A plugin that can be used to generate diagnostics.</description>
Expand Down
10 changes: 10 additions & 0 deletions src/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ <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>
</ul>

<p><b>1.1.0</b> -- August 31, 2022</p>
<ul>
<li><a href="https://github.com/igniterealtime/openfire-threaddump-plugin/pull/9">Issue #9</a>: Added new evaluator for the database connection pool</li>
Expand Down
5 changes: 3 additions & 2 deletions src/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
<description>${project.description}</description>
<author>Ignite Realtime</author>
<version>${project.version}</version>
<date>2022-08-31</date>

<date>2023-08-31</date>
<minServerVersion>4.8.0</minServerVersion>

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