|
4 | 4 | <meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" /> |
5 | 5 |
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>Change Logs — CodeIgniter 4.3.7 documentation</title> |
| 7 | + <title>Change Logs — CodeIgniter 4.3.8 documentation</title> |
8 | 8 | <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> |
9 | 9 | <link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" /> |
10 | 10 | <link rel="stylesheet" href="../_static/css/citheme_dark.css" type="text/css" /> |
|
22 | 22 | <script src="../_static/js/theme.js"></script> |
23 | 23 | <link rel="index" title="Index" href="../genindex.html" /> |
24 | 24 | <link rel="search" title="Search" href="../search.html" /> |
25 | | - <link rel="next" title="Version 4.3.7" href="v4.3.7.html" /> |
| 25 | + <link rel="next" title="Version 4.3.8" href="v4.3.8.html" /> |
26 | 26 | <link rel="prev" title="Troubleshooting" href="../installation/troubleshooting.html" /> |
27 | 27 | </head> |
28 | 28 |
|
|
244 | 244 | <li class="toctree-l2"><a class="reference internal" href="../extending/events.html">Events</a></li> |
245 | 245 | <li class="toctree-l2"><a class="reference internal" href="../extending/basecontroller.html">Extending the Controller</a></li> |
246 | 246 | <li class="toctree-l2"><a class="reference internal" href="../extending/authentication.html">Authentication</a></li> |
| 247 | +<li class="toctree-l2"><a class="reference internal" href="../extending/composer_packages.html">Creating Composer Packages</a></li> |
247 | 248 | <li class="toctree-l2"><a class="reference internal" href="../extending/contributing.html">Contributing to CodeIgniter</a></li> |
248 | 249 | </ul> |
249 | 250 | </li> |
@@ -284,6 +285,7 @@ <h2>Version 4.3<a class="headerlink" href="#version-version" title="Permalink to |
284 | 285 | <p>See all the changes.</p> |
285 | 286 | <div class="toctree-wrapper compound"> |
286 | 287 | <ul> |
| 288 | +<li class="toctree-l1"><a class="reference internal" href="v4.3.8.html">Version 4.3.8</a></li> |
287 | 289 | <li class="toctree-l1"><a class="reference internal" href="v4.3.7.html">Version 4.3.7</a></li> |
288 | 290 | <li class="toctree-l1"><a class="reference internal" href="v4.3.6.html">Version 4.3.6</a></li> |
289 | 291 | <li class="toctree-l1"><a class="reference internal" href="v4.3.5.html">Version 4.3.5</a></li> |
@@ -342,14 +344,14 @@ <h2>Version 4.3<a class="headerlink" href="#version-version" title="Permalink to |
342 | 344 | </div> |
343 | 345 | <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> |
344 | 346 | <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> |
345 | | - <a href="v4.3.7.html" class="btn btn-neutral float-right" title="Version 4.3.7" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
| 347 | + <a href="v4.3.8.html" class="btn btn-neutral float-right" title="Version 4.3.8" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> |
346 | 348 | </div> |
347 | 349 |
|
348 | 350 | <hr/> |
349 | 351 |
|
350 | 352 | <div role="contentinfo"> |
351 | 353 | <p>© Copyright 2019-2023 CodeIgniter Foundation. |
352 | | - <span class="lastupdated">Last updated on Jul 30, 2023. |
| 354 | + <span class="lastupdated">Last updated on Aug 25, 2023. |
353 | 355 | </span></p> |
354 | 356 | </div> |
355 | 357 |
|
|
0 commit comments