Skip to content

Commit

Permalink
Release v4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 24, 2024
1 parent 61f1f6a commit 20c0782
Show file tree
Hide file tree
Showing 266 changed files with 2,239 additions and 1,359 deletions.
Binary file added CodeIgniter4.4.6.epub
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 44f0920132f24bb83b0a9b0973a21c49
config: 8380d09fb02cd4b19e7b204b05aeee79
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '4.4.5',
VERSION: '4.4.6',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
13 changes: 7 additions & 6 deletions docs/changelogs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Change Logs &mdash; CodeIgniter 4.4.5 documentation</title>
<title>Change Logs &mdash; CodeIgniter 4.4.6 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=d7c400b7" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
Expand All @@ -17,15 +17,15 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=496c9e7b"></script>
<script src="../_static/documentation_options.js?v=e43ceeb7"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
<script src="../_static/js/carbon.js?v=b287325f"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Version 4.4.5" href="v4.4.5.html" />
<link rel="next" title="Version 4.4.6" href="v4.4.6.html" />
<link rel="prev" title="Troubleshooting" href="../installation/troubleshooting.html" />
</head>

Expand Down Expand Up @@ -223,9 +223,9 @@
<li class="toctree-l2"><a class="reference internal" href="../testing/controllers.html">Controller Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/feature.html">HTTP Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/response.html">Testing Responses</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/benchmark.html">Benchmarking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/debugging.html">Debugging Your Application</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -289,6 +289,7 @@ <h2>Version 4.4<a class="headerlink" href="#version-version" title="Link to this
<p>See all the changes.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="v4.4.6.html">Version 4.4.6</a></li>
<li class="toctree-l1"><a class="reference internal" href="v4.4.5.html">Version 4.4.5</a></li>
<li class="toctree-l1"><a class="reference internal" href="v4.4.4.html">Version 4.4.4</a></li>
<li class="toctree-l1"><a class="reference internal" href="v4.4.3.html">Version 4.4.3</a></li>
Expand Down Expand Up @@ -354,14 +355,14 @@ <h2>Version 4.4<a class="headerlink" href="#version-version" title="Link to this
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<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>
<a href="v4.4.5.html" class="btn btn-neutral float-right" title="Version 4.4.5" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="v4.4.6.html" class="btn btn-neutral float-right" title="Version 4.4.6" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
<span class="lastupdated">Last updated on Jan 27, 2024.
<span class="lastupdated">Last updated on Feb 24, 2024.
</span></p>
</div>

Expand Down
8 changes: 4 additions & 4 deletions docs/changelogs/v4.0.0-alpha.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter 4.4.5 documentation</title>
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter 4.4.6 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=d7c400b7" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
Expand All @@ -17,7 +17,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=496c9e7b"></script>
<script src="../_static/documentation_options.js?v=e43ceeb7"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
Expand Down Expand Up @@ -223,9 +223,9 @@
<li class="toctree-l2"><a class="reference internal" href="../testing/controllers.html">Controller Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/feature.html">HTTP Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/response.html">Testing Responses</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/benchmark.html">Benchmarking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/debugging.html">Debugging Your Application</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -545,7 +545,7 @@ <h2><a class="toc-backref" href="#id1" role="doc-backlink">New Packages List</a>

<div role="contentinfo">
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
<span class="lastupdated">Last updated on Jan 27, 2024.
<span class="lastupdated">Last updated on Feb 24, 2024.
</span></p>
</div>

Expand Down
8 changes: 4 additions & 4 deletions docs/changelogs/v4.0.0-alpha.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter 4.4.5 documentation</title>
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter 4.4.6 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=d7c400b7" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
Expand All @@ -17,7 +17,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=496c9e7b"></script>
<script src="../_static/documentation_options.js?v=e43ceeb7"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
Expand Down Expand Up @@ -223,9 +223,9 @@
<li class="toctree-l2"><a class="reference internal" href="../testing/controllers.html">Controller Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/feature.html">HTTP Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/response.html">Testing Responses</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/benchmark.html">Benchmarking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/debugging.html">Debugging Your Application</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -696,7 +696,7 @@ <h2><a class="toc-backref" href="#id2" role="doc-backlink">PRs merged</a><a clas

