|
4 | 4 | <meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> |
5 | 5 |
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>Change Logs — CodeIgniter 4.6.4 documentation</title> |
| 7 | + <title>Change Logs — CodeIgniter 4.6.5 documentation</title> |
8 | 8 | <link rel="stylesheet" type="text/css" href="../_static/pygments.css" /> |
9 | 9 | <link rel="stylesheet" type="text/css" href="../_static/css/citheme.css" /> |
10 | 10 | <link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css" /> |
|
26 | 26 | <script src="../_static/js/theme.js"></script> |
27 | 27 | <link rel="index" title="Index" href="../genindex.html" /> |
28 | 28 | <link rel="search" title="Search" href="../search.html" /> |
29 | | - <link rel="next" title="Version 4.6.4" href="v4.6.4.html" /> |
| 29 | + <link rel="next" title="Version 4.6.5" href="v4.6.5.html" /> |
30 | 30 | <link rel="prev" title="Deployment" href="../installation/deployment.html" /> |
31 | 31 | </head> |
32 | 32 |
|
|
232 | 232 | <li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li> |
233 | 233 | <li class="toctree-l2"><a class="reference internal" href="../testing/benchmark.html">Benchmarking</a></li> |
234 | 234 | <li class="toctree-l2"><a class="reference internal" href="../testing/debugging.html">Debugging Your Application</a></li> |
| 235 | +<li class="toctree-l2"><a class="reference internal" href="../testing/session_testing.html">Session Testing</a></li> |
235 | 236 | </ul> |
236 | 237 | </li> |
237 | 238 | </ul> |
@@ -295,6 +296,7 @@ <h2>Version 4.6<a class="headerlink" href="#version-version" title="Permalink to |
295 | 296 | <p>See all the changes.</p> |
296 | 297 | <div class="toctree-wrapper compound"> |
297 | 298 | <ul> |
| 299 | +<li class="toctree-l1"><a class="reference internal" href="v4.6.5.html">Version 4.6.5</a></li> |
298 | 300 | <li class="toctree-l1"><a class="reference internal" href="v4.6.4.html">Version 4.6.4</a></li> |
299 | 301 | <li class="toctree-l1"><a class="reference internal" href="v4.6.3.html">Version 4.6.3</a></li> |
300 | 302 | <li class="toctree-l1"><a class="reference internal" href="v4.6.2.html">Version 4.6.2</a></li> |
@@ -377,14 +379,14 @@ <h2>Version 4.6<a class="headerlink" href="#version-version" title="Permalink to |
377 | 379 | </div> |
378 | 380 | <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> |
379 | 381 | <a href="../installation/deployment.html" class="btn btn-neutral float-left" title="Deployment" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> |
380 | | - <a href="v4.6.4.html" class="btn btn-neutral float-right" title="Version 4.6.4" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
| 382 | + <a href="v4.6.5.html" class="btn btn-neutral float-right" title="Version 4.6.5" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
381 | 383 | </div> |
382 | 384 |
|
383 | 385 | <hr/> |
384 | 386 |
|
385 | 387 | <div role="contentinfo"> |
386 | | - <p>© Copyright 2019-2025 CodeIgniter Foundation. |
387 | | - <span class="lastupdated">Last updated on Dec 12, 2025. |
| 388 | + <p>© Copyright 2019-2026 CodeIgniter Foundation. |
| 389 | + <span class="lastupdated">Last updated on Feb 01, 2026. |
388 | 390 | </span></p> |
389 | 391 | </div> |
390 | 392 |
|
|
0 commit comments