mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Update User Guide
This commit is contained in:
parent
340dae248d
commit
d02aba196f
@ -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">=></span> <span class="pre">[]]</span></code> or <code class="docutils literal notranslate"><span class="pre">['except'</span> <span class="pre">=></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">=></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">=></span> <span class="pre">'']</span></code> means to exclude the baseURL only.</p></li>
|
||||
</ul>
|
||||
</div></blockquote>
|
||||
</li>
|
||||
</ul>
|
||||
<p>See the repo’s
|
||||
<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
Loading…
x
Reference in New Issue
Block a user