Skip to content

Commit 3efb6f0

Browse files
authored
Merge pull request #206 from mreishman/3.4.1
3.4.1.1
2 parents d5a7d04 + cb4eb07 commit 3efb6f0

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

core/html/changelog.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
<ul>
2+
<li>
3+
Version 3.4.1.1
4+
<ul>
5+
<li>
6+
Bug Fixes
7+
<ul>
8+
<li>
9+
Fixed setup bug
10+
</li>
11+
</ul>
12+
</li>
13+
</ul>
14+
</li>
215
<li>
316
Version 3.4.1
417
<ul>

core/php/configStatic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?php
33

44
$configStatic = array(
5-
'version' => '3.4.1',
5+
'version' => '3.4.1.1',
66
'lastCheck' => '12-14-2018',
77
'newestVersion' => '3.3.4',
88
'versionList' => array(

setup/welcome.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ function customSettings()
6363
}
6464
</script>
6565
<script src="stepsJavascript.js"></script>
66+
<script src="../core/js/settingsAll.js"></script>
6667
</html>

0 commit comments

Comments
 (0)