|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>Change Logs — CodeIgniter 4.2.1 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" /> |
| 6 | + <title>Change Logs — CodeIgniter 4.2.2 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" /> |
7 | 7 | <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /><link rel="shortcut icon" href="../_static/favicon.ico"/> |
8 | 8 | <!--[if lt IE 9]> |
9 | 9 | <script src="../_static/js/html5shiv.min.js"></script> |
|
18 | 18 | <script src="../_static/js/theme.js"></script> |
19 | 19 | <link rel="index" title="Index" href="../genindex.html" /> |
20 | 20 | <link rel="search" title="Search" href="../search.html" /> |
21 | | - <link rel="next" title="Version 4.2.1" href="v4.2.1.html" /> |
22 | | - <link rel="prev" title="Running Your App" href="../installation/running.html" /> |
| 21 | + <link rel="next" title="Version 4.2.3" href="v4.2.3.html" /> |
| 22 | + <link rel="prev" title="Troubleshooting" href="../installation/troubleshooting.html" /> |
23 | 23 | </head> |
24 | 24 |
|
25 | 25 | <body class="wy-body-for-nav"> |
|
52 | 52 | <li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li> |
53 | 53 | <li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li> |
54 | 54 | <li class="toctree-l2"><a class="reference internal" href="../installation/running.html">Running Your App</a></li> |
| 55 | +<li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li> |
55 | 56 | <li class="toctree-l2 current"><a class="current reference internal" href="#">Change Logs</a></li> |
56 | 57 | <li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li> |
57 | | -<li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li> |
58 | 58 | <li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li> |
59 | 59 | </ul> |
60 | 60 | </li> |
@@ -275,6 +275,8 @@ <h2>Version 4.2<a class="headerlink" href="#version-version" title="Permalink to |
275 | 275 | <p>See all the changes.</p> |
276 | 276 | <div class="toctree-wrapper compound"> |
277 | 277 | <ul> |
| 278 | +<li class="toctree-l1"><a class="reference internal" href="v4.2.3.html">Version 4.2.3</a></li> |
| 279 | +<li class="toctree-l1"><a class="reference internal" href="v4.2.2.html">Version 4.2.2</a></li> |
278 | 280 | <li class="toctree-l1"><a class="reference internal" href="v4.2.1.html">Version 4.2.1</a></li> |
279 | 281 | <li class="toctree-l1"><a class="reference internal" href="v4.2.0.html">Version 4.2.0</a></li> |
280 | 282 | <li class="toctree-l1"><a class="reference internal" href="v4.1.9.html">Version 4.1.9</a></li> |
@@ -313,15 +315,15 @@ <h2>Version 4.2<a class="headerlink" href="#version-version" title="Permalink to |
313 | 315 | </div> |
314 | 316 | </div> |
315 | 317 | <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> |
316 | | - <a href="../installation/running.html" class="btn btn-neutral float-left" title="Running Your App" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> |
317 | | - <a href="v4.2.1.html" class="btn btn-neutral float-right" title="Version 4.2.1" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
| 318 | + <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> |
| 319 | + <a href="v4.2.3.html" class="btn btn-neutral float-right" title="Version 4.2.3" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
318 | 320 | </div> |
319 | 321 |
|
320 | 322 | <hr/> |
321 | 323 |
|
322 | 324 | <div role="contentinfo"> |
323 | 325 | <p>© Copyright 2019-2022 CodeIgniter Foundation. |
324 | | - <span class="lastupdated">Last updated on Jun 16, 2022. |
| 326 | + <span class="lastupdated">Last updated on Aug 05, 2022. |
325 | 327 | </span></p> |
326 | 328 | </div> |
327 | 329 |
|
|
0 commit comments