<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[CodefyPHP Forums - News & Discussions]]></title>
		<link>https://forum.codefyphp.com/</link>
		<description><![CDATA[CodefyPHP Forums - https://forum.codefyphp.com]]></description>
		<pubDate>Sat, 13 Jun 2026 03:44:42 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[CodefyPHP 3.0.1 Maintenance Release]]></title>
			<link>https://forum.codefyphp.com/thread-2.html</link>
			<pubDate>Sat, 18 Oct 2025 13:24:55 -0700</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.codefyphp.com/member.php?action=profile&uid=1">joshuaparker</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.codefyphp.com/thread-2.html</guid>
			<description><![CDATA[This is a very small maintenance release. In the <span style="font-style: italic;" class="mycode_i">App\Infrastructure\Services\UserAuth</span> class (located in skeleton), <br />
<span style="font-style: italic;" class="mycode_i">USERSESSID</span> was hardcoded instead of using the user specified cookie name from <span style="font-style: italic;" class="mycode_i">./config/auth.php</span>. It also has been <br />
added as a shared instance in <span style="font-style: italic;" class="mycode_i">App\Infrastructure\Providers\RbacServiceProvider</span>.<br />
<br />
Another bug that was fixed, was an extra semicolon after an <span style="font-style: italic;" class="mycode_i">if</span> statement. The bug did not cause any adverse reactions, <br />
but deemed it necessary to take care of.]]></description>
			<content:encoded><![CDATA[This is a very small maintenance release. In the <span style="font-style: italic;" class="mycode_i">App\Infrastructure\Services\UserAuth</span> class (located in skeleton), <br />
<span style="font-style: italic;" class="mycode_i">USERSESSID</span> was hardcoded instead of using the user specified cookie name from <span style="font-style: italic;" class="mycode_i">./config/auth.php</span>. It also has been <br />
added as a shared instance in <span style="font-style: italic;" class="mycode_i">App\Infrastructure\Providers\RbacServiceProvider</span>.<br />
<br />
Another bug that was fixed, was an extra semicolon after an <span style="font-style: italic;" class="mycode_i">if</span> statement. The bug did not cause any adverse reactions, <br />
but deemed it necessary to take care of.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CodefyPHP 3.0.0 Release Announcement]]></title>
			<link>https://forum.codefyphp.com/thread-1.html</link>
			<pubDate>Wed, 15 Oct 2025 07:39:35 -0700</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.codefyphp.com/member.php?action=profile&uid=1">joshuaparker</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.codefyphp.com/thread-1.html</guid>
			<description><![CDATA[This new release brings lots of changes, updates, and bug fixes:<br />
<br />
<ul class="mycode_list"><li>fixed: marking service providers as registered.<br />
</li>
<li>feature: console commands<br />
  vendor:publish<br />
  <a href="https://codefyphp.com/docs/digging-deeper/assets/#pipeline" target="_blank" rel="noopener" class="mycode_url">asset:flush</a><br />
  <a href="https://codefyphp.com/docs/getting-started/configuration/#encrypting-environment-data" target="_blank" rel="noopener" class="mycode_url">generate:key:file</a><br />
  <a href="https://codefyphp.com/docs/getting-started/configuration/#encrypting-environment-data" target="_blank" rel="noopener" class="mycode_url">encrypt:env</a><br />
  <a href="https://codefyphp.com/docs/digging-deeper/queues/" target="_blank" rel="noopener" class="mycode_url">queue:*</a><br />
</li>
<li>feature: helpers<br />
  <a href="https://codefyphp.com/docs/digging-deeper/helpers/command/" target="_blank" rel="noopener" class="mycode_url">command()</a><br />
  <a href="https://codefyphp.com/docs/digging-deeper/helpers/ask/" target="_blank" rel="noopener" class="mycode_url">ask()</a><br />
  <a href="https://codefyphp.com/docs/digging-deeper/localization/#translation-helpers" target="_blank" rel="noopener" class="mycode_url">trans()</a><br />
  <a href="https://codefyphp.com/docs/digging-deeper/helpers/queue/" target="_blank" rel="noopener" class="mycode_url">queue()</a><br />
</li>
<li>feature: <a href="https://codefyphp.com/docs/digging-deeper/queues/" target="_blank" rel="noopener" class="mycode_url">job queues</a><br />
</li>
<li>feature: <a href="https://codefyphp.com/docs/digging-deeper/scheduler/#scheduling-tasks" target="_blank" rel="noopener" class="mycode_url">schedule tasks</a><br />
</li>
<li>feature: middlewares<br />
</li>
<li>Content cache<br />
</li>
<li>HTTP cache<br />
</li>
<li>Referer Spam<br />
</li>
<li>API<br />
</li>
<li>Rate Limiter<br />
</li>
<li>HTML, JS, and CSS minifier<br />
</li>
<li>feature: <a href="https://codefyphp.com/docs/digging-deeper/seo/" target="_blank" rel="noopener" class="mycode_url">SEO helper</a> for better SEO<br />
</li>
<li>enhancement: removed native providers and console commands from configs<br />
</li>
<li>feature: automatic loading of native providers and console commands<br />
</li>
</ul>
<br />
And a host of other bug fixes, enhancements, and new features. Check out the new <a href="https://codefyphp.com/docs/" target="_blank" rel="noopener" class="mycode_url">documentation</a> for a full view of what v3.0.0 has to offer.]]></description>
			<content:encoded><![CDATA[This new release brings lots of changes, updates, and bug fixes:<br />
<br />
<ul class="mycode_list"><li>fixed: marking service providers as registered.<br />
</li>
<li>feature: console commands<br />
  vendor:publish<br />
  <a href="https://codefyphp.com/docs/digging-deeper/assets/#pipeline" target="_blank" rel="noopener" class="mycode_url">asset:flush</a><br />
  <a href="https://codefyphp.com/docs/getting-started/configuration/#encrypting-environment-data" target="_blank" rel="noopener" class="mycode_url">generate:key:file</a><br />
  <a href="https://codefyphp.com/docs/getting-started/configuration/#encrypting-environment-data" target="_blank" rel="noopener" class="mycode_url">encrypt:env</a><br />
  <a href="https://codefyphp.com/docs/digging-deeper/queues/" target="_blank" rel="noopener" class="mycode_url">queue:*</a><br />
</li>
<li>feature: helpers<br />
  <a href="https://codefyphp.com/docs/digging-deeper/helpers/command/" target="_blank" rel="noopener" class="mycode_url">command()</a><br />
  <a href="https://codefyphp.com/docs/digging-deeper/helpers/ask/" target="_blank" rel="noopener" class="mycode_url">ask()</a><br />
  <a href="https://codefyphp.com/docs/digging-deeper/localization/#translation-helpers" target="_blank" rel="noopener" class="mycode_url">trans()</a><br />
  <a href="https://codefyphp.com/docs/digging-deeper/helpers/queue/" target="_blank" rel="noopener" class="mycode_url">queue()</a><br />
</li>
<li>feature: <a href="https://codefyphp.com/docs/digging-deeper/queues/" target="_blank" rel="noopener" class="mycode_url">job queues</a><br />
</li>
<li>feature: <a href="https://codefyphp.com/docs/digging-deeper/scheduler/#scheduling-tasks" target="_blank" rel="noopener" class="mycode_url">schedule tasks</a><br />
</li>
<li>feature: middlewares<br />
</li>
<li>Content cache<br />
</li>
<li>HTTP cache<br />
</li>
<li>Referer Spam<br />
</li>
<li>API<br />
</li>
<li>Rate Limiter<br />
</li>
<li>HTML, JS, and CSS minifier<br />
</li>
<li>feature: <a href="https://codefyphp.com/docs/digging-deeper/seo/" target="_blank" rel="noopener" class="mycode_url">SEO helper</a> for better SEO<br />
</li>
<li>enhancement: removed native providers and console commands from configs<br />
</li>
<li>feature: automatic loading of native providers and console commands<br />
</li>
</ul>
<br />
And a host of other bug fixes, enhancements, and new features. Check out the new <a href="https://codefyphp.com/docs/" target="_blank" rel="noopener" class="mycode_url">documentation</a> for a full view of what v3.0.0 has to offer.]]></content:encoded>
		</item>
	</channel>
</rss>