Skip to content

Commit 8005e66

Browse files
committed
Update User Guide
1 parent 6b0ca0b commit 8005e66

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

changelogs/v4.5.6.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,11 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">Bugs Fixed</a><a clas
319319
<ul class="simple">
320320
<li><p><strong>RequestTrait:</strong> Fixed a bug where the <code class="docutils literal notranslate"><span class="pre">fetchGlobal()</span></code> method did not allow handling data by numeric key when stored as a list.</p></li>
321321
<li><p><strong>Session Library:</strong> The session initialization debug message now uses the correct log type “debug” instead of “info”.</p></li>
322-
<li><p><strong>Validation:</strong> Fixed the <cite>getValidated()</cite> method that did not return valid data when validation rules used multiple asterisks.</p></li>
322+
<li><p><strong>Validation:</strong> Fixed the <code class="docutils literal notranslate"><span class="pre">getValidated()</span></code> method that did not return valid data when validation rules used multiple asterisks.</p></li>
323323
<li><p><strong>Database:</strong> Fixed the case insensitivity option in the <code class="docutils literal notranslate"><span class="pre">like()</span></code> method when dealing with accented characters.</p></li>
324324
<li><p><strong>Parser:</strong> Fixed bug that caused equal key names to be replaced by the key name defined first.</p></li>
325+
<li><p><strong>DownloadResponse:</strong> Fixed a bug that prevented setting custom cache headers. We can now also use the <code class="docutils literal notranslate"><span class="pre">setCache()</span></code> method.</p></li>
326+
<li><p><strong>DownloadResponse:</strong> Fixed a bug involving sending a custom “Expires-Disposition” header.</p></li>
325327
<li><p><strong>Routing:</strong> Fixed a TypeError in <cite>str_replace()</cite> when <cite>Routing::$translateURIDashes</cite> is set to <cite>true</cite> and a route is defined using a closure.</p></li>
326328
<li><p><strong>Validation:</strong> Fixed a bug where complex language strings were not properly handled.</p></li>
327329
</ul>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)