Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Nov 24, 2020
1 parent 58e112f commit e989027
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 8 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.0</version>
<version>1.1.1</version>
</parent>

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

<p><b>1.1.1</b> -- <i>November 24, 2020</i></p>
<ul>
<li>Exposed sip-communicator.properties file</li>
</ul>

<p><b>1.1.0</b> -- <i>November 22, 2020</i></p>
<ul>
<li>Upgrade to JVB2</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.0</version>
<version>1.1.1</version>
</parent>

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

<p><b>1.1.1</b> -- <i>November 24, 2020</i></p>
<ul>
<li>Implemented websocket proxy for JVB2</li>
<li>Exposed sip-communicator.properties file</li>
</ul>

<p><b>1.1.0</b> -- <i>November 22, 2020</i></p>
<ul>
<li>Upgrade to JVB2</li>
Expand Down
3 changes: 2 additions & 1 deletion ofmeet/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
<minServerVersion>4.1.5</minServerVersion>
<minJavaVersion>1.8</minJavaVersion>
<adminconsole>
<tab id="tab-ofmeet" name="${plugin.title}" url="ofmeet-settings.jsp" description="${plugin.description}">
<tab id="tab-ofmeet" name="${plugin.title}" url="ofmeet-summary.jsp" description="${plugin.description}">
<sidebar id="siderbar-ofmeet" name="${plugin.title}">
<item id="ofmeet-summary" name="${config.page.summary.title}" description="${config.page.summary.description}" url="ofmeet-summary.jsp"/>
<item id="ofmeet-settings" name="${config.page.settings.title}" description="${config.page.settings.description}" url="ofmeet-settings.jsp"/>
<item id="ofmeet-uisettings" name="${config.page.uisettings.title}" description="${config.page.uisettings.description}" url="ofmeet-uisettings.jsp"/>
<item id="jitsi-videobridge-settings" name="${plugin.sidebar.networking.title}" description="${plugin.sidebar.networking.title.description}" url="jitsi-videobridge.jsp"/> <!-- From a dependency. To work, must be manually added to WEB-INF/web.xml -->
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.0</version>
<version>1.1.1</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.1</b> -- <i>November 24, 2020</i></p>
<ul>
<li>Bump version</li>
</ul

<p><b>1.1.0</b> -- <i>November 22, 2020</i></p>
<ul>
<li>Upgrade to JVB2</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.0</version>
<version>1.1.1</version>
</parent>

<artifactId>pade</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<openfire.version>4.6.0</openfire.version>
<openfire.version>4.6.0</openfire.version>
<pade.url>https://igniterealtime.github.io/pade</pade.url>
</properties>

<groupId>org.igniterealtime.openfire.ofmeet</groupId>
<artifactId>parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</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.0</version>
<version>1.1.1</version>
</parent>

<artifactId>web</artifactId>
Expand Down

0 comments on commit e989027

Please sign in to comment.