You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p><strong>RequestTrait:</strong> Fixed a bug where the <codeclass="docutils literal notranslate"><spanclass="pre">fetchGlobal()</span></code> method did not allow handling data by numeric key when stored as a list.</p></li>
321
321
<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 <codeclass="docutils literal notranslate"><spanclass="pre">getValidated()</span></code> method that did not return valid data when validation rules used multiple asterisks.</p></li>
323
323
<li><p><strong>Database:</strong> Fixed the case insensitivity option in the <codeclass="docutils literal notranslate"><spanclass="pre">like()</span></code> method when dealing with accented characters.</p></li>
324
324
<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 <codeclass="docutils literal notranslate"><spanclass="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>
325
327
<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>
326
328
<li><p><strong>Validation:</strong> Fixed a bug where complex language strings were not properly handled.</p></li>
0 commit comments