Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stokito authored and guusdk committed Sep 23, 2024
1 parent 5d96a71 commit 79e02f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
</head>
<body>

<h1>
EXI Plugin Changelog
</h1>
<h1>EXI Plugin Changelog</h1>

<p><b>1.0.1</b> -- To Be Determined</p>
<ul>
Expand All @@ -54,5 +52,13 @@ <h1>
<li>Fixes <a href="https://github.com/igniterealtime/openfire-exi-plugin/issues/2">issue #2</a>: Unit test fail under JDK 17</li>
</ul>

<p><b>1.1.0</b> -- Sep 23, 2024</p>
<ul>
<li>Set supported Openfire version to only 4.7</li>
<li>Upgrade com.siemens.ct.exi:exificient library to 1.0.7</li>
<li>Use Base64 decoder from JRE </li>
<li>Refactoring and code cleanup</li>
</ul>

</body>
</html>
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>exi</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<name>EXI</name>
<description>Adds support for XEP-0322: Efficient XML Interchange (EXI) Format</description>
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<author>${project.developers[0].name}</author>

<version>${project.version}</version>
<date>2023-11-26</date>
<date>2024-09-23</date>
<minServerVersion>4.7.0</minServerVersion>
<priorToServerVersion>4.8.0</priorToServerVersion>

Expand Down

0 comments on commit 79e02f6

Please sign in to comment.