Skip to content

Commit 240619a

Browse files
committed
Update for 4.1.6
1 parent f89cb41 commit 240619a

File tree

195 files changed

+3406
-1936
lines changed

Some content is hidden

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

195 files changed

+3406
-1936
lines changed

CodeIgniter4.1.6.epub

1.54 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: 83f001a06a82855c6713c3e43126fcf8
3+
config: 7a7f905e2ba0e6ea44f1e15f60e1603c
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.1.5',
3+
VERSION: '4.1.6',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

docs/changelogs/index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99

10-
<title>Change Logs &mdash; CodeIgniter 4.1.5 documentation</title>
10+
<title>Change Logs &mdash; CodeIgniter 4.1.6 documentation</title>
1111

1212

1313

@@ -44,7 +44,7 @@
4444
<link rel="index" title="Index" href="../genindex.html" />
4545
<link rel="search" title="Search" href="../search.html" />
4646
<link rel="next" title="Version 4.1.6" href="v4.1.6.html" />
47-
<link rel="prev" title="The MIT License (MIT)" href="../license.html" />
47+
<link rel="prev" title="Upgrade View Parser" href="../installation/upgrade_view_parser.html" />
4848
</head>
4949

5050
<body class="wy-body-for-nav">
@@ -95,15 +95,17 @@
9595
<li class="toctree-l2"><a class="reference internal" href="../intro/requirements.html">Server Requirements</a></li>
9696
<li class="toctree-l2"><a class="reference internal" href="../intro/credits.html">Credits</a></li>
9797
<li class="toctree-l2"><a class="reference internal" href="../intro/psr.html">PSR Compliance</a></li>
98+
<li class="toctree-l2"><a class="reference internal" href="../license.html">License Agreement</a></li>
9899
</ul>
99100
</li>
100101
</ul>
101-
<ul>
102-
<li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation</a><ul>
102+
<ul class="current">
103+
<li class="toctree-l1 current"><a class="reference internal" href="../installation/index.html">Installation</a><ul class="current">
103104
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
104105
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
105106
<li class="toctree-l2"><a class="reference internal" href="../installation/running.html">Running Your App</a></li>
106107
<li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li>
108+
<li class="toctree-l2 current"><a class="current reference internal" href="#">Change Logs</a></li>
107109
<li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li>
108110
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
109111
</ul>
@@ -332,6 +334,8 @@
332334

333335
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
334336

337+
<li><a href="../installation/index.html">Installation</a> &raquo;</li>
338+
335339
<li>Change Logs</li>
336340

337341

@@ -393,16 +397,16 @@ <h2>Version 4.1<a class="headerlink" href="#version-version" title="Permalink to
393397
<footer>
394398
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
395399
<a href="v4.1.6.html" class="btn btn-neutral float-right" title="Version 4.1.6" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
396-
<a href="../license.html" class="btn btn-neutral float-left" title="The MIT License (MIT)" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
400+
<a href="../installation/upgrade_view_parser.html" class="btn btn-neutral float-left" title="Upgrade View Parser" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
397401
</div>
398402

399403
<hr/>
400404

401405
<div role="contentinfo">
402406
<p>
403-
&#169; Copyright 2019-2021 CodeIgniter Foundation.
407+
&#169; Copyright 2019-2022 CodeIgniter Foundation.
404408
<span class="lastupdated">
405-
Last updated on Nov 08, 2021.
409+
Last updated on Jan 04, 2022.
406410
</span>
407411

408412
</p>

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99

10-
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter 4.1.5 documentation</title>
10+
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter 4.1.6 documentation</title>
1111

1212

1313

@@ -43,6 +43,7 @@
4343

4444
<link rel="index" title="Index" href="../genindex.html" />
4545
<link rel="search" title="Search" href="../search.html" />
46+
<link rel="next" title="Troubleshooting" href="../installation/troubleshooting.html" />
4647
<link rel="prev" title="Version 4.0.0-alpha.2" href="v4.0.0-alpha.2.html" />
4748
</head>
4849

@@ -94,15 +95,17 @@
9495
<li class="toctree-l2"><a class="reference internal" href="../intro/requirements.html">Server Requirements</a></li>
9596
<li class="toctree-l2"><a class="reference internal" href="../intro/credits.html">Credits</a></li>
9697
<li class="toctree-l2"><a class="reference internal" href="../intro/psr.html">PSR Compliance</a></li>
98+
<li class="toctree-l2"><a class="reference internal" href="../license.html">License Agreement</a></li>
9799
</ul>
98100
</li>
99101
</ul>
100-
<ul>
101-
<li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation</a><ul>
102+
<ul class="current">
103+
<li class="toctree-l1 current"><a class="reference internal" href="../installation/index.html">Installation</a><ul class="current">
102104
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
103105
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
104106
<li class="toctree-l2"><a class="reference internal" href="../installation/running.html">Running Your App</a></li>
105107
<li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li>
108+
<li class="toctree-l2 current"><a class="reference internal" href="index.html">Change Logs</a></li>
106109
<li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li>
107110
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
108111
</ul>
@@ -331,6 +334,8 @@
331334

