Skip to content

Commit

Permalink
Merge pull request #24 from guusdk/release_1.2.5
Browse files Browse the repository at this point in the history
Release 1.2.5
  • Loading branch information
akrherz authored Nov 15, 2024
2 parents 038556b + 8dab3e8 commit 4b7bd34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<h1>MotD Plugin Changelog</h1>

<p><b>1.2.5</b> -- To Be Determined</p>
<p><b>1.2.5</b> -- November 15, 2024</p>
<ul>
<li>Requires Openfire 4.8.0 or later.</li>
<li>[<a href='https://github.com/igniterealtime/openfire-motd-plugin/issues/22'>Issue #22</a>] - Users cannot connect when enabled in Openfire 4.9.0 or later</li>
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>Allows admins to have a message sent to users each time they log in.</description>
<author>Ryan Graham</author>
<version>${project.version}</version>
<date>2024-11-14</date>
<date>2024-11-15</date>
<minServerVersion>4.8.0</minServerVersion>
<minJavaVersion>1.8</minJavaVersion>

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>motd</artifactId>
<version>1.2.5-SNAPSHOT</version>
<version>1.2.6-SNAPSHOT</version>
<name>Message of the Day Plugin</name>
<description>Allows admins to have a message sent to users each time they log in.</description>

Expand Down

0 comments on commit 4b7bd34

Please sign in to comment.