Update User Guide

This commit is contained in:
kenjis 2023-08-21 01:13:42 +00:00
parent 340dae248d
commit d02aba196f
2 changed files with 12 additions and 1 deletions

View File

@ -307,6 +307,17 @@
</section>
<section id="bugs-fixed">
<h2><a class="toc-backref" href="#id5">Bugs Fixed</a><a class="headerlink" href="#bugs-fixed" title="Permalink to this headline"></a></h2>
<ul>
<li><p><strong>Controller Filters:</strong> In previous versions, <code class="docutils literal notranslate"><span class="pre">['except'</span> <span class="pre">=&gt;</span> <span class="pre">[]]</span></code> or <code class="docutils literal notranslate"><span class="pre">['except'</span> <span class="pre">=&gt;</span> <span class="pre">'']</span></code>
meant “except all”. The bug has been fixed, and now</p>
<blockquote>
<div><ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">['except'</span> <span class="pre">=&gt;</span> <span class="pre">[]]</span></code> means to exclude nothing.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">['except'</span> <span class="pre">=&gt;</span> <span class="pre">'']</span></code> means to exclude the baseURL only.</p></li>
</ul>
</div></blockquote>
</li>
</ul>
<p>See the repos
<a class="reference external" href="https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md">CHANGELOG.md</a>
for a complete list of bugs fixed.</p>

File diff suppressed because one or more lines are too long