Skip to content

Commit cd4b04d

Browse files
committed
fixes 12: Upgrade to XMPP Web 0.10.7
1 parent 64f93b7 commit cd4b04d

File tree

8 files changed

+42
-36
lines changed

8 files changed

+42
-36
lines changed

changelog.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ <h1>
4343
Xmppweb Plugin Changelog
4444
</h1>
4545

46+
<p><b>0.10.7 Release 1</b> -- tbc</p>
47+
<ul>
48+
<li>Updated Spanish translations</li>
49+
<li>[<a href='https://github.com/igniterealtime/openfire-xmppweb-plugin/issues/12'>Issue #12</a>] - Update to version 0.10.7 of the <a href="https://github.com/nioc/xmpp-web">XMPP Web project</a>.</li>
50+
</ul>
51+
4652
<p><b>0.10.6 Release 1</b> -- June 12, 2025</p>
4753
<ul>
4854
<li>Requires Openfire 5.0.0 or later</li>

classes/assets/index-126f0889.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

classes/assets/index-558e0537.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

classes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<title>XMPP web</title>
1212
<meta name="description" content="Lightweight web chat client for XMPP server">
1313
<meta name="theme-color" content="#333333">
14-
<script type="module" crossorigin src="./assets/index-126f0889.js"></script>
14+
<script type="module" crossorigin src="./assets/index-558e0537.js"></script>
1515
<link rel="stylesheet" href="./assets/index-30c686e4.css">
1616
<link rel="manifest" href="./manifest.webmanifest"></head>
1717
<body class="has-navbar-fixed-top" id="body">

classes/sw.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

classes/sw.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>org.igniterealtime.openfire.plugins</groupId>
1010
<artifactId>xmppweb</artifactId>
11-
<version>0.10.6.2-SNAPSHOT</version>
11+
<version>0.10.7.1-SNAPSHOT</version>
1212
<name>xmppweb</name>
1313
<description>Adds the (third-party) xmpp-web client to Openfire.</description>
1414
<build>

0 commit comments

Comments
 (0)