Skip to content

Commit

Permalink
Denote 0.7.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk authored and akrherz committed Apr 28, 2020
1 parent 650db42 commit b13036a
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.7.0-SNAPSHOT</version>
<version>0.7.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.7.0</b> -- (tbd)</p>
<p><b>0.7.0</b> -- April 26, 2020</p>
<ul>
<li><a href="https://github.com/igniterealtime/openfire-pushnotification-plugin/issues/6">Issue #6</a>: Add content to push notifications that allow them to wake up an IOS app</li>
<li><a href="https://github.com/igniterealtime/openfire-pushnotification-plugin/issues/7">Issue #7</a>: Rate-limit the amount of push notifications being sent per user</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/23/2020</date>
<date>04/26/2020</date>

<minJavaVersion>1.8</minJavaVersion>

Expand Down

0 comments on commit b13036a

Please sign in to comment.