Skip to content

Commit 22be7a0

Browse files
committed
Release v4.5.3
1 parent 19ff851 commit 22be7a0

File tree

283 files changed

+2204
-852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+2204
-852
lines changed

CodeIgniter4.5.3.epub

1.8 MB
Binary file not shown.

docs/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 500d8aa4d8b61d36567a7050f55c4a46
3+
config: 4e3cf24cef15caa8e1f5b17db1cb7e99
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '4.5.2',
2+
VERSION: '4.5.3',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

docs/changelogs/index.html

+7-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Change Logs &mdash; CodeIgniter 4.5.2 documentation</title>
7+
<title>Change Logs &mdash; CodeIgniter 4.5.3 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=eacb1234" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
@@ -17,15 +17,15 @@
1717

1818
<script src="../_static/jquery.js?v=5d32c60e"></script>
1919
<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>
2121
<script src="../_static/doctools.js?v=9a2dae69"></script>
2222
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2323
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
2424
<script src="../_static/js/carbon.js?v=b287325f"></script>
2525
<script src="../_static/js/theme.js"></script>
2626
<link rel="index" title="Index" href="../genindex.html" />
2727
<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" />
2929
<link rel="prev" title="Deployment" href="../installation/deployment.html" />
3030
</head>
3131

@@ -90,6 +90,7 @@
9090
<li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li>
9191
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li>
9292
<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>
9394
</ul>
9495
</li>
9596
</ul>
@@ -292,6 +293,7 @@ <h2>Version 4.5<a class="headerlink" href="#version-version" title="Link to this
292293
<p>See all the changes.</p>
293294
<div class="toctree-wrapper compound">
294295
<ul>
296+
<li class="toctree-l1"><a class="reference internal" href="v4.5.3.html">Version 4.5.3</a></li>
295297
<li class="toctree-l1"><a class="reference internal" href="v4.5.2.html">Version 4.5.2</a></li>
296298
<li class="toctree-l1"><a class="reference internal" href="v4.5.1.html">Version 4.5.1</a></li>
297299
<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
363365
</div>
364366
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
365367
<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>
367369
</div>
368370

369371
<hr/>
370372

371373
<div role="contentinfo">
372374
<p>&#169; 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.
374376
</span></p>
375377
</div>
376378

docs/changelogs/v4.0.0-alpha.1.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter 4.5.2 documentation</title>
7+
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter 4.5.3 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=eacb1234" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
@@ -17,7 +17,7 @@
1717

1818
<script src="../_static/jquery.js?v=5d32c60e"></script>
1919
<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>
2121
<script src="../_static/doctools.js?v=9a2dae69"></script>
2222
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2323
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
@@ -90,6 +90,7 @@
9090
<li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li>
9191
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li>
9292
<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>
9394
</ul>
9495
</li>
9596
</ul>
@@ -548,7 +549,7 @@ <h2><a class="toc-backref" href="#id1" role="doc-backlink">New Packages List</a>
548549

549550
<div role="contentinfo">
550551
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
551-
<span class="lastupdated">Last updated on Jun 10, 2024.
552+
<span class="lastupdated">Last updated on Jun 25, 2024.
552553
</span></p>
553554
</div>
554555

docs/changelogs/v4.0.0-alpha.2.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter 4.5.2 documentation</title>
7+
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter 4.5.3 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=eacb1234" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
@@ -17,7 +17,7 @@
1717

1818
<script src="../_static/jquery.js?v=5d32c60e"></script>
1919
<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>
2121
<script src="../_static/doctools.js?v=9a2dae69"></script>
2222
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2323
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
@@ -90,6 +90,7 @@
9090
<li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li>
9191
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li>
9292
<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>
9394
</ul>
9495
</li>
9596
</ul>
@@ -699,7 +700,7 @@ <h2><a class="toc-backref" href="#id2" role="doc-backlink">PRs merged</a><a clas
699700

700701
<div role="contentinfo">
701702
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
702-
<span class="lastupdated">Last updated on Jun 10, 2024.
703+
<span class="lastupdated">Last updated on Jun 25, 2024.
703704
</span></p>
704705
</div>
705706

docs/changelogs/v4.0.0-alpha.3.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter 4.5.2 documentation</title>
7+
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter 4.5.3 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=eacb1234" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
@@ -17,7 +17,7 @@
1717

