Skip to content

Commit

Permalink
version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Nov 25, 2020
1 parent 6205a39 commit 0605612
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.igniterealtime.openfire.ofmeet</groupId>
<artifactId>parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>

<artifactId>config</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions offocus/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ <h1>
Pade Focus Provider Plugin Changelog
</h1>

<p><b>1.1.2</b> -- <i>November 25, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/88">Issue #88 - Can't establish audio or video</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/89">Issue #89 - Chorome 87 updated on November 17th disables audio and video from 3 users</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/92">Issue #92 - OFMeet-1.1: OOM due to unlimited heap sizes, allow an user-defined command line for the additional JVMs</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/95">Issue #95 - JVB2 plug-in fails to load in Windows due to backslashes in key store path</a></li>
</ul>

<p><b>1.1.1</b> -- <i>November 24, 2020</i></p>
<ul>
<li>Exposed sip-communicator.properties file</li>
Expand Down
2 changes: 1 addition & 1 deletion offocus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.igniterealtime.openfire.ofmeet</groupId>
<artifactId>parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>

<artifactId>offocus</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions ofmeet/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ <h1>
Pade VideoBridge Plugin Changelog
</h1>

<p><b>1.1.2</b> -- <i>November 25, 2020</i></p>
<ul>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/88">Issue #88 - Can't establish audio or video</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/89">Issue #89 - Chorome 87 updated on November 17th disables audio and video from 3 users</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/92">Issue #92 - OFMeet-1.1: OOM due to unlimited heap sizes, allow an user-defined command line for the additional JVMs</a></li>
<li>Fixed <a href="https://github.com/igniterealtime/openfire-pade-plugin/issues/95">Issue #95 - JVB2 plug-in fails to load in Windows due to backslashes in key store path</a></li>
</ul>

<p><b>1.1.1</b> -- <i>November 24, 2020</i></p>
<ul>
<li>Implemented websocket proxy for JVB2</li>
Expand Down
2 changes: 1 addition & 1 deletion ofmeet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.igniterealtime.openfire.ofmeet</groupId>
<artifactId>parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>

<artifactId>ofmeet</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions pade/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ <h1>
Pade Server Plugin Changelog
</h1>

<p><b>1.1.2</b> -- <i>November 25, 2020</i></p>
<ul>
<li>Bump version</li>
</ul

<p><b>1.1.1</b> -- <i>November 24, 2020</i></p>
<ul>
<li>Bump version</li>
Expand Down
2 changes: 1 addition & 1 deletion pade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.igniterealtime.openfire.ofmeet</groupId>
<artifactId>parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>

<artifactId>pade</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.igniterealtime.openfire.ofmeet</groupId>
<artifactId>parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<packaging>pom</packaging>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.igniterealtime.openfire.ofmeet</groupId>
<artifactId>parent</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</parent>

<artifactId>web</artifactId>
Expand Down

0 comments on commit 0605612

Please sign in to comment.