|
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.5.2 documentation</title> |
| 7 | + <title>Change Logs — CodeIgniter 4.5.3 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=eacb1234" /> |
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=beb495fc"></script> |
| 20 | + <script src="../_static/documentation_options.js?v=da7b45b8"></script> |
21 | 21 | <script src="../_static/doctools.js?v=9a2dae69"></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.5.2" href="v4.5.2.html" /> |
| 28 | + <link rel="next" title="Version 4.5.3" href="v4.5.3.html" /> |
29 | 29 | <link rel="prev" title="Deployment" href="../installation/deployment.html" /> |
30 | 30 | </head> |
31 | 31 |
|
|
90 | 90 | <li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li> |
91 | 91 | <li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li> |
92 | 92 | <li class="toctree-l2"><a class="reference internal" href="../concepts/security.html">Security Guidelines</a></li> |
| 93 | +<li class="toctree-l2"><a class="reference internal" href="../concepts/goals.html">Design and Architectural Goals</a></li> |
93 | 94 | </ul> |
94 | 95 | </li> |
95 | 96 | </ul> |
@@ -292,6 +293,7 @@ <h2>Version 4.5<a class="headerlink" href="#version-version" title="Link to this |
292 | 293 | <p>See all the changes.</p> |
293 | 294 | <div class="toctree-wrapper compound"> |
294 | 295 | <ul> |
| 296 | +<li class="toctree-l1"><a class="reference internal" href="v4.5.3.html">Version 4.5.3</a></li> |
295 | 297 | <li class="toctree-l1"><a class="reference internal" href="v4.5.2.html">Version 4.5.2</a></li> |
296 | 298 | <li class="toctree-l1"><a class="reference internal" href="v4.5.1.html">Version 4.5.1</a></li> |
297 | 299 | <li class="toctree-l1"><a class="reference internal" href="v4.5.0.html">Version 4.5.0</a></li> |
@@ -363,14 +365,14 @@ <h2>Version 4.5<a class="headerlink" href="#version-version" title="Link to this |
363 | 365 | </div> |
364 | 366 | <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> |
365 | 367 | <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> |
366 | | - <a href="v4.5.2.html" class="btn btn-neutral float-right" title="Version 4.5.2" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
| 368 | + <a href="v4.5.3.html" class="btn btn-neutral float-right" title="Version 4.5.3" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
367 | 369 | </div> |
368 | 370 |
|
369 | 371 | <hr/> |
370 | 372 |
|
371 | 373 | <div role="contentinfo"> |
372 | 374 | <p>© Copyright 2019-2024 CodeIgniter Foundation. |
373 | | - <span class="lastupdated">Last updated on Jun 10, 2024. |
| 375 | + <span class="lastupdated">Last updated on Jun 25, 2024. |
374 | 376 | </span></p> |
375 | 377 | </div> |
376 | 378 |
|
|
0 commit comments