1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 23:42:10 +02:00

Add upgrade warnings to system settings

This commit is contained in:
Kovah 2025-01-31 09:11:29 +01:00
parent c76f489df4
commit eaada0189d
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -7,9 +7,9 @@
<x-update-check/>
</div>
<div class="card-body text-success">
<x-icon.info class="me-1"/> <strong>The LinkAce 2 Beta is available!</strong> Please help testing. <a href="https://github.com/Kovah/LinkAce/discussions/categories/announcements">Find out more</a>
<x-icon.info class="me-1"/> <strong>LinkAce 2 is available!</strong> <a href="https://www.linkace.org/docs/v2/upgrade/from-v1/">Upgrade now</a>
</div>
<div class="card-body text-danger">
<x-icon.info class="me-1"/> Please note that the LinkAce Docker image will be renamed with the release of LinkAce 2! <a href="https://github.com/Kovah/LinkAce/issues/502">Read more</a>
<x-icon.info class="me-1"/> Please note that LinkAce 1 is now deprecated and will only receive security-related patches until the end of 2025.
</div>
</div>