|
4 | 4 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
5 | 5 |
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>Change Logs — CodeIgniter 4.4.5 documentation</title> |
| 7 | + <title>Change Logs — CodeIgniter 4.4.6 documentation</title> |
8 | 8 | <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" /> |
9 | 9 | <link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=d7c400b7" /> |
10 | 10 | <link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" /> |
|
17 | 17 |
|
18 | 18 | <script src="../_static/jquery.js?v=5d32c60e"></script> |
19 | 19 | <script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
20 | | - <script src="../_static/documentation_options.js?v=496c9e7b"></script> |
| 20 | + <script src="../_static/documentation_options.js?v=e43ceeb7"></script> |
21 | 21 | <script src="../_static/doctools.js?v=888ff710"></script> |
22 | 22 | <script src="../_static/sphinx_highlight.js?v=dc90522c"></script> |
23 | 23 | <script src="../_static/js/citheme.js?v=e0bcfc84"></script> |
24 | 24 | <script src="../_static/js/carbon.js?v=b287325f"></script> |
25 | 25 | <script src="../_static/js/theme.js"></script> |
26 | 26 | <link rel="index" title="Index" href="../genindex.html" /> |
27 | 27 | <link rel="search" title="Search" href="../search.html" /> |
28 | | - <link rel="next" title="Version 4.4.5" href="v4.4.5.html" /> |
| 28 | + <link rel="next" title="Version 4.4.6" href="v4.4.6.html" /> |
29 | 29 | <link rel="prev" title="Troubleshooting" href="../installation/troubleshooting.html" /> |
30 | 30 | </head> |
31 | 31 |
|
|
223 | 223 | <li class="toctree-l2"><a class="reference internal" href="../testing/controllers.html">Controller Testing</a></li> |
224 | 224 | <li class="toctree-l2"><a class="reference internal" href="../testing/feature.html">HTTP Testing</a></li> |
225 | 225 | <li class="toctree-l2"><a class="reference internal" href="../testing/response.html">Testing Responses</a></li> |
| 226 | +<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li> |
226 | 227 | <li class="toctree-l2"><a class="reference internal" href="../testing/benchmark.html">Benchmarking</a></li> |
227 | 228 | <li class="toctree-l2"><a class="reference internal" href="../testing/debugging.html">Debugging Your Application</a></li> |
228 | | -<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li> |
229 | 229 | </ul> |
230 | 230 | </li> |
231 | 231 | </ul> |
@@ -289,6 +289,7 @@ <h2>Version 4.4<a class="headerlink" href="#version-version" title="Link to this |
289 | 289 | <p>See all the changes.</p> |
290 | 290 | <div class="toctree-wrapper compound"> |
291 | 291 | <ul> |
| 292 | +<li class="toctree-l1"><a class="reference internal" href="v4.4.6.html">Version 4.4.6</a></li> |
292 | 293 | <li class="toctree-l1"><a class="reference internal" href="v4.4.5.html">Version 4.4.5</a></li> |
293 | 294 | <li class="toctree-l1"><a class="reference internal" href="v4.4.4.html">Version 4.4.4</a></li> |
294 | 295 | <li class="toctree-l1"><a class="reference internal" href="v4.4.3.html">Version 4.4.3</a></li> |
@@ -354,14 +355,14 @@ <h2>Version 4.4<a class="headerlink" href="#version-version" title="Link to this |
354 | 355 | </div> |
355 | 356 | <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> |
356 | 357 | <a href="../installation/troubleshooting.html" class="btn btn-neutral float-left" title="Troubleshooting" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> |
357 | | - <a href="v4.4.5.html" class="btn btn-neutral float-right" title="Version 4.4.5" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
| 358 | + <a href="v4.4.6.html" class="btn btn-neutral float-right" title="Version 4.4.6" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
358 | 359 | </div> |
359 | 360 |
|
360 | 361 | <hr/> |
361 | 362 |
|
362 | 363 | <div role="contentinfo"> |
363 | 364 | <p>© Copyright 2019-2024 CodeIgniter Foundation. |
364 | | - <span class="lastupdated">Last updated on Jan 27, 2024. |
| 365 | + <span class="lastupdated">Last updated on Feb 24, 2024. |
365 | 366 | </span></p> |
366 | 367 | </div> |
367 | 368 |
|
|
0 commit comments