-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from devaslanphp/dev
Update docs
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ | |
<!-- Logo --> | ||
<a class="logo ml-md-3" href="index.html" title="Help Desk"> | ||
<img src="/docs/assets/images/logo.png" alt="Help Desk" width="120" /> </a> | ||
<span class="text-2 ml-2">v1.4.0</span> | ||
<span class="text-2 ml-2">v1.4.1</span> | ||
<!-- Logo End --> | ||
|
||
<!-- Navbar Toggler --> | ||
|
@@ -91,6 +91,7 @@ | |
<li class="nav-item"><a class="nav-link" href="#idocs_faq">FAQ</a></li> | ||
<li class="nav-item"><a class="nav-link" href="#idocs_changelog">Changelog</a> | ||
<ul class="nav flex-column"> | ||
<li class="nav-item"><a class="nav-link" href="#v1-4-1">v1.4.1</a></li> | ||
<li class="nav-item"><a class="nav-link" href="#v1-4-0">v1.4.0</a></li> | ||
<li class="nav-item"><a class="nav-link" href="#v1-3-3">v1.3.3</a></li> | ||
<li class="nav-item"><a class="nav-link" href="#v1-3-2">v1.3.2</a></li> | ||
|
@@ -129,7 +130,7 @@ <h2>Help Desk</h2> | |
<div class="row"> | ||
<div class="col-sm-6 col-lg-4"> | ||
<ul class="list-unstyled"> | ||
<li><strong>Version:</strong> 1.4.0</li> | ||
<li><strong>Version:</strong> 1.4.1</li> | ||
<li><strong>Author:</strong> <a href="mailto:[email protected]" | ||
target="_blank">heloufir</a> | ||
</li> | ||
|
@@ -138,7 +139,7 @@ <h2>Help Desk</h2> | |
<div class="col-sm-6 col-lg-4"> | ||
<ul class="list-unstyled"> | ||
<li><strong class="font-weight-700">Created:</strong> 12 September, 2022</li> | ||
<li><strong>Update:</strong> 25 September, 2022</li> | ||
<li><strong>Update:</strong> 26 September, 2022</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
@@ -328,6 +329,10 @@ <h5 class="mb-0"> <a href="#" class="collapsed" data-toggle="collapse" data-targ | |
<section id="idocs_changelog"> | ||
<h2>Changelog</h2> | ||
<p class="text-4">See what's new added, changed, fixed, improved or updated in the latest versions. </p> | ||
<h3 id="v1-4-1">Version 1.4.1 <small class="text-muted">(25 September, 2022)</small></h3> | ||
<ul> | ||
<li>Bug-fix: users table searchable/sortable</li> | ||
</ul> | ||
<h3 id="v1-4-0">Version 1.4.0 <small class="text-muted">(25 September, 2022)</small></h3> | ||
<ul> | ||
<li><code>spatie/laravel-permission</code> integration</li> | ||
|