Skip to content

Commit 0c86b89

Browse files
committed
Release v4.2.2
1 parent cd496d0 commit 0c86b89

212 files changed

Lines changed: 2766 additions & 1238 deletions

File tree

Some content is hidden

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

CodeIgniter4.2.2.epub

1.59 MB
Binary file not shown.

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
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: f845b454ef1e9678ddb9d33e79d7fe4c
3+
config: 573cf56461aca6a852f3bd90596bcacd
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '4.2.1',
3+
VERSION: '4.2.2',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

docs/changelogs/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Change Logs &mdash; CodeIgniter 4.2.1 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
6+
<title>Change Logs &mdash; CodeIgniter 4.2.2 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /><link rel="shortcut icon" href="../_static/favicon.ico"/>
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -18,8 +18,8 @@
1818
<script src="../_static/js/theme.js"></script>
1919
<link rel="index" title="Index" href="../genindex.html" />
2020
<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" />
2323
</head>
2424

2525
<body class="wy-body-for-nav">
@@ -52,9 +52,9 @@
5252
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
5353
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
5454
<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>
5556
<li class="toctree-l2 current"><a class="current reference internal" href="#">Change Logs</a></li>
5657
<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>
5858
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
5959
</ul>
6060
</li>
@@ -275,6 +275,8 @@ <h2>Version 4.2<a class="headerlink" href="#version-version" title="Permalink to
275275
<p>See all the changes.</p>
276276
<div class="toctree-wrapper compound">
277277
<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>
278280
<li class="toctree-l1"><a class="reference internal" href="v4.2.1.html">Version 4.2.1</a></li>
279281
<li class="toctree-l1"><a class="reference internal" href="v4.2.0.html">Version 4.2.0</a></li>
280282
<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
313315
</div>
314316
</div>
315317
<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>
318320
</div>
319321

320322
<hr/>
321323

322324
<div role="contentinfo">
323325
<p>&#169; 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.
325327
</span></p>
326328
</div>
327329

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter 4.2.1 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
6+
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter 4.2.2 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /><link rel="shortcut icon" href="../_static/favicon.ico"/>
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -52,9 +52,9 @@
5252
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
5353
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
5454
<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>
5556
<li class="toctree-l2 current"><a class="reference internal" href="index.html">Change Logs</a></li>
5657
<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>
5858
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
5959
</ul>
6060
</li>
@@ -555,7 +555,7 @@ <h1>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
555555

556556
<div role="contentinfo">
557557
<p>&#169; Copyright 2019-2022 CodeIgniter Foundation.
558-
<span class="lastupdated">Last updated on Jun 16, 2022.
558+
<span class="lastupdated">Last updated on Aug 05, 2022.
559559
</span></p>
560560
</div>
561561

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter 4.2.1 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
6+
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter 4.2.2 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /><link rel="shortcut icon" href="../_static/favicon.ico"/>
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -52,9 +52,9 @@
5252
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
5353
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
5454
<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>
5556
<li class="toctree-l2 current"><a class="reference internal" href="index.html">Change Logs</a></li>
5657
<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>
5858
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
5959
</ul>
6060
</li>
@@ -716,7 +716,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
716716

717717
<div role="contentinfo">
718718
<p>&#169; Copyright 2019-2022 CodeIgniter Foundation.
719-
<span class="lastupdated">Last updated on Jun 16, 2022.
719+
<span class="lastupdated">Last updated on Aug 05, 2022.
720720
</span></p>
721721
</div>
722722

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter 4.2.1 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
6+
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter 4.2.2 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /><link rel="shortcut icon" href="../_static/favicon.ico"/>
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -52,9 +52,9 @@
5252
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
5353
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
5454
<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>
5556
<li class="toctree-l2 current"><a class="reference internal" href="index.html">Change Logs</a></li>
5657
<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>
5858
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
5959
</ul>
6060
</li>
@@ -1019,7 +1019,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
10191019

10201020
<div role="contentinfo">
10211021
<p>&#169; Copyright 2019-2022 CodeIgniter Foundation.
1022-
<span class="lastupdated">Last updated on Jun 16, 2022.
1022+
<span class="lastupdated">Last updated on Aug 05, 2022.
10231023
</span></p>
10241024
</div>
10251025

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter 4.2.1 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
6+
<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter 4.2.2 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /><link rel="shortcut icon" href="../_static/favicon.ico"/>
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -52,9 +52,9 @@
5252
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
5353
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
5454
<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>
5556
<li class="toctree-l2 current"><a class="reference internal" href="index.html">Change Logs</a></li>
5657
<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>
5858
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
5959
</ul>
6060
</li>
@@ -766,7 +766,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
766766

767767
<div role="contentinfo">
768768
<p>&#169; Copyright 2019-2022 CodeIgniter Foundation.
769-
<span class="lastupdated">Last updated on Jun 16, 2022.
769+
<span class="lastupdated">Last updated on Aug 05, 2022.
770770
</span></p>
771771
</div>
772772

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter 4.2.1 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
6+
<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter 4.2.2 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /><link rel="shortcut icon" href="../_static/favicon.ico"/>
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -52,9 +52,9 @@
5252
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
5353
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
5454
<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>
5556
<li class="toctree-l2 current"><a class="reference internal" href="index.html">Change Logs</a></li>
5657
<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>
5858
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
5959
</ul>
6060
</li>
@@ -840,7 +840,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
840840

841841
<div role="contentinfo">
842842
<p>&#169; Copyright 2019-2022 CodeIgniter Foundation.
843-
<span class="lastupdated">Last updated on Jun 16, 2022.
843+
<span class="lastupdated">Last updated on Aug 05, 2022.
844844
</span></p>
845845
</div>
846846

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Version 4.0.0-beta.1 &mdash; CodeIgniter 4.2.1 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
6+
<title>Version 4.0.0-beta.1 &mdash; CodeIgniter 4.2.2 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /><link rel="shortcut icon" href="../_static/favicon.ico"/>
88
<!--[if lt IE 9]>
99
<script src="../_static/js/html5shiv.min.js"></script>
@@ -52,9 +52,9 @@
5252
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
5353
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
5454
<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>
5556
<li class="toctree-l2 current"><a class="reference internal" href="index.html">Change Logs</a></li>
5657
<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>
5858
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
5959
</ul>
6060
</li>
@@ -685,7 +685,7 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
685685

686686
<div role="contentinfo">
687687
<p>&#169; Copyright 2019-2022 CodeIgniter Foundation.
688-
<span class="lastupdated">Last updated on Jun 16, 2022.
688+
<span class="lastupdated">Last updated on Aug 05, 2022.
689689
</span></p>
690690
</div>
691691

0 commit comments

Comments
 (0)