Skip to content

Commit

Permalink
fixes #4: Should be compatible with Openfire 4.7.0 and later.
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Feb 22, 2022
1 parent ca36eb2 commit ea7858e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelog.html
Expand Up @@ -45,9 +45,11 @@ <h1>

<p><b>2.2.0 Release 3</b> -- (tbd)</p>
<ul>
<li>Minimum Openfire requirement: 4.7.0</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1517'>OF-1517</a>] - Don't require i18n source files for all plugins to be encoded.</li>
<li>[<a href='https://issues.igniterealtime.org/browse/OF-1641'>OF-1641</a>] - Ensure all JSP pages have the correct contentType.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-candy-plugin/issues/1'>#1</a>] - Fix Maven build</li>
<li>[<a href='https://github.com/igniterealtime/openfire-candy-plugin/issues/4'>#4</a>] - Compatibility with Openfire 4.7.0 and later.</li>
<li>Minimum Java requirement: 1.8</li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Expand Up @@ -6,7 +6,7 @@
<author>Guus der Kinderen</author>
<version>${project.version}</version>
<date>tbc.</date>
<minServerVersion>4.1.5</minServerVersion>
<minServerVersion>4.7.0</minServerVersion>
<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
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.3.0-beta</version>
<version>4.7.0</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>candy</artifactId>
Expand Down

0 comments on commit ea7858e

Please sign in to comment.