<div role="contentinfo">
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
<span class="lastupdated">Last updated on Jan 27, 2024.
<span class="lastupdated">Last updated on Feb 24, 2024.
</span></p>
</div>

Expand Down
8 changes: 4 additions & 4 deletions docs/changelogs/v4.0.0-alpha.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter 4.4.5 documentation</title>
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter 4.4.6 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=d7c400b7" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
Expand All @@ -17,7 +17,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=496c9e7b"></script>
<script src="../_static/documentation_options.js?v=e43ceeb7"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
Expand Down Expand Up @@ -223,9 +223,9 @@
<li class="toctree-l2"><a class="reference internal" href="../testing/controllers.html">Controller Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/feature.html">HTTP Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/response.html">Testing Responses</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/benchmark.html">Benchmarking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/debugging.html">Debugging Your Application</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -981,7 +981,7 @@ <h2><a class="toc-backref" href="#id2" role="doc-backlink">PRs merged</a><a clas

<div role="contentinfo">
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
<span class="lastupdated">Last updated on Jan 27, 2024.
<span class="lastupdated">Last updated on Feb 24, 2024.
</span></p>
</div>

Expand Down
8 changes: 4 additions & 4 deletions docs/changelogs/v4.0.0-alpha.4.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter 4.4.5 documentation</title>
<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter 4.4.6 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=d7c400b7" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
Expand All @@ -17,7 +17,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=496c9e7b"></script>
<script src="../_static/documentation_options.js?v=e43ceeb7"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
Expand Down Expand Up @@ -223,9 +223,9 @@
<li class="toctree-l2"><a class="reference internal" href="../testing/controllers.html">Controller Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/feature.html">HTTP Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/response.html">Testing Responses</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/benchmark.html">Benchmarking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/debugging.html">Debugging Your Application</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -747,7 +747,7 @@ <h2><a class="toc-backref" href="#id3" role="doc-backlink">PRs merged</a><a clas

<div role="contentinfo">
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
<span class="lastupdated">Last updated on Jan 27, 2024.
<span class="lastupdated">Last updated on Feb 24, 2024.
</span></p>
</div>

Expand Down
8 changes: 4 additions & 4 deletions docs/changelogs/v4.0.0-alpha.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter 4.4.5 documentation</title>
<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter 4.4.6 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=d7c400b7" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
Expand All @@ -17,7 +17,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=496c9e7b"></script>
<script src="../_static/documentation_options.js?v=e43ceeb7"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
Expand Down Expand Up @@ -223,9 +223,9 @@
<li class="toctree-l2"><a class="reference internal" href="../testing/controllers.html">Controller Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/feature.html">HTTP Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/response.html">Testing Responses</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/benchmark.html">Benchmarking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/debugging.html">Debugging Your Application</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -812,7 +812,7 @@ <h2><a class="toc-backref" href="#id3" role="doc-backlink">PRs merged</a><a clas

<div role="contentinfo">
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
<span class="lastupdated">Last updated on Jan 27, 2024.
<span class="lastupdated">Last updated on Feb 24, 2024.
</span></p>
</div>

Expand Down
8 changes: 4 additions & 4 deletions docs/changelogs/v4.0.0-beta.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Version 4.0.0-beta.1 &mdash; CodeIgniter 4.4.5 documentation</title>
<title>Version 4.0.0-beta.1 &mdash; CodeIgniter 4.4.6 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=d7c400b7" />
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
Expand All @@ -17,7 +17,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=496c9e7b"></script>
<script src="../_static/documentation_options.js?v=e43ceeb7"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
Expand Down Expand Up @@ -223,9 +223,9 @@
<li class="toctree-l2"><a class="reference internal" href="../testing/controllers.html">Controller Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/feature.html">HTTP Testing</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/response.html">Testing Responses</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/benchmark.html">Benchmarking</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/debugging.html">Debugging Your Application</a></li>
<li class="toctree-l2"><a class="reference internal" href="../testing/mocking.html">Mocking</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -679,7 +679,7 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">PRs merged</a><a clas

<div role="contentinfo">
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
<span class="lastupdated">Last updated on Jan 27, 2024.
<span class="lastupdated">Last updated on Feb 24, 2024.
</span></p>
</div>

Expand Down
Loading

0 comments on commit 20c0782

Please sign in to comment.