|
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.5.8 documentation</title> |
| 7 | + <title>Change Logs — CodeIgniter 4.6.0 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.5.8" href="v4.5.8.html" /> |
| 29 | + <link rel="next" title="Version 4.6.0" href="v4.6.0.html" /> |
30 | 30 | <link rel="prev" title="Deployment" href="../installation/deployment.html" />
|
31 | 31 | </head>
|
32 | 32 |
|
|
116 | 116 | <li class="toctree-l2"><a class="reference internal" href="../incoming/routing.html">URI Routing</a></li>
|
117 | 117 | <li class="toctree-l2"><a class="reference internal" href="../incoming/controllers.html">Controllers</a></li>
|
118 | 118 | <li class="toctree-l2"><a class="reference internal" href="../incoming/filters.html">Controller Filters</a></li>
|
| 119 | +<li class="toctree-l2"><a class="reference internal" href="../incoming/auto_routing_improved.html">Auto Routing (Improved)</a></li> |
119 | 120 | <li class="toctree-l2"><a class="reference internal" href="../incoming/message.html">HTTP Messages</a></li>
|
120 | 121 | <li class="toctree-l2"><a class="reference internal" href="../incoming/request.html">Request Class</a></li>
|
121 | 122 | <li class="toctree-l2"><a class="reference internal" href="../incoming/incomingrequest.html">IncomingRequest Class</a></li>
|
|
289 | 290 | <section id="change-logs">
|
290 | 291 | <h1>Change Logs<a class="headerlink" href="#change-logs" title="Permalink to this heading"></a></h1>
|
291 | 292 | <section id="version-version">
|
292 |
| -<h2>Version 4.5<a class="headerlink" href="#version-version" title="Permalink to this heading"></a></h2> |
| 293 | +<h2>Version 4.6<a class="headerlink" href="#version-version" title="Permalink to this heading"></a></h2> |
293 | 294 | <p><strong>List of all CodeIgniter4 releases</strong></p>
|
294 | 295 | <p>See all the changes.</p>
|
295 | 296 | <div class="toctree-wrapper compound">
|
296 | 297 | <ul>
|
| 298 | +<li class="toctree-l1"><a class="reference internal" href="v4.6.0.html">Version 4.6.0</a></li> |
297 | 299 | <li class="toctree-l1"><a class="reference internal" href="v4.5.8.html">Version 4.5.8</a></li>
|
298 | 300 | <li class="toctree-l1"><a class="reference internal" href="v4.5.7.html">Version 4.5.7</a></li>
|
299 | 301 | <li class="toctree-l1"><a class="reference internal" href="v4.5.6.html">Version 4.5.6</a></li>
|
@@ -371,7 +373,7 @@ <h2>Version 4.5<a class="headerlink" href="#version-version" title="Permalink to
|
371 | 373 | </div>
|
372 | 374 | <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
373 | 375 | <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>
|
374 |
| - <a href="v4.5.8.html" class="btn btn-neutral float-right" title="Version 4.5.8" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
| 376 | + <a href="v4.6.0.html" class="btn btn-neutral float-right" title="Version 4.6.0" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
375 | 377 | </div>
|
376 | 378 |
|
377 | 379 | <hr/>
|
|
0 commit comments