Skip to content

Commit

Permalink
Denote 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Feb 5, 2021
1 parent 7f079fe commit 571bd27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>pushnotification</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>

<name>Push Notification</name>
<description>Adds Push Notification (XEP-0357) support to Openfire.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>
Push Notification Plugin Changelog
</h1>

<p><b>0.8.0</b> -- (tbd)</p>
<p><b>0.8.0</b> -- February 5, 2021</p>
<ul>
<li><a href="https://github.com/igniterealtime/openfire-pushnotification-plugin/issues/15">Issue #15</a>: Define minimum server requirement (4.3.0).</li>
<li><a href="https://github.com/igniterealtime/openfire-pushnotification-plugin/issues/19">Issue #19</a>: Prevent ClassCastExceptions after reloading/updating the plugin.</li>
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>${project.version}</version>

<author>Guus der Kinderen</author>
<date>04/26/2020</date>
<date>02/05/2021</date>

<minServerVersion>4.3.0</minServerVersion>
<minJavaVersion>1.8</minJavaVersion>
Expand Down

0 comments on commit 571bd27

Please sign in to comment.