Skip to content

Commit b125b69

Browse files
committed
Bump versions for 5.1 Beta 1
1 parent fdfdd60 commit b125b69

47 files changed

Lines changed: 73 additions & 73 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.html

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@
2121
<meta name="msapplication-TileColor" content="#FFFFFF" />
2222
<meta name="msapplication-TileImage" content="./images/mstile-144x144.png" />
2323

24-
<link href="./css/bootstrap.min.css?v=500" rel="stylesheet" type="text/css" />
25-
<link href="./css/style.css?v=500" rel="stylesheet" type="text/css" />
26-
<link href="./css/stable.css?v=500" rel="stylesheet" type="text/css" />
27-
<link rel="preload" as="style" href="./css/category-panel.css?v=500" />
28-
<link rel="preload" as="style" href="./css/panel-label.css?v=500" />
29-
<script type="text/javascript" src="./js/jquery.js?v=500"></script>
30-
<script type="text/javascript" src="./js/jquery.flot.js?v=500"></script>
31-
<script type="text/javascript" src="./js/sanitize.js?v=500"></script>
32-
<script type="text/javascript" src="./js/sanitize.config.js?v=500"></script>
33-
<script type="text/javascript" src="./js/custom-elements.js?v=500"></script>
34-
<script type="text/javascript" src="./lang/langs.js?v=500"></script>
35-
<link rel="preload" as="script" href="./js/browser.js?v=500" />
36-
<link rel="preload" as="script" href="./js/common.js?v=500" />
37-
<link rel="preload" as="script" href="./js/objects.js?v=500" />
38-
<link rel="preload" as="script" href="./js/content.js?v=500" />
39-
<link rel="preload" as="script" href="./js/stable.js?v=500" />
40-
<link rel="preload" as="script" href="./js/graph.js?v=500" />
41-
<link rel="preload" as="script" href="./js/plugins.js?v=500" />
42-
<link rel="preload" as="script" href="./js/rtorrent.js?v=500" />
43-
<link rel="preload" as="script" href="./js/webui.js?v=500" />
24+
<link href="./css/bootstrap.min.css?v=51B1" rel="stylesheet" type="text/css" />
25+
<link href="./css/style.css?v=51B1" rel="stylesheet" type="text/css" />
26+
<link href="./css/stable.css?v=51B1" rel="stylesheet" type="text/css" />
27+
<link rel="preload" as="style" href="./css/category-panel.css?v=51B1" />
28+
<link rel="preload" as="style" href="./css/panel-label.css?v=51B1" />
29+
<script type="text/javascript" src="./js/jquery.js?v=51B1"></script>
30+
<script type="text/javascript" src="./js/jquery.flot.js?v=51B1"></script>
31+
<script type="text/javascript" src="./js/sanitize.js?v=51B1"></script>
32+
<script type="text/javascript" src="./js/sanitize.config.js?v=51B1"></script>
33+
<script type="text/javascript" src="./js/custom-elements.js?v=51B1"></script>
34+
<script type="text/javascript" src="./lang/langs.js?v=51B1"></script>
35+
<link rel="preload" as="script" href="./js/browser.js?v=51B1" />
36+
<link rel="preload" as="script" href="./js/common.js?v=51B1" />
37+
<link rel="preload" as="script" href="./js/objects.js?v=51B1" />
38+
<link rel="preload" as="script" href="./js/content.js?v=51B1" />
39+
<link rel="preload" as="script" href="./js/stable.js?v=51B1" />
40+
<link rel="preload" as="script" href="./js/graph.js?v=51B1" />
41+
<link rel="preload" as="script" href="./js/plugins.js?v=51B1" />
42+
<link rel="preload" as="script" href="./js/rtorrent.js?v=51B1" />
43+
<link rel="preload" as="script" href="./js/webui.js?v=51B1" />
4444

4545
<script>
4646
loadUILang(() => {
@@ -56,10 +56,10 @@
5656
});
5757
</script>
5858

