Skip to content

Commit 4f1ef85

Browse files
committed
1 parent 9821ae3 commit 4f1ef85

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

wcfsetup/install/files/acp/templates/index.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
<div class="error">{lang}wcf.acp.package.application.isTainted{/lang}</div>
1919
{/foreach}
2020

21+
{if TIME_NOW < 1759312800}
22+
<div class="error">{lang}wcf.acp.package.upgradeRequired.expiring{/lang}</div>
23+
{else}
24+
<div class="error">{lang}wcf.acp.package.upgradeRequired.expired{/lang}</div>
25+
{/if}
26+
2127
{if $systemIdMismatch}
2228
{if $__wcf->session->getPermission('admin.configuration.package.canInstallPackage') && (!ENABLE_ENTERPRISE_MODE || $__wcf->user->hasOwnerAccess())}
2329
<p class="info">{lang}wcf.acp.index.systemIdMismatch{/lang}</p>

wcfsetup/install/files/acp/templates/packageList.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
<div class="error">{lang}wcf.acp.package.application.isTainted{/lang}</div>
5858
{/foreach}
5959

60+
{if TIME_NOW < 1759312800}
61+
<div class="error">{lang}wcf.acp.package.upgradeRequired.expiring{/lang}</div>
62+
{else}
63+
<div class="error">{lang}wcf.acp.package.upgradeRequired.expired{/lang}</div>
64+
{/if}
65+
6066
{if $recentlyDisabledCustomValues > 0}
6167
<p class="warning">{lang}wcf.acp.language.item.hasRecentlyDisabledCustomValues{/lang}</p>
6268
{/if}

wcfsetup/install/lang/de.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,6 +2020,16 @@ Die Datenbestände werden sorgfältig gepflegt, aber es ist nicht ausgeschlossen
20202020
<item name="wcf.acp.package.quickInstallation.code"><![CDATA[StoreCode]]></item>
20212021
<item name="wcf.acp.package.quickInstallation.code.error.invalid"><![CDATA[Der eingegebene StoreCode ist ungültig.]]></item>
20222022
<item name="wcf.acp.package.quickInstallation.code.description"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Füge{else}Fügen Sie{/if} den StoreCode aus dem offiziellen Plugin-Store aus der Zwischenablage ein, um die Installation zu starten.]]></item>
2023+
<item name="wcf.acp.package.upgradeRequired.expiring"><![CDATA[<p style="font-size: 18px; font-weight: 600">Die Sicherheitsunterstützung läuft aus!</p>
2024+
<p><br></p>
2025+
<p>Diese Version ist stark veraltet und erhält nur noch bis zum <strong>1. Oktober 2025</strong> Sicherheitsupdates, bevor diese Version endgültig eingestellt wird. Es wird dringend empfohlen, auf eine neuere Version umzusteigen, um weiterhin von Sicherheitsupdates und der Unterstützung neuer PHP-Versionen zu profitieren.</p>
2026+
<p><br></p>
2027+
<p>Kennen Sie schon unser Managed Hosting-Angebot? Wir übernehmen den technischen Betrieb Ihres Forums für Sie, halten die Software aktuell und die Lizenzkosten sind bereits inklusive. Erfahren Sie mehr unter <a href="https://www.woltlab.com/de/">woltlab.com</a> und sprechen Sie uns bei Interesse gerne an!</p>]]></item>
2028+
<item name="wcf.acp.package.upgradeRequired.expired"><![CDATA[<p style="font-size: 18px; font-weight: 600">Die Sicherheitsunterstützung wurde eingestellt!</p>
2029+
<p><br></p>
2030+
<p>Diese Version ist stark veraltet und erhält seit dem <strong>1. Oktober 2025</strong> keine Sicherheitsupdates mehr! Es wird dringend empfohlen, auf eine neuere Version umzusteigen, um weiterhin von Sicherheitsupdates und der Unterstützung neuer PHP-Versionen zu profitieren.</p>
2031+
<p><br></p>
2032+
<p>Kennen Sie schon unser Managed Hosting-Angebot? Wir übernehmen den technischen Betrieb Ihres Forums für Sie, halten die Software aktuell und die Lizenzkosten sind bereits inklusive. Erfahren Sie mehr unter <a href="https://www.woltlab.com/de/">woltlab.com</a> und sprechen Sie uns bei Interesse gerne an!</p>]]></item>
20232033
</category>
20242034
<category name="wcf.acp.page">
20252035
<item name="wcf.acp.page.add"><![CDATA[Seite hinzufügen]]></item>

wcfsetup/install/lang/en.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,6 +2005,16 @@ If you have <strong>already bought the licenses for the listed apps</strong>, th
20052005
<item name="wcf.acp.package.quickInstallation.code"><![CDATA[StoreCode]]></item>
20062006
<item name="wcf.acp.package.quickInstallation.code.error.invalid"><![CDATA[The provided StoreCode is invalid.]]></item>
20072007
<item name="wcf.acp.package.quickInstallation.code.description"><![CDATA[Paste the StoreCode from the official Plugin-Store from your clipboard to start the installation.]]></item>
2008+
<item name="wcf.acp.package.upgradeRequired.expiring"><![CDATA[<p style="font-size: 18px; font-weight: 600">The security support is expiring!</p>
2009+
<p><br></p>
2010+
<p>This version is severely outdated and will only receive security updates until <strong>October 1, 2025</strong> before this version is permanently discontinued. It is strongly recommended to upgrade to a newer version to continue benefiting from security updates and support for newer PHP versions.</p>
2011+
<p><br></p>
2012+
<p>Have you heard about our managed hosting offer? We will handle the technical operation of your forum for you, keep the software up to date and the license fees are already included. Learn more at <a href="https://www.woltlab.com/en/">woltlab.com</a> and contact us if you are interested!</p>]]></item>
2013+
<item name="wcf.acp.package.upgradeRequired.expired"><![CDATA[<p style="font-size: 18px; font-weight: 600">The security support has expired!</p>
2014+
<p><br></p>
2015+
<p>This version is severely outdated and will no longer receive security updates since <strong>October 1, 2025</strong>! It is strongly recommended to upgrade to a newer version to continue benefiting from security updates and support for newer PHP versions.</p>
2016+
<p><br></p>
2017+
<p>Have you heard about our managed hosting offer? We will handle the technical operation of your forum for you, keep the software up to date and the license fees are already included. Learn more at <a href="https://www.woltlab.com/en/">woltlab.com</a> and contact us if you are interested!</p>]]></item>
20082018
</category>
20092019
<category name="wcf.acp.paidSubscription">
20102020
<item name="wcf.acp.paidSubscription.list"><![CDATA[Paid Subscriptions]]></item>

0 commit comments

Comments
 (0)