We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5a7d04 + cb4eb07 commit 3efb6f0Copy full SHA for 3efb6f0
core/html/changelog.html
@@ -1,4 +1,17 @@
1
<ul>
2
+ <li>
3
+ Version 3.4.1.1
4
+ <ul>
5
6
+ Bug Fixes
7
8
9
+ Fixed setup bug
10
+ </li>
11
+ </ul>
12
13
14
15
<li>
16
Version 3.4.1
17
core/php/configStatic.php
@@ -2,7 +2,7 @@
<?php
$configStatic = array(
- 'version' => '3.4.1',
+ 'version' => '3.4.1.1',
'lastCheck' => '12-14-2018',
'newestVersion' => '3.3.4',
'versionList' => array(
setup/welcome.php
@@ -63,4 +63,5 @@ function customSettings()
63
}
64
</script>
65
<script src="stepsJavascript.js"></script>
66
+<script src="../core/js/settingsAll.js"></script>
67
</html>
0 commit comments