Skip to content

Commit 19e6fd8

Browse files
author
Yannick
committed
Tag ModernCount 2.0.0
1 parent 182c36f commit 19e6fd8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: admin/changelog.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* License: http://www.gnu.org/licenses/gpl.html GPL version 3 or higher
77
*/
88

9-
$version = "2.0-beta";
9+
$version = "2.0.0";
1010

1111
if (!file_exists("../config.php")) {
1212
header("Location: ../installer");
@@ -91,6 +91,7 @@
9191
<li>"Changelog" is added under the profile link in the menu</li>
9292
<li>New help message</li>
9393
<li>It's now possible to install ModernCount on a database that's not protected with a password</li>
94+
<li>The "Ad code" boxes are bigger</li>
9495
</ul>
9596
<h3>Version 1.6.0</h3>
9697
<ul>

Diff for: admin/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* License: http://www.gnu.org/licenses/gpl.html GPL version 3 or higher
77
*/
88

9-
$version = "2.0-beta";
9+
$version = "2.0.0";
1010

1111
if (!file_exists("../config.php")) {
1212
header("Location: ../installer");

Diff for: admin/settings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<div class="alert alert-warning"><b>Warning:</b> On some server configurations using HTML code here may produce errors.</div>
172172
<div>
173173
<div class="controls">
174-
<textarea style="height: 120px; width: 500px;" id="advertcode" name="advertcode" placeholder="Enter a ad code..."><?php echo $currentadcode; ?></textarea>
174+
<textarea style="height: 200px; width: 800px;" id="advertcode" name="advertcode" placeholder="Enter a ad code..."><?php echo $currentadcode; ?></textarea>
175175
</div>
176176
</div>
177177
</div>

0 commit comments

Comments
 (0)