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 2.2.0.5 #16

Merged
merged 3 commits into from
Nov 13, 2024
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
3 changes: 2 additions & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ <h1>
Candy Plugin Changelog
</h1>

<p><b>2.2.0 Release 5</b> -- (tbd)</p>
<p><b>2.2.0 Release 5</b> -- November 13, 2024</p>
<ul>
<li>Marked as last version to be compatible with Openfire versions prior to 5.0.0.</li>
<li>Bump org.json:json from 20230227 to 20231013</li>
</ul>

Expand Down
3 changes: 2 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<description>Adds the (third-party) Candy web client to Openfire.</description>
<author>Guus der Kinderen</author>
<version>${project.version}</version>
<date>2023-07-20</date>
<date>2024-11-13</date>
<minServerVersion>4.7.0</minServerVersion>
<priorToServerVersion>5.0.0</priorToServerVersion>
<minJavaVersion>1.8</minJavaVersion>
<adminconsole>
<tab id="tab-webclients" name="${admin.sidebar.webclients.name}" description="${admin.sidebar.webclients.description}" url="candy-config.jsp">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>candy</artifactId>
<name>Candy Webchat Plugin</name>
<version>2.2.0-release-5-SNAPSHOT</version>
<version>2.2.0-release-6-SNAPSHOT</version>

<build>
<sourceDirectory>src/java</sourceDirectory>
Expand Down