332335
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
333336

337+
<li><a href="../installation/index.html">Installation</a> &raquo;</li>
338+
334339
<li><a href="index.html">Change Logs</a> &raquo;</li>
335340

336341
<li>Version 4.0.0-alpha.1</li>
@@ -631,16 +636,17 @@ <h1>Version 4.0.0-alpha.1<a class="headerlink" href="#version-4-0-0-alpha-1" tit
631636
</div>
632637
<footer>
633638
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
639+
<a href="../installation/troubleshooting.html" class="btn btn-neutral float-right" title="Troubleshooting" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
634640
<a href="v4.0.0-alpha.2.html" class="btn btn-neutral float-left" title="Version 4.0.0-alpha.2" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
635641
</div>
636642

637643
<hr/>
638644

639645
<div role="contentinfo">
640646
<p>
641-
&#169; Copyright 2019-2021 CodeIgniter Foundation.
647+
&#169; Copyright 2019-2022 CodeIgniter Foundation.
642648
<span class="lastupdated">
643-
Last updated on Nov 08, 2021.
649+
Last updated on Jan 04, 2022.
644650
</span>
645651

646652
</p>

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99

10-
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter 4.1.5 documentation</title>
10+
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter 4.1.6 documentation</title>
1111

1212

1313

@@ -95,15 +95,17 @@
9595
<li class="toctree-l2"><a class="reference internal" href="../intro/requirements.html">Server Requirements</a></li>
9696
<li class="toctree-l2"><a class="reference internal" href="../intro/credits.html">Credits</a></li>
9797
<li class="toctree-l2"><a class="reference internal" href="../intro/psr.html">PSR Compliance</a></li>
98+
<li class="toctree-l2"><a class="reference internal" href="../license.html">License Agreement</a></li>
9899
</ul>
99100
</li>
100101
</ul>
101-
<ul>
102-
<li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation</a><ul>
102+
<ul class="current">
103+
<li class="toctree-l1 current"><a class="reference internal" href="../installation/index.html">Installation</a><ul class="current">
103104
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
104105
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
105106
<li class="toctree-l2"><a class="reference internal" href="../installation/running.html">Running Your App</a></li>
106107
<li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li>
108+
<li class="toctree-l2 current"><a class="reference internal" href="index.html">Change Logs</a></li>
107109
<li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li>
108110
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
109111
</ul>
@@ -332,6 +334,8 @@
332334

333335
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
334336

337+
<li><a href="../installation/index.html">Installation</a> &raquo;</li>
338+
335339
<li><a href="index.html">Change Logs</a> &raquo;</li>
336340

337341
<li>Version 4.0.0-alpha.2</li>
@@ -801,9 +805,9 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
801805

802806
<div role="contentinfo">
803807
<p>
804-
&#169; Copyright 2019-2021 CodeIgniter Foundation.
808+
&#169; Copyright 2019-2022 CodeIgniter Foundation.
805809
<span class="lastupdated">
806-
Last updated on Nov 08, 2021.
810+
Last updated on Jan 04, 2022.
807811
</span>
808812

809813
</p>

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99

10-
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter 4.1.5 documentation</title>
10+
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter 4.1.6 documentation</title>
1111

1212

1313

@@ -95,15 +95,17 @@
9595
<li class="toctree-l2"><a class="reference internal" href="../intro/requirements.html">Server Requirements</a></li>
9696
<li class="toctree-l2"><a class="reference internal" href="../intro/credits.html">Credits</a></li>
9797
<li class="toctree-l2"><a class="reference internal" href="../intro/psr.html">PSR Compliance</a></li>
98+
<li class="toctree-l2"><a class="reference internal" href="../license.html">License Agreement</a></li>
9899
</ul>
99100
</li>
100101
</ul>
101-
<ul>
102-
<li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation</a><ul>
102+
<ul class="current">
103+
<li class="toctree-l1 current"><a class="reference internal" href="../installation/index.html">Installation</a><ul class="current">
103104
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
104105
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
105106
<li class="toctree-l2"><a class="reference internal" href="../installation/running.html">Running Your App</a></li>
106107
<li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li>
108+
<li class="toctree-l2 current"><a class="reference internal" href="index.html">Change Logs</a></li>
107109
<li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li>
108110
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
109111
</ul>
@@ -332,6 +334,8 @@
332334

333335
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
334336

337+
<li><a href="../installation/index.html">Installation</a> &raquo;</li>
338+
335339
<li><a href="index.html">Change Logs</a> &raquo;</li>
336340

