Skip to content

Commit a0ce4c3

Browse files
authored
Merge pull request #29 from devaslanphp/dev
Update docs
2 parents e95a852 + 8ca3037 commit a0ce4c3

1 file changed

Lines changed: 21 additions & 6 deletions

File tree

public/docs/index.html

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!-- Logo -->
5555
<a class="logo ml-md-3" href="index.html" title="Help Desk">
5656
<img src="/docs/assets/images/logo.png" alt="Help Desk" width="120" /> </a>
57-
<span class="text-2 ml-2">v1.1.0</span>
57+
<span class="text-2 ml-2">v1.2.0</span>
5858
<!-- Logo End -->
5959

6060
<!-- Navbar Toggler -->
@@ -91,6 +91,7 @@
9191
<li class="nav-item"><a class="nav-link" href="#idocs_faq">FAQ</a></li>
9292
<li class="nav-item"><a class="nav-link" href="#idocs_changelog">Changelog</a>
9393
<ul class="nav flex-column">
94+
<li class="nav-item"><a class="nav-link" href="#v1-2-0">v1.2.0</a></li>
9495
<li class="nav-item"><a class="nav-link" href="#v1-1-0">v1.1.0</a></li>
9596
<li class="nav-item"><a class="nav-link" href="#v1-0-2">v1.0.2</a></li>
9697
<li class="nav-item"><a class="nav-link" href="#v1-0-1">v1.0.1</a></li>
@@ -119,7 +120,7 @@ <h2>Help Desk</h2>
119120
<div class="row">
120121
<div class="col-sm-6 col-lg-4">
121122
<ul class="list-unstyled">
122-
<li><strong>Version:</strong> 1.1.0</li>
123+
<li><strong>Version:</strong> 1.2.0</li>
123124
<li><strong>Author:</strong> <a href="mailto:eloufirhatim@gmail.com"
124125
target="_blank">heloufir</a>
125126
</li>
@@ -316,14 +317,28 @@ <h5 class="mb-0"> <a href="#" class="collapsed" data-toggle="collapse" data-targ
316317
<section id="idocs_changelog">
317318
<h2>Changelog</h2>
318319
<p class="text-4">See what's new added, changed, fixed, improved or updated in the latest versions. </p>
320+
<h3 id="v1-2-0">Version 1.2.0 <small class="text-muted">(19 September, 2022)</small></h3>
321+
<ul>
322+
<li>Migrate tickets configuration (statuses, types and priorities) to database</li>
323+
<li>Add new administration page, to manage tickets statuses, types and priorities</li>
324+
<li>Design enhancement (administration page)</li>
325+
</ul>
319326
<h3 id="v1-1-0">Version 1.1.0 <small class="text-muted">(17 September, 2022)</small></h3>
320-
<p>Kanban Board: Add a view to show Tickets as a Kanban Board</p>
327+
<ul>
328+
<li>Kanban Board: Add a view to show Tickets as a Kanban Board</li>
329+
</ul>
321330
<h3 id="v1-0-2">Version 1.0.2 <small class="text-muted">(15 September, 2022)</small></h3>
322-
<p>Add translations: Locale switcher, french translation file</p>
331+
<ul>
332+
<li>Add translations: Locale switcher, french translation file</li>
333+
</ul>
323334
<h3 id="v1-0-1">Version 1.0.1 <small class="text-muted">(14 September, 2022)</small></h3>
324-
<p>My notifications: Notifications page listing the authenticated user's received notifications</p>
335+
<ul>
336+
<li>My notifications: Notifications page listing the authenticated user's received notifications</li>
337+
</ul>
325338
<h3 id="v1-0-0">Version 1.0.0 <small class="text-muted">(12 September, 2022)</small></h3>
326-
<p>Initial Release</p>
339+
<ul>
340+
<li>Initial Release</li>
341+
</ul>
327342
</section>
328343

329344
</div>

0 commit comments

Comments
 (0)