Skip to content

Commit

Permalink
Update lib to 1.2.2 (fix igniterealtime#18 for content type)
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Nov 17, 2019
1 parent 209b621 commit 06dae81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,17 @@

<h1>HTTP File Upload Plugin Changelog</h1>

<p><b>1.1.3</b> -- November 17, 2019</p>
<ul>
<li>Updated to HttpFileUploadComponent v1.2.2, which resolves:</li>
<ul>
<li><a href="https://github.com/igniterealtime/openfire-httpFileUpload-plugin/issues/18">Issue #18:</a> Can't get mime type of uploaded file from webserver.</li>
</ul>
</ul>

<p><b>1.1.2</b> -- November 12, 2019</p>
<ul>
<li>Updated to HttpFileUploadComponent v1.2.1, which resoloves:</li>
<li>Updated to HttpFileUploadComponent v1.2.1, which resolves:</li>
<ul>
<li><a href="https://github.com/igniterealtime/openfire-httpFileUpload-plugin/issues/15">Issue #15:</a> Allow web context root to be configured.</li>
<li><a href="https://github.com/igniterealtime/openfire-httpFileUpload-plugin/issues/16">Issue #16:</a> Remove redundant IOException declarations.</li>
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<description>Allows clients to share files, as described in the XEP-0363 'HTTP File Upload' specification.</description>
<author>Guus der Kinderen</author>
<version>${project.version}</version>
<date>11/12/2019</date>
<date>11/17/2019</date>
<minServerVersion>4.1.0</minServerVersion>
</plugin>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>nl.goodbytes.xmpp.xep</groupId>
<artifactId>httpfileuploadcomponent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
</dependencies>
</project>

0 comments on commit 06dae81

Please sign in to comment.