diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-01-28 20:32:39 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-01-28 20:32:39 +0100 |
commit | 6b1aa9cd3905ac18ef0c21bea37d638fc48ef17d (patch) | |
tree | 00e29d6e4c8627edcfa7bd32c1cb552e715348a6 | |
parent | 78c80d773c35df8e95dd918ac7532672514bf5ca (diff) |
Release import API1.14.0
-rw-r--r-- | templates/account.html.ep | 2 | ||||
-rw-r--r-- | templates/api_documentation.html.ep | 4 | ||||
-rw-r--r-- | templates/changelog.html.ep | 16 |
3 files changed, 16 insertions, 6 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index 8b14bd0..1118ca0 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -193,7 +193,6 @@ %= end </td> </tr> - % if (app->mode eq 'development') { <tr> <th scope="row">Import</th> <td> @@ -217,7 +216,6 @@ %= end </td> </tr> - % } </table> </div> </div> diff --git a/templates/api_documentation.html.ep b/templates/api_documentation.html.ep index 4239b51..55cd54a 100644 --- a/templates/api_documentation.html.ep +++ b/templates/api_documentation.html.ep @@ -156,8 +156,6 @@ </div> </div> -% if (app->mode eq 'development') { - <h2>Import</h2> <div class="row"> <div class="col s12"> @@ -228,5 +226,3 @@ </p> </div> </div> - -% } diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep index 8492a06..a053d0b 100644 --- a/templates/changelog.html.ep +++ b/templates/changelog.html.ep @@ -2,6 +2,22 @@ <div class="row"> <div class="col s12 m1 l1"> + 1.14 + </div> + <div class="col s12 m11 l11"> + <p> + <i class="material-icons left">add</i> API-Endpunkt zum Import + nicht in travelynx getrackter Zugfahrten. + </p> + <p> + <i class="material-icons left">add</i> Status-API: Angabe der + Unterwegshalte zwischen Start und Ziel. + </p> + </div> +</div> + +<div class="row"> + <div class="col s12 m1 l1"> 1.13 </div> <div class="col s12 m11 l11"> |