You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.html
+6
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,12 @@
41
41
42
42
<h1>HTTP File Upload Plugin Changelog</h1>
43
43
44
+
<p><b>1.2.0</b> -- (tbd)</p>
45
+
<ul>
46
+
<li>Now requires Openfire 4.7.0 or later</li>
47
+
<li><ahref="https://github.com/igniterealtime/openfire-httpFileUpload-plugin/issues/33">Issue #33:</a> Fix API incompatiblities with upcoming Openfire 4.8.</li>
48
+
</ul>
49
+
44
50
<p><b>1.1.4</b> -- (November 4, 2021)</p>
45
51
<ul>
46
52
<li>Updated to HttpFileUploadComponent v1.4.0, which resolves:</li>
response.setHeader("Access-Control-Max-Age", String.valueOf(HttpBindManager.HTTP_BIND_CORS_MAX_AGE.getDefaultValue().getSeconds())); // // TODO: replace with 'toSeconds()' after dropping support for Java 8.
0 commit comments