File tree Expand file tree Collapse file tree 12 files changed +23
-23
lines changed Expand file tree Collapse file tree 12 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 10.1.8 (Unreleased )
3
+ ## 10.1.8 (2024-12-17 )
4
4
5
5
- #3553 Cannot create a groupchat via the modal
6
6
- Update to the latest Strophe version to fix a security vulnerability with the
Original file line number Diff line number Diff line change 2
2
*
3
3
* An XMPP chat client that runs in the browser.
4
4
*
5
- * Version: 10.1.7
5
+ * Version: 10.1.8
6
6
*
7
7
* Copyright: JC Brand 2013-2018
8
8
* Except for 3rd party dependencies.
Original file line number Diff line number Diff line change 65
65
# #######################################################################
66
66
# # Translation machinery
67
67
68
- GETTEXT = $(XGETTEXT ) --from-code=UTF-8 --language=JavaScript --keyword=__ --keyword=___ --keyword=i18n_ --force-po --output=src/i18n/converse.pot --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=10.1.7 dist/converse-no-dependencies.js -c
68
+ GETTEXT = $(XGETTEXT ) --from-code=UTF-8 --language=JavaScript --keyword=__ --keyword=___ --keyword=i18n_ --force-po --output=src/i18n/converse.pot --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=10.1.8 dist/converse-no-dependencies.js -c
69
69
70
70
src/i18n/converse.pot : dist/converse-no-dependencies.js
71
71
$(GETTEXT ) 2>&1 > /dev/null; exit $$? ;
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '10.1.7 '
51
+ version = '10.1.8 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '10.1.7 '
53
+ release = '10.1.8 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -56,16 +56,16 @@ might break when a new backwards-incompatible version of Converse is released.
56
56
57
57
To load a specific version of Converse you can put the version in the URL:
58
58
59
- * https://cdn.conversejs.org/10.1.7 /dist/converse.min.js
60
- * https://cdn.conversejs.org/10.1.7 /dist/converse.min.css
59
+ * https://cdn.conversejs.org/10.1.8 /dist/converse.min.js
60
+ * https://cdn.conversejs.org/10.1.8 /dist/converse.min.css
61
61
62
62
You can include these two URLs inside the *<head> * element of your website
63
63
via the *script * and *link * tags:
64
64
65
65
.. code-block :: html
66
66
67
- <link rel =" stylesheet" type =" text/css" media =" screen" href =" https://cdn.conversejs.org/10.1.7 /dist/converse.min.css" >
68
- <script src =" https://cdn.conversejs.org/10.1.7 /dist/converse.min.js" charset =" utf-8" ></script >
67
+ <link rel =" stylesheet" type =" text/css" media =" screen" href =" https://cdn.conversejs.org/10.1.8 /dist/converse.min.css" >
68
+ <script src =" https://cdn.conversejs.org/10.1.8 /dist/converse.min.js" charset =" utf-8" ></script >
69
69
70
70
71
71
Option 2: Download the builds from Github
Original file line number Diff line number Diff line change 11
11
12
12
<!-- These files are NOT needed when using converse.js in your own project. -->
13
13
< link rel ="shortcut icon " type ="image/ico " href ="images/favicon.ico "/>
14
- < link type ="text/css " rel ="stylesheet " media ="screen " href ="https://cdn.conversejs.org/10.1.7 /css/font-awesome.min.css " />
15
- < link type ="text/css " rel ="stylesheet " media ="screen " href ="https://cdn.conversejs.org/10.1.7 /css/website.min.css " />
14
+ < link type ="text/css " rel ="stylesheet " media ="screen " href ="https://cdn.conversejs.org/10.1.8 /css/font-awesome.min.css " />
15
+ < link type ="text/css " rel ="stylesheet " media ="screen " href ="https://cdn.conversejs.org/10.1.8 /css/website.min.css " />
16
16
< noscript > < p > < img src ="//stats.opkode.com/piwik.php?idsite=1 " style ="border:0; " alt ="" /> </ p > </ noscript >
17
17
< script type ="text/javascript " src ="/src/website.js "> </ script >
18
18
< script type ="text/javascript " src ="analytics.js "> </ script >
19
19
<!-- *********************************************************************** -->
20
20
21
21
<![if gte IE 11]>
22
- < link type ="text/css " rel ="stylesheet " media ="screen " href ="https://cdn.conversejs.org/10.1.7 /css/converse.min.css " />
22
+ < link type ="text/css " rel ="stylesheet " media ="screen " href ="https://cdn.conversejs.org/10.1.8 /css/converse.min.css " />
23
23
< script src ="https://cdn.conversejs.org/3rdparty/libsignal-protocol.min.js "> </ script >
24
- < script src ="https://cdn.conversejs.org/10.1.7 /dist/converse.min.js "> </ script >
24
+ < script src ="https://cdn.conversejs.org/10.1.8 /dist/converse.min.js "> </ script >
25
25
<![endif]>
26
26
</ head >
27
27
@@ -66,7 +66,7 @@ <h1 class="brand-heading"><i class="icon-conversejs"></i> converse</h1>
66
66
< table id ="jslicense-labels1 " style ="width: 100% ">
67
67
< tr >
68
68
< td >
69
- < a href ="https://cdn.conversejs.org/10.1.7 /dist/converse.min.js "> converse.min.js</ a >
69
+ < a href ="https://cdn.conversejs.org/10.1.8 /dist/converse.min.js "> converse.min.js</ a >
70
70
</ td >
71
71
< td >
72
72
< a href ="https://www.mozilla.org/en-US/MPL/2.0/ "> MPL-2.0</ a >
Original file line number Diff line number Diff line change 2
2
"short_name" : " Converse" ,
3
3
"name" : " Converse Chat" ,
4
4
"description" : " Messaging Freedom" ,
5
- "version" : " 10.1.7 " ,
5
+ "version" : " 10.1.8 " ,
6
6
"categories" : [" social" ],
7
7
"icons" : [
8
8
{
Original file line number Diff line number Diff line change 19
19
< script type ="text/javascript " src ="analytics.js "> </ script >
20
20
<!-- *********************************************************************** -->
21
21
22
- < link type ="text/css " rel ="stylesheet " media ="screen " href ="https://cdn.conversejs.org/10.1.7 /dist/converse.min.css " />
22
+ < link type ="text/css " rel ="stylesheet " media ="screen " href ="https://cdn.conversejs.org/10.1.8 /dist/converse.min.css " />
23
23
< script src ="https://cdn.conversejs.org/3rdparty/libsignal-protocol.min.js "> </ script >
24
- < script src ="https://cdn.conversejs.org/10.1.7 /dist/converse.min.js "> </ script >
24
+ < script src ="https://cdn.conversejs.org/10.1.8 /dist/converse.min.js "> </ script >
25
25
</ head >
26
26
27
27
< body id ="page-top " data-spy ="scroll " class ="converse-website ">
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " converse.js" ,
3
- "version" : " 10.1.7 " ,
3
+ "version" : " 10.1.8 " ,
4
4
"description" : " Browser based XMPP chat client" ,
5
5
"browser" : " dist/converse.js" ,
6
6
"module" : " src/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @converse/headless" ,
3
- "version" : " 10.1.7 " ,
3
+ "version" : " 10.1.8 " ,
4
4
"description" : " Converse.js Headless build" ,
5
5
"author" : " JC Brand <jc@opkode.com>" ,
6
6
"contributors" : [
Original file line number Diff line number Diff line change 1
1
import { Strophe } from 'strophe.js' ;
2
2
3
3
export const BOSH_WAIT = 59 ;
4
- export const VERSION_NAME = "v10.1.7 " ;
4
+ export const VERSION_NAME = "v10.1.8 " ;
5
5
6
6
export const STATUS_WEIGHTS = {
7
7
offline : 6 ,
You can’t perform that action at this time.
0 commit comments