|
54 | 54 | <!-- Logo --> |
55 | 55 | <a class="logo ml-md-3" href="index.html" title="Help Desk"> |
56 | 56 | <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> |
58 | 58 | <!-- Logo End --> |
59 | 59 |
|
60 | 60 | <!-- Navbar Toggler --> |
|
91 | 91 | <li class="nav-item"><a class="nav-link" href="#idocs_faq">FAQ</a></li> |
92 | 92 | <li class="nav-item"><a class="nav-link" href="#idocs_changelog">Changelog</a> |
93 | 93 | <ul class="nav flex-column"> |
| 94 | + <li class="nav-item"><a class="nav-link" href="#v1-2-0">v1.2.0</a></li> |
94 | 95 | <li class="nav-item"><a class="nav-link" href="#v1-1-0">v1.1.0</a></li> |
95 | 96 | <li class="nav-item"><a class="nav-link" href="#v1-0-2">v1.0.2</a></li> |
96 | 97 | <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> |
119 | 120 | <div class="row"> |
120 | 121 | <div class="col-sm-6 col-lg-4"> |
121 | 122 | <ul class="list-unstyled"> |
122 | | - <li><strong>Version:</strong> 1.1.0</li> |
| 123 | + <li><strong>Version:</strong> 1.2.0</li> |
123 | 124 | <li><strong>Author:</strong> <a href="mailto:eloufirhatim@gmail.com" |
124 | 125 | target="_blank">heloufir</a> |
125 | 126 | </li> |
@@ -316,14 +317,28 @@ <h5 class="mb-0"> <a href="#" class="collapsed" data-toggle="collapse" data-targ |
316 | 317 | <section id="idocs_changelog"> |
317 | 318 | <h2>Changelog</h2> |
318 | 319 | <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> |
319 | 326 | <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> |
321 | 330 | <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> |
323 | 334 | <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> |
325 | 338 | <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> |
327 | 342 | </section> |
328 | 343 |
|
329 | 344 | </div> |
|
0 commit comments