File tree Expand file tree Collapse file tree 12 files changed +26
-26
lines changed Expand file tree Collapse file tree 12 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 10.1.7 (Unreleased )
3
+ ## 10.1.7 (2024-03-15 )
4
4
5
5
- Update to Strophe 2.0.0. Fixes login issue with newer versions of Ejabberd
6
6
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.6
5
+ * Version: 10.1.7
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.6 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.7 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 2
2
3
3
1 . Merge weblate translations: https://hosted.weblate.org/projects/conversejs/translations/#repository
4
4
2 . Run ` make check ` to check that all tests pass.
5
- 3 . Run ` make version VERSION=10.1.6 `
5
+ 3 . Run ` make version VERSION=10.1.7 `
6
6
4 . Do a ` git diff ` to check if things look sane.
7
7
5 . Do a quick manual test with the ` dist ` files (via ` index.html ` )
8
- 6 . ` git commit -am "Release 10.1.6 " `
9
- 7 . ` git tag -s v10.1.6 -m "Release 10.1.6 " `
10
- 8 . ` git push && git push origin v10.1.6 `
11
- 9 . ` make publish BRANCH=v10.1.6 `
8
+ 6 . ` git commit -am "Release 10.1.7 " `
9
+ 7 . ` git tag -s v10.1.7 -m "Release 10.1.7 " `
10
+ 8 . ` git push && git push origin v10.1.7 `
11
+ 9 . ` make publish BRANCH=v10.1.7 `
12
12
10 . Update release page on Github
13
13
* Upload tar files
14
14
11 . Update https://conversejs.org
15
15
* ` cd /home/conversejs/converse.js `
16
- * ` make deploy VERSION=10.1.6 `
16
+ * ` make deploy VERSION=10.1.7 `
17
17
12 . Update the repository on weblate
18
18
13 . Decide on next release number and run ` make postrelease VERSION=10.1.7 `
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.6 '
51
+ version = '10.1.7 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '10.1.6 '
53
+ release = '10.1.7 '
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.6 /dist/converse.min.js
60
- * https://cdn.conversejs.org/10.1.6 /dist/converse.min.css
59
+ * https://cdn.conversejs.org/10.1.7 /dist/converse.min.js
60
+ * https://cdn.conversejs.org/10.1.7 /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.6 /dist/converse.min.css" >
68
- <script src =" https://cdn.conversejs.org/10.1.6 /dist/converse.min.js" charset =" utf-8" ></script >
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 >
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.6 /css/font-awesome.min.css " />
15
- < link type ="text/css " rel ="stylesheet " media ="screen " href ="https://cdn.conversejs.org/10.1.6 /css/website.min.css " />
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 " />
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.6 /css/converse.min.css " />
22
+ < link type ="text/css " rel ="stylesheet " media ="screen " href ="https://cdn.conversejs.org/10.1.7 /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.6 /dist/converse.min.js "> </ script >
24
+ < script src ="https://cdn.conversejs.org/10.1.7 /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.6 /dist/converse.min.js "> converse.min.js</ a >
69
+ < a href ="https://cdn.conversejs.org/10.1.7 /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.6 " ,
5
+ "version" : " 10.1.7 " ,
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.6 /dist/converse.min.css " />
22
+ < link type ="text/css " rel ="stylesheet " media ="screen " href ="https://cdn.conversejs.org/10.1.7 /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.6 /dist/converse.min.js "> </ script >
24
+ < script src ="https://cdn.conversejs.org/10.1.7 /dist/converse.min.js "> </ script >
25
25
</ head >
26
26
27
27
< body id ="page-top " data-spy ="scroll " class ="converse-website ">
You can’t perform that action at this time.
0 commit comments