59-
<script type="module" src="./js/backgroundtask.js?v=500"></script>
60-
<script type="module" src="./js/category-list.js?v=500"></script>
61-
<script type="module" src="./js/panel.js?v=500"></script>
62-
<script type="text/javascript" src="./js/category-list-elements.js?v=500" defer></script>
59+
<script type="module" src="./js/backgroundtask.js?v=51B1"></script>
60+
<script type="module" src="./js/category-list.js?v=51B1"></script>
61+
<script type="module" src="./js/panel.js?v=51B1"></script>
62+
<script type="text/javascript" src="./js/category-list-elements.js?v=51B1" defer></script>
6363
</head>
6464
<body>
6565
<div id="preload" class="d-none"></div>
@@ -134,15 +134,15 @@ <h4 class="offcanvas-title" id="offcanvas-sidepanel-label"></h4>
134134
<div class="p-1 p-md-0 mh-100 offcanvas-body overflow-x-hidden flex-grow-1 flex-shrink-1">
135135
<div id="side-panel" class="w-100 overflow-x-hidden overflow-y-auto">
136136
<template id="panel-label-template">
137-
<link href="./css/panel-label.css?v=500" rel="stylesheet" type="text/css" />
137+
<link href="./css/panel-label.css?v=51B1" rel="stylesheet" type="text/css" />
138138
<div part="prefix" hidden></div>
139139
<div part="icon"></div>
140140
<div part="text"></div>
141141
<div part="count">0</div>
142142
<div part="size" style="display: none;"></div>
143143
</template>
144144
<template id="category-panel-template">
145-
<link href="./css/category-panel.css?v=500" rel="stylesheet" type="text/css" />
145+
<link href="./css/category-panel.css?v=51B1" rel="stylesheet" type="text/css" />
146146
<div part="heading">
147147
<span class="text"></span><slot name="decorator" class="decorator"></slot>
148148
</div>
@@ -303,6 +303,6 @@ <h4 class="offcanvas-title" id="offcanvas-sidepanel-label"></h4>
303303
<div class="graph_tab_legend"></div>
304304
<div id="dialog-container"></div>
305305
<div id="dir-container"></div>
306-
<script type="text/javascript" src="./js/bootstrap.bundle.min.js?v=500"></script>
306+
<script type="text/javascript" src="./js/bootstrap.bundle.min.js?v=51B1"></script>
307307
</body>
308308
</html>

js/webui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
var theWebUI = {
7-
version: "5.0.0",
7+
version: "5.1.B1",
88
tables: {
99
trt: {
1010
obj: new dxSTable(),

lang/langs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function loadUILang(onLoadFunc)
110110
translateDOM();
111111
}
112112
};
113-
langScript.src = `./lang/${lang}.js?v=500`;
113+
langScript.src = `./lang/${lang}.js?v=51B1`;
114114
document.head.appendChild(langScript);
115115
}
116116

plugins/_cloudflare/plugin.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin provides cloudflare scraping for websites protected by the DDOS protection service.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.need: 0
55
plugin.help: https://github.com/Novik/ruTorrent/wiki/Plugin_cloudflare
66
php.extensions.error: json

plugins/_getdir/plugin.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugin.description: This plugin provides the possibility of comfortable navigation on a host file system.
22
plugin.author: dmrom
33
plugin.runlevel: 1
4-
plugin.version: 5.0
4+
plugin.version: 5.1
55
rtorrent.need: 0
66
php.extensions.warning: json
77
plugin.help: https://github.com/Novik/ruTorrent/wiki/Plugin_getdir

plugins/_noty/plugin.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin provides the notification functionality for other plugins.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.need: 0
55
plugin.may_be_shutdowned: 0
66
plugin.runlevel: 1

plugins/_task/plugin.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin provides the possibility of running various scripts on the host system.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
php.extensions.error: json
55
rtorrent.external.error: php,pgrep
66
web.external.error: php,pgrep

plugins/autotools/plugin.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugin.description: This plugin provides some possibilities on automation.
22
plugin.author: dmrom
33
plugin.runlevel: 5
4-
plugin.version: 5.0
4+
plugin.version: 5.1
55
rtorrent.remote: error
66
rtorrent.external.error: php
77
rtorrent.php.error: move.php,label.php,watch.php,autotools.php,util_rt.php,conf.php

plugins/bulk_magnet/plugin.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
plugin.description: This plugin allows bulk operations with magnet links.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1

plugins/check_port/plugin.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin adds an incoming port status indicator to the bottom bar.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.need: 1
55
rtorrent.php.error: conf.php
66
php.extensions.error: json

0 commit comments

Comments
 (0)