Skip to content

Commit

Permalink
Tag ModernCount 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed May 7, 2013
1 parent 4ddc4bf commit 260fe8c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ModernCount (previously SHTracker) is a PHP download counter. You can use it to

The script uses SQL databases. It comes with an admin panel where you can view how many times a download has been accessed. You can also easily add, edit or remove downloads using the panel. ModernCount can also display the current count for a download on any web page.

#### Current Version: 1.5.0
#### Current Version: 1.6.0

##Features

Expand Down
10 changes: 8 additions & 2 deletions admin/actions/add.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,14 @@
<li><a href="#">Edit</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="../settings.php">Settings</a></li>
<li><a href="../logout.php">Logout</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><? echo $currentadminuser; ?> <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="settings.php">Settings</a></li>
<li class="divider"></li>
<li><a href="logout.php">Logout</a></li>
</ul>
</li>
</ul>
</div>
</div>
Expand Down
10 changes: 8 additions & 2 deletions admin/actions/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,14 @@
<li class="active"><a href="#">Edit</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="../settings.php">Settings</a></li>
<li><a href="../logout.php">Logout</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><? echo $currentadminuser; ?> <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="settings.php">Settings</a></li>
<li class="divider"></li>
<li><a href="logout.php">Logout</a></li>
</ul>
</li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.6.0

0 comments on commit 260fe8c

Please sign in to comment.