<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://forum.wbce.org/extern.php?action=feed&amp;fid=2&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[WBCE CMS Forum / Ankündigungen | Announcements]]></title>
		<link>https://forum.wbce.org/index.php</link>
		<description><![CDATA[The most recent topics at WBCE CMS Forum.]]></description>
		<lastBuildDate>Wed, 06 May 2026 20:15:06 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[WBCE CMS 1.6.7 verfügbar/available]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=5869&amp;action=new</link>
			<description><![CDATA[<p>WBCE CMS 1.6.7 is now available. This version is an important security and maintenance release. An update is recommended. Instances that are not updated should at least be repaired with the <a href="https://forum.wbce.org/viewtopic.php?pid=47444#p47444" target="_blank" rel="nofollow">security patch</a>.</p><p>Before any questions arise: Version number 1.6.6 was skipped for technical reasons. Version 1.6.7 wasn&#039;t actually planned, as we are currently working on version 1.7.0 with significant changes and improvements. However, since its release is still some time away, and version 1.6.5 is vulnerable under certain circumstances, an interim update was necessary.</p><h5>Installation and Update</h5><p>Installation can be performed using the ZIP files linked in the <a href="https://wbce.org/de/wbce/wbce_cms_installieren/" target="_blank" rel="nofollow">installation instructions on wbce.org</a> (german) and by running the unzip script (upload the latter along with the ZIP file and rename it back to *.php).</p><p>The <a href="https://addons.wbce.org/pages/addons.php?do=item&amp;item=179" target="_blank" rel="nofollow">WBCE Updater admin tool</a> is recommended for updating.</p><p>The installation/update package can also be<a href="https://github.com/WBCE/WBCE_CMS/releases/tag/1.6.7" target="_blank" rel="nofollow"> downloaded from GitHub</a> as usual.</p><h5>What&#039;s new?</h5><p><strong>Security update for frontend login</strong><br />The XSS vulnerability that necessitated this unscheduled patch is, of course, fixed in this version.</p><p><strong>elFinder updated</strong><br />elFinder has been updated to version 2.1.67.</p><p><strong>CAPTCHA for login screen only when needed</strong><br />The CAPTCHA check introduced in version 1.6.5 for the CMS login screen now only appears if there have been an unusually high number of failed login attempts—regardless of the IP address used.</p><p>This additional protection can be disabled, for example, if the instance is already protected by other means, the Fraggy backend theme is being used, or if it would be unreasonable to expect users to solve a CAPTCHA. In this case, a new entry must be added to the config.php file:</p><div class="codebox"><pre><code class="prettyprint">define(&#039;NO_LOGIN_CAPTCHA&#039;,true);</code></pre></div><p>Furthermore, CAPTCHA protection is not active if the session cookie is disabled by adding the corresponding entry to the config.php file.</p><br /><p><strong>WBCE Flat Backend Theme Responsive</strong><br />The standard WBCE Flat backend theme is now also usable on tablets and smartphones.</p><p><strong>WBCE Updater Admin Tool</strong><br />Future updates can be conveniently performed using the new WBCE Updater admin tool.</p><p><strong>Various Minor Fixes</strong><br />Fixed an issue with email validation in PHP versions 8.4 and above, added a config.php option for email address as login, and set the bot honeypot as the default in all miniform default templates.</p><p><strong>Updated jQuery Libraries</strong><br />jQuery Migrate - v3.6.0, jQuery UI - v1.14.2.</p><br /><p><strong>PHPMailer Update</strong><br />Updated to version 7.0.2.</p><p><strong>System Requirements</strong></p><p>PHP 8.2.x - PHP 8.4.x. PHP 7.4.x is no longer supported, and PHP 8.5.x is not yet supported.</p><p>Even though this is rather inconvenient, we recommend updating. If you haven&#039;t updated in a while and are still using version 1.5.x or older, please read the <a href="https://forum.wbce.org/viewtopic.php?id=5049" target="_blank" rel="nofollow">release notes for version 1.6.0</a> beforehand.</p><p><strong>Many thanks to everyone who contributed ideas and ideas to this version. And also many thanks to all donators who support WBCE and its team.</strong></p>]]></description>
			<author><![CDATA[dummy@example.com (florian)]]></author>
			<pubDate>Wed, 06 May 2026 20:15:06 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=5869&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[WBCE CMS 1.6.5 verfügbar/available]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=5718&amp;action=new</link>
			<description><![CDATA[<p><strong>WBCE CMS 1.6.5 is now available.</strong><br />This version is an important security and maintenance release. Updating is strongly recommended.<br />The <a href="https://github.com/WBCE/WBCE_CMS/releases/tag/1.6.5" target="_blank" rel="nofollow">installation/update package</a> can be downloaded as usual from GitHub. However, there’s also an easier way:&#160; </p><h5>Installation or Update</h5><p>Installation or update can be done using the ZIP files linked on wbce.org in the <a href="https://wbce.org/de/wbce/wbce_cms_installieren/" target="_blank" rel="nofollow">installation guide</a> or the <a href="https://wbce.org/de/wbce/wbce_cms_aktualisieren/" target="_blank" rel="nofollow">update guide</a>, by uploading the ZIP file together with the corresponding unzip script (rename the latter back to *.php after upload).</p><h5>What’s new?</h5><p><strong>CAPTCHA for login screen</strong><br />The CMS login is now protected with a CAPTCHA (using the one configured under <em>Admin-Tools &gt; CAPTCHA and Advanced Spam Protection</em>). This strengthens protection against brute-force attacks.</p><ul><li><p>If the <em>Loginbox Droplet</em> is used, it must be updated manually. The updated version can be <a href="https://addons.wbce.org/pages/droplets.php?dl=23" target="_blank" rel="nofollow">downloaded in the AOR</a>.&#160; &#160;</p></li><li><p>The <em>Fraggy Backend Theme</em> also needs updating. If it doesn’t update automatically, the new <a href="https://github.com/WBCE/Fraggy-Backend-Theme/releases/tag/2.7.2" target="_blank" rel="nofollow">download is available on GitHub</a>. </p></li></ul><p>It’s possible to disable this extra protection, for example if your instance is already secured by other means or if entering a CAPTCHA would be unreasonable for users. In this case, add the following new entry in config.php:&#160; &#160;</p><div class="codebox"><pre><code class="prettyprint">define(&#039;NO_LOGIN_CAPTCHA&#039;, true);  </code></pre></div><p>The CAPTCHA protection is also inactive if the session cookie usage has been disabled in config.php. See the <a href="https://help.wbce-cms.org/pages/installation/additional-configuration-via-config.php.php" target="_blank" rel="nofollow">documentation notes</a> for details.</p><br /><p><strong>Changes in user-to-group assignment</strong></p><p>Under certain conditions—and with sufficient malicious intent—it was previously possible for existing users to add themselves unlawfully to the system group <em>“Administrators”</em> and/or send manipulated requests to the server. This should now (hopefully) no longer be possible.&#160; </p><p>To implement this protection mechanism, it was necessary to restrict permissions:<br />If users have permission to create/edit user accounts but are not members of the <em>“Administrators”</em> group, they can now only assign other users (and thus implicitly themselves) to groups they already belong to.&#160; </p><p>For example, if <em>“Alfred”</em> is a member of the <em>“Red”</em> group but not <em>“Blue”</em>, he can only assign <em>“Berta”</em> to <em>“Red”</em>; <em>“Blue”</em> won’t be displayed as an option.</p><br /><p><strong>Minimum password length</strong></p><p>The minimum password length has been increased to <strong>12 characters</strong>.</p><br /><p><strong>Updates to included modules and libraries</strong></p><ul><li><p><strong>News with Images</strong> updated to version 5.0.29 – this fixes a potential security issue when using tags.</p></li><li><p><strong>wbstats</strong> updated to version 0.2.5.8 – fixes an error occurring when certain characters appeared in host names.</p></li><li><p><strong>jQuery</strong> updated to version 3.7.1.</p></li><li><p><strong>PHPMailer</strong> updated to version 7.0.1.</p></li></ul><h5>System requirements</h5><p>Supported versions: <strong>PHP 8.1.x – PHP 8.4.x</strong><br /><strong>PHP 7.4.x</strong> is no longer supported, and <strong>PHP 8.5.x</strong> is not yet supported.</p><p>Although updates can be bothersome, upgrading is strongly recommended.<br />Anyone still running version 1.5.x or older should first read the <a href="https://forum.wbce.org/viewtopic.php?id=5049" target="_blank" rel="nofollow">release notes for 1.6.0</a>.</p><p>Many thanks to everyone who contributed ideas and work to this version.</p>]]></description>
			<author><![CDATA[dummy@example.com (florian)]]></author>
			<pubDate>Sun, 07 Dec 2025 08:22:44 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=5718&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[WBCE CMS 1.6.4 verfügbar/available]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=5676&amp;action=new</link>
			<description><![CDATA[<p>WBCE CMS 1.6.4 is now available. The <a href="https://github.com/WBCE/WBCE_CMS/releases/tag/1.6.3" target="_blank" rel="nofollow">installation/update package</a> can be downloaded from GitHub as usual. But you can also make it much easier:</p><h5>Installation or update</h5><p>The installation/update can be done using the zip files linked on wbce.org in the <a href="https://wbce.org/de/wbce/wbce_cms_installieren/" target="_blank" rel="nofollow">installation</a> or <a href="https://wbce.org/de/wbce/wbce_cms_aktualisieren/" target="_blank" rel="nofollow">update</a> instructions (german, but Google Translate is your friend :-P)&#160; and calling the corresponding unzip script (upload the latter together with the zip and rename it back to *.php).</p><h5>What&#039;s new?</h5><ul><li><p><span style="color: #ff1c1c">Most important:</span> Supported PHP versions <strong>start with PHP 8.1</strong>, lower PHP versions are no longer supported and WBCE CMS 1.6.4. won&#039;t run with them. But! WBCE CMS now works with PHP 8.4.</p></li><li><p>This release is a maintenance and security release in which some bugs have been fixed, the included third-party scripts and libraries have been updated (PHPMailer, Twig) and minor security holes have been eliminated here and there.</p></li></ul><p>It is recommended to perform an update. If you haven&#039;t done so for a while and are still using 1.5.x or older, you should read the <a href="https://forum.wbce.org/viewtopic.php?pid=41631#p41631" target="_blank" rel="nofollow">release notes for 1.6.0</a> first.</p><p><strong>Many thanks to everyone who contributed ideas and contributions to this version.</strong></p>]]></description>
			<author><![CDATA[dummy@example.com (florian)]]></author>
			<pubDate>Sat, 20 Sep 2025 16:30:01 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=5676&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[WBCE CMS 1.6.3 verfügbar/available]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=5512&amp;action=new</link>
			<description><![CDATA[<p>I couldn&#039;t resist the nice date. So now WBCE CMS 1.6.3 is available. The <a href="https://github.com/WBCE/WBCE_CMS/releases/tag/1.6.3" target="_blank" rel="nofollow">installation/update package</a> can be downloaded from GitHub as usual. But you can also make it much easier:</p><h5>Installation or update</h5><p>The installation/update can be done using the zip files linked on wbce.org in the <a href="https://wbce.org/de/wbce/wbce_cms_installieren/" target="_blank" rel="nofollow">installation</a> or <a href="https://wbce.org/de/wbce/wbce_cms_aktualisieren/" target="_blank" rel="nofollow">update</a> instructions (german, but Google Translate is your friend :-P)&#160; and calling the corresponding unzip script (upload the latter together with the zip and rename it back to *.php).</p><h5>What&#039;s new?</h5><ul><li><p>This release is a maintenance release in which some bugs have been fixed, the included third-party scripts and libraries have been updated (PHPMailer, Twig) and minor security holes have been eliminated here and there.</p></li><li><p>The way languages are installed has changed for reasons™. If necessary (which is rarely the case), the language file must be uploaded via FTP and then made known to the system using the &quot;Reload&quot; button. </p></li><li><p>NWI and the Addon Monitor have undergone detailed improvements. Inconsistencies when updating templates and modules have also been eliminated (thanks to gchriz).</p></li><li><p>The SimplePageHead module has been adapted; it now first outputs the page title and then the website title. In order not to torpedo SEO efforts, it is not included in the update package below, but can/must be updated manually - <a href="https://addons.wbce.org/pages/addons.php?do=item&amp;item=29" target="_blank" rel="nofollow">download in the AOR</a>.</p></li></ul><br /><p>The version is released for PHP 7.4.14 - PHP 8.3.x. PHP versions above or below this are no longer/not yet supported. It is recommended to use at least PHP 8.0.</p><p>It is recommended to perform an update. If you haven&#039;t done so for a while and are still using 1.5.x or older, you should read the <a href="https://forum.wbce.org/viewtopic.php?pid=41631#p41631" target="_blank" rel="nofollow">release notes for 1.6.0</a> first.</p><p><strong>Many thanks to everyone who contributed ideas and contributions to this version.</strong></p>]]></description>
			<author><![CDATA[dummy@example.com (florian)]]></author>
			<pubDate>Mon, 11 Nov 2024 15:11:09 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=5512&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[WBCE CMS 1.6.2 verfügbar/available]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=5295&amp;action=new</link>
			<description><![CDATA[<p>WBCE CMS 1.6.2 is now available. The <strong><a href="https://github.com/WBCE/WBCE_CMS/releases/tag/1.6.2" target="_blank" rel="nofollow">installation/update package</a></strong> can be downloaded from GitHub as usual.</p><br /><h5>What&#039;s new?</h5><ul><li><p>This release is &quot;only&quot; a maintenance release in which some bugs have been fixed and included third-party scripts and libraries have been updated.</p></li><li><p>The version is released for PHP 7.4.14 - PHP 8.2.x. PHP versions above or below are no longer/not yet supported. It is recommended to use at least PHP 8.0 - this is the last version that still runs PHP 7.4.x.</p></li><li><p>If you already have WBCE CMS 1.6.1 running, you don&#039;t necessarily need to update now, but everyone else should probably bring themselves to update now. See also the release notes for 1.6.0.</p></li></ul><p><strong>Many thanks to everyone who contributed to this version with ideas and contributions.</strong></p><p>P.S.: <a href="https://www.paypal.com/paypalme/WBCECMS/" target="_blank" rel="nofollow">Donations</a> are welcome and will definitely contribute to the continued existence of the project and the motivation of everyone involved.<strong> At this point, a very, very big thank you to everyone who paid into the donation pot.</strong></p><h5>installation or update</h5><p>The installation/update can be carried out as usual, i.e. either &quot;classically&quot; by individually uploading the files from the &quot;wbce&quot; directory in the package or using the zip files linked on wbce.org in the <a href="https://wbce.org/de/wbce/wbce_cms_installieren/" target="_blank" rel="nofollow">installation</a> or <a href="https://wbce.org/de/wbce/wbce_cms_aktualisieren/" target="_blank" rel="nofollow">update</a> instructions (german, but Google Translate is your friend :-P) and calling the corresponding unzip script ( upload the latter together with the zip and rename it back to *.php).</p>]]></description>
			<author><![CDATA[dummy@example.com (florian)]]></author>
			<pubDate>Fri, 02 Feb 2024 18:47:00 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=5295&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[WBCE CMS 1.6.1 verfügbar/available]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=5123&amp;action=new</link>
			<description><![CDATA[<p>WBCE CMS 1.6.1 is now available for download. The installation/update package can be <a href="https://github.com/WBCE/WBCE_CMS/releases/tag/1.6.1" target="_blank" rel="nofollow">downloaded from GitHub</a> as usual.</p><h5>What&#039;s new?</h5><ul><li><p><strong>Unfortunately, there is a security issue with the customized variant of Miniform included in the WBCE core. This release (logically) includes a patched version. An update,<a href="https://forum.wbce.org/viewtopic.php?pid=42044#p42044" target="_blank" rel="nofollow"> at least of the Miniform module</a>, is therefore absolutely necessary and must be carried out as soon as possible</strong>.</p></li><li><p>The CKEditor has been updated, also for security reasons (yes, the world is bad). Another reason to update.</p></li><li><p>Although the last release was admittedly not that long ago, there was a need for various smaller bug fixes, e.g. in the &quot;News with Images&quot; module. </p></li></ul><p><strong>Many thanks to &quot;young pope&quot; for reporting the issues, Ruud (dev4me.com) for providing a fix at record speed, and colinax for updating CKEditor.</strong></p><p>P.S.: <a href="https://www.paypal.com/paypalme/WBCECMS/" target="_blank" rel="nofollow">Donations</a> are welcome and definitely contribute to the continuation of the project and the motivation of everyone involved.</p><h5>installation or update</h5><p>The installation/update can be carried out as usual, i.e. either &quot;classically&quot; by individually uploading the files from the &quot;wbce&quot; directory in the package or using the zip files linked on wbce.org in the <a href="https://wbce.org/de/wbce/wbce_cms_installieren/" target="_blank" rel="nofollow">installation</a> or <a href="https://wbce.org/de/wbce/wbce_cms_aktualisieren/" target="_blank" rel="nofollow">update</a> instructions (german, but Google Translate is your friend :-P) and calling the corresponding unzip script ( upload the latter together with the zip and rename it back to *.php).</p><p>As usual, it can be updated directly from all previous versions to 1.6.1 without intermediate steps.</p><p>When updating from versions prior to 1.5.0, please also note the information in the <a href="https://forum.wbce.org/viewtopic.php?pid=36945#p36945" target="_blank" rel="nofollow">release notes for version 1.5.0</a> (but this does not mean that you have to update to 1.5.0 first and then to 1.6.1).</p>]]></description>
			<author><![CDATA[dummy@example.com (florian)]]></author>
			<pubDate>Wed, 26 Apr 2023 17:37:14 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=5123&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[WBCE CMS 1.6.0 verfügbar/available]]></title>
			<link>https://forum.wbce.org/viewtopic.php?id=5049&amp;action=new</link>
			<description><![CDATA[<p>Thank you everyone who is contributing to the project with coding, documentation, donations and otherwise.</p><p>WBCE gets better with each iteration.</p><p>I want to personally thank Bianka (WebBird) for her help with the Database class changes. <br />Christoph (collinax) for the many implementations of libraries.<br />Bernd for all the changes he made with modules and so much more.<br />And Florian who is really managing this project very well.&#160; Although we are but a few contributors he manages to keep this project alive and kicking. <img src="https://forum.wbce.org/plugins/ezbbc/style/smilies/big_smile.png" alt="big_smile" /> </p><p>For all who work professionally with WBCE, please consider a <a href="https://www.paypal.com/paypalme/WBCECMS/" target="_blank" rel="nofollow">donation</a>. It really makes a difference.</p><p>Christian</p>]]></description>
			<author><![CDATA[dummy@example.com (stefanek)]]></author>
			<pubDate>Sat, 11 Mar 2023 14:32:34 +0000</pubDate>
			<guid>https://forum.wbce.org/viewtopic.php?id=5049&amp;action=new</guid>
		</item>
	</channel>
</rss>
