Skip to content

Commit

Permalink
Bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Jun 25, 2024
1 parent 9d7024d commit d4adf29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ <h1>
REST API Plugin Changelog
</h1>

<p><b>1.10.3</b> (tbd)</p>
<p><b>1.11.0</b> (tbd)</p>
<ul>
<li>Now requires Openfire 4.8.0 or later</li>
<li>[<a href='https://github.com/igniterealtime/openfire-restAPI-plugin/issues/188'>#188</a>] - Fix issues with MUC room data consistency in an Openfire cluster</li>
<li>[<a href='https://github.com/igniterealtime/openfire-restAPI-plugin/issues/190'>#190</a>] - Readiness and liveness probes (broken since openfire 4.8.0)</li>
<li>[<a href='https://github.com/igniterealtime/openfire-restAPI-plugin/issues/192'>#192</a>] - Fix issue to support swagger updating user entity</li>
<li>[<a href='https://github.com/igniterealtime/openfire-restAPI-plugin/issues/195'>#195</a>] - Fix API incompatibilities with Openfire 4.8.0</li>
</ul>

<p><b>1.10.2</b> November 20, 2023</p>
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<description>Allows administration over a RESTful API.</description>
<author>Roman Soldatow</author>
<version>${project.version}</version>
<date>2023-12-22</date>
<minServerVersion>4.7.0</minServerVersion>
<date>2024-06-25</date>
<minServerVersion>4.8.0</minServerVersion>
<adminconsole>
<tab id="tab-server">
<sidebar id="sidebar-server-settings">
Expand Down
2 changes: 1 addition & 1 deletion 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>restAPI</artifactId>
<version>1.10.3-SNAPSHOT</version>
<version>1.11.0-SNAPSHOT</version>
<name>REST API Plugin</name>
<description>Allows administration over a RESTful API.</description>
<licenses>
Expand Down

0 comments on commit d4adf29

Please sign in to comment.