1818
<script src="../_static/jquery.js?v=5d32c60e"></script>
1919
<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>
2121
<script src="../_static/doctools.js?v=9a2dae69"></script>
2222
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2323
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
@@ -90,6 +90,7 @@
9090
<li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li>
9191
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li>
9292
<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>
9394
</ul>
9495
</li>
9596
</ul>
@@ -984,7 +985,7 @@ <h2><a class="toc-backref" href="#id2" role="doc-backlink">PRs merged</a><a clas
984985

985986
<div role="contentinfo">
986987
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
987-
<span class="lastupdated">Last updated on Jun 10, 2024.
988+
<span class="lastupdated">Last updated on Jun 25, 2024.
988989
</span></p>
989990
</div>
990991

docs/changelogs/v4.0.0-alpha.4.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter 4.5.2 documentation</title>
7+
<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter 4.5.3 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=eacb1234" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
@@ -17,7 +17,7 @@
1717

1818
<script src="../_static/jquery.js?v=5d32c60e"></script>
1919
<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>
2121
<script src="../_static/doctools.js?v=9a2dae69"></script>
2222
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2323
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
@@ -90,6 +90,7 @@
9090
<li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li>
9191
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li>
9292
<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>
9394
</ul>
9495
</li>
9596
</ul>
@@ -750,7 +751,7 @@ <h2><a class="toc-backref" href="#id3" role="doc-backlink">PRs merged</a><a clas
750751

751752
<div role="contentinfo">
752753
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
753-
<span class="lastupdated">Last updated on Jun 10, 2024.
754+
<span class="lastupdated">Last updated on Jun 25, 2024.
754755
</span></p>
755756
</div>
756757

docs/changelogs/v4.0.0-alpha.5.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter 4.5.2 documentation</title>
7+
<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter 4.5.3 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=eacb1234" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
@@ -17,7 +17,7 @@
1717

1818
<script src="../_static/jquery.js?v=5d32c60e"></script>
1919
<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>
2121
<script src="../_static/doctools.js?v=9a2dae69"></script>
2222
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2323
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
@@ -90,6 +90,7 @@
9090
<li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li>
9191
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li>
9292
<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>
9394
</ul>
9495
</li>
9596
</ul>
@@ -815,7 +816,7 @@ <h2><a class="toc-backref" href="#id3" role="doc-backlink">PRs merged</a><a clas
815816

816817
<div role="contentinfo">
817818
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
818-
<span class="lastupdated">Last updated on Jun 10, 2024.
819+
<span class="lastupdated">Last updated on Jun 25, 2024.
819820
</span></p>
820821
</div>
821822

docs/changelogs/v4.0.0-beta.1.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-beta.1 &mdash; CodeIgniter 4.5.2 documentation</title>
7+
<title>Version 4.0.0-beta.1 &mdash; CodeIgniter 4.5.3 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=eacb1234" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
@@ -17,7 +17,7 @@
1717

1818
<script src="../_static/jquery.js?v=5d32c60e"></script>
1919
<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>
2121
<script src="../_static/doctools.js?v=9a2dae69"></script>
2222
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2323
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
@@ -90,6 +90,7 @@
9090
<li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li>
9191
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li>
9292
<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>
9394
</ul>
9495
</li>
9596
</ul>
@@ -682,7 +683,7 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">PRs merged</a><a clas
682683

683684
<div role="contentinfo">
684685
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
685-
<span class="lastupdated">Last updated on Jun 10, 2024.
686+
<span class="lastupdated">Last updated on Jun 25, 2024.
686687
</span></p>
687688
</div>
688689

docs/changelogs/v4.0.0-beta.2.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-beta.2 &mdash; CodeIgniter 4.5.2 documentation</title>
7+
<title>Version 4.0.0-beta.2 &mdash; CodeIgniter 4.5.3 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=d10597a4" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css?v=eacb1234" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css?v=2b70fae9" />
@@ -17,7 +17,7 @@
1717

1818
<script src="../_static/jquery.js?v=5d32c60e"></script>
1919
<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>
2121
<script src="../_static/doctools.js?v=9a2dae69"></script>
2222
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2323
<script src="../_static/js/citheme.js?v=e0bcfc84"></script>
@@ -90,6 +90,7 @@
9090
<li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li>
9191
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li>
9292
<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>
9394
</ul>
9495
</li>
9596
</ul>
@@ -822,7 +823,7 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">PRs merged</a><a clas
822823

823824
<div role="contentinfo">
824825
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
825-
<span class="lastupdated">Last updated on Jun 10, 2024.
826+
<span class="lastupdated">Last updated on Jun 25, 2024.
826827
</span></p>
827828
</div>
828829

0 commit comments

Comments
 (0)