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 4.4.0.2 #23

Merged
merged 4 commits into from
Nov 14, 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
6 changes: 4 additions & 2 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ <h1>
JSXC Plugin Changelog
</h1>

<p><b>4.5.0 Release 1</b> -- TBD</p>
<p><b>4.4.0 Release 2</b> -- November 14, 2024</p>
<ul>
<li>Added Portguese translations</li>
<li>Marked as last version to be compatible with Openfire versions prior to 5.0.0.</li>
<li>Added Portuguese translations</li>
<li><a href="https://github.com/igniterealtime/openfire-jsxc-plugin/issues/22">#22:</a> Update org.json:json from 20180813 to 20240303.</li>
</ul>

<p><b>4.4.0 Release 1</b> -- April 6, 2022</p>
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>${project.description}</description>
<author>Guus der Kinderen</author>
<version>${project.version}</version>
<date>2022-04-06</date>
<date>2024-11-14</date>
<minServerVersion>4.4.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="jsxc-config.jsp">
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>jsxc</artifactId>
<version>4.4.0.2-SNAPSHOT</version>
<version>4.4.0.3-SNAPSHOT</version>
<name>JSXC</name>
<description>Adds the (third-party) JSXC web client to Openfire.</description>
<build>
Expand All @@ -29,7 +29,7 @@
<dependency>
<artifactId>json</artifactId>
<groupId>org.json</groupId>
<version>20180813</version>
<version>20240303</version>
</dependency>
</dependencies>

Expand Down