337341
<li>Version 4.0.0-alpha.3</li>
@@ -1104,9 +1108,9 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
11041108

11051109
<div role="contentinfo">
11061110
<p>
1107-
&#169; Copyright 2019-2021 CodeIgniter Foundation.
1111+
&#169; Copyright 2019-2022 CodeIgniter Foundation.
11081112
<span class="lastupdated">
1109-
Last updated on Nov 08, 2021.
1113+
Last updated on Jan 04, 2022.
11101114
</span>
11111115

11121116
</p>

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99

10-
<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter 4.1.5 documentation</title>
10+
<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter 4.1.6 documentation</title>
1111

1212

1313

@@ -95,15 +95,17 @@
9595
<li class="toctree-l2"><a class="reference internal" href="../intro/requirements.html">Server Requirements</a></li>
9696
<li class="toctree-l2"><a class="reference internal" href="../intro/credits.html">Credits</a></li>
9797
<li class="toctree-l2"><a class="reference internal" href="../intro/psr.html">PSR Compliance</a></li>
98+
<li class="toctree-l2"><a class="reference internal" href="../license.html">License Agreement</a></li>
9899
</ul>
99100
</li>
100101
</ul>
101-
<ul>
102-
<li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation</a><ul>
102+
<ul class="current">
103+
<li class="toctree-l1 current"><a class="reference internal" href="../installation/index.html">Installation</a><ul class="current">
103104
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
104105
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
105106
<li class="toctree-l2"><a class="reference internal" href="../installation/running.html">Running Your App</a></li>
106107
<li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li>
108+
<li class="toctree-l2 current"><a class="reference internal" href="index.html">Change Logs</a></li>
107109
<li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li>
108110
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
109111
</ul>
@@ -332,6 +334,8 @@
332334

333335
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
334336

337+
<li><a href="../installation/index.html">Installation</a> &raquo;</li>
338+
335339
<li><a href="index.html">Change Logs</a> &raquo;</li>
336340

337341
<li>Version 4.0.0-alpha.4</li>
@@ -851,9 +855,9 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
851855

852856
<div role="contentinfo">
853857
<p>
854-
&#169; Copyright 2019-2021 CodeIgniter Foundation.
858+
&#169; Copyright 2019-2022 CodeIgniter Foundation.
855859
<span class="lastupdated">
856-
Last updated on Nov 08, 2021.
860+
Last updated on Jan 04, 2022.
857861
</span>
858862

859863
</p>

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99

10-
<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter 4.1.5 documentation</title>
10+
<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter 4.1.6 documentation</title>
1111

1212

1313

@@ -95,15 +95,17 @@
9595
<li class="toctree-l2"><a class="reference internal" href="../intro/requirements.html">Server Requirements</a></li>
9696
<li class="toctree-l2"><a class="reference internal" href="../intro/credits.html">Credits</a></li>
9797
<li class="toctree-l2"><a class="reference internal" href="../intro/psr.html">PSR Compliance</a></li>
98+
<li class="toctree-l2"><a class="reference internal" href="../license.html">License Agreement</a></li>
9899
</ul>
99100
</li>
100101
</ul>
101-
<ul>
102-
<li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation</a><ul>
102+
<ul class="current">
103+
<li class="toctree-l1 current"><a class="reference internal" href="../installation/index.html">Installation</a><ul class="current">
103104
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_composer.html">Composer Installation</a></li>
104105
<li class="toctree-l2"><a class="reference internal" href="../installation/installing_manual.html">Manual Installation</a></li>
105106
<li class="toctree-l2"><a class="reference internal" href="../installation/running.html">Running Your App</a></li>
106107
<li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li>
108+
<li class="toctree-l2 current"><a class="reference internal" href="index.html">Change Logs</a></li>
107109
<li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li>
108110
<li class="toctree-l2"><a class="reference internal" href="../installation/repositories.html">CodeIgniter Repositories</a></li>
109111
</ul>
@@ -332,6 +334,8 @@
332334

333335
<li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
334336

337+
<li><a href="../installation/index.html">Installation</a> &raquo;</li>
338+
335339
<li><a href="index.html">Change Logs</a> &raquo;</li>
336340

337341
<li>Version 4.0.0-alpha.5</li>
@@ -925,9 +929,9 @@ <h2>PRs merged:<a class="headerlink" href="#prs-merged" title="Permalink to this
925929

926930
<div role="contentinfo">
927931
<p>
928-
&#169; Copyright 2019-2021 CodeIgniter Foundation.
932+
&#169; Copyright 2019-2022 CodeIgniter Foundation.
929933
<span class="lastupdated">
930-
Last updated on Nov 08, 2021.
934+
Last updated on Jan 04, 2022.
931935
</span>
932936

933937
</p>

0 commit comments

Comments
 (0)