From b8361fa7104967f09731ef0aefbf224a62ec993b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 29 Jan 2024 11:56:41 +0100 Subject: [PATCH 1/2] Add the EoL reminder --- wcfsetup/install/files/acp/templates/index.tpl | 6 ++++++ wcfsetup/install/files/acp/templates/packageList.tpl | 6 ++++++ wcfsetup/install/files/lib/system/WCF.class.php | 2 +- wcfsetup/install/lang/de.xml | 10 ++++++++++ wcfsetup/install/lang/en.xml | 10 ++++++++++ 5 files changed, 33 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/acp/templates/index.tpl b/wcfsetup/install/files/acp/templates/index.tpl index dd7a3c454a2..a7b19f5d35d 100644 --- a/wcfsetup/install/files/acp/templates/index.tpl +++ b/wcfsetup/install/files/acp/templates/index.tpl @@ -18,6 +18,12 @@
{lang}wcf.acp.package.application.isTainted{/lang}
{/foreach} +{if TIME_NOW < 1719828000} +
{lang}wcf.acp.package.upgradeRequired.expiring{/lang}
+{else} +
{lang}wcf.acp.package.upgradeRequired.expired{/lang}
+{/if} + {if TMP_DIR !== WCF_DIR|concat:'tmp/'}

{lang}wcf.acp.index.tmpBroken{/lang}

{/if} diff --git a/wcfsetup/install/files/acp/templates/packageList.tpl b/wcfsetup/install/files/acp/templates/packageList.tpl index d39947e9fe8..1fbc32a523b 100644 --- a/wcfsetup/install/files/acp/templates/packageList.tpl +++ b/wcfsetup/install/files/acp/templates/packageList.tpl @@ -65,6 +65,12 @@
{lang}wcf.acp.package.application.isTainted{/lang}
{/foreach} +{if TIME_NOW < 1719828000} +
{lang}wcf.acp.package.upgradeRequired.expiring{/lang}
+{else} +
{lang}wcf.acp.package.upgradeRequired.expired{/lang}
+{/if} + {if $recentlyDisabledCustomValues > 0}

{lang}wcf.acp.language.item.hasRecentlyDisabledCustomValues{/lang}

{/if} diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index b4eab26ee72..c284c9964c8 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -53,7 +53,7 @@ } // define current woltlab suite version -\define('WCF_VERSION', '5.4.32'); +\define('WCF_VERSION', '5.4.33'); // define current API version // @deprecated 5.2 diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 22da54d33cb..8d182e6a4bd 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -2030,6 +2030,16 @@ Die Datenbestände werden sorgfältig gepflegt, aber es ist nicht ausgeschlossen
Upgrade abbrechen]]>
+ Die Sicherheitsunterstützung läuft aus!

+


+

Diese Version ist stark veraltet und erhält nur noch bis zum 1. Juli 2024 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.

+


+

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 woltlab.com und sprechen Sie uns bei Interesse gerne an!

]]>
+ Die Sicherheitsunterstützung wurde eingestellt!

+


+

Diese Version ist stark veraltet und erhält seit dem 1. Juli 2024 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.

+


+

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 woltlab.com und sprechen Sie uns bei Interesse gerne an!

]]>
diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index ff2a3c05fbf..3a1ff38709d 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -2015,6 +2015,16 @@ If you have already bought the licenses for the listed apps, th
Cancel the upgrade]]>
+ The security support is expiring!

+


+

This version is severely outdated and will only receive security updates until July 1, 2024 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.

+


+

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 woltlab.com and contact us if you are interested!

]]>
+ The security support has expired!

+


+

This version is severely outdated and will no longer receive security updates since July 1, 2024! It is strongly recommended to upgrade to a newer version to continue benefiting from security updates and support for newer PHP versions.

+


+

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 woltlab.com and contact us if you are interested!

]]>
From e5789ba46e3649fdc4bed79d8af175cde5363f6e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 29 Jan 2024 12:05:30 +0100 Subject: [PATCH 2/2] Release 5.4.33 --- com.woltlab.wcf/package.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 822828c0fc6..3b2362543c6 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ Free CMS and web-framework, designed for awesome websites and communities. Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht. 1 - 5.4.32 - 2023-09-18 + 5.4.33 + 2024-01-29 @@ -50,8 +50,9 @@ acp/post_install.php - - + + acptemplates_update.tar files_update.tar +