Skip to content

Commit

Permalink
chore: v1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed Sep 22, 2024
1 parent fc090d5 commit 4584e3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Footer() {
<div class="content has-text-centered">
<p>
<strong>TT-mobile</strong> <br />
<a href="/about">Version 1.1.10 (26.08.2024)</a>
<a href="/about">Version 1.1.11 (22.09.2024)</a>
</p>
</div>
</footer>
Expand Down
11 changes: 9 additions & 2 deletions client/src/routes/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ export default class Home extends Component {
</a>
</p>
<h3>Letzte Änderungen</h3>
v1.1.11 (22.09.2024)
<ul>
<li>
&quot;Zum Kalender hinzufügen&ldquo;-Funktion für iOS-Geräte
verbessert
</li>
</ul>
v1.1.10 (26.08.2024)
<ul>
<li>App für neue Spielsaison angepasst</li>
Expand All @@ -47,8 +54,8 @@ export default class Home extends Component {
<ul>
<li>App für neue Spielsaison angepasst</li>
<li>
Einbetten-Funktion für Vereinsspielplan: Option "Fallback"
ergänzt
Einbetten-Funktion für Vereinsspielplan: Option
&quot;Fallback&ldquo; ergänzt
</li>
</ul>
v1.1.8 (28.01.2023)
Expand Down

0 comments on commit 4584e3b

Please sign in to comment.