Skip to content

Commit 6ca0ecb

Browse files
committed
Release v4.2.5
1 parent 82f3296 commit 6ca0ecb

219 files changed

Lines changed: 3291 additions & 1261 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.5.epub

1.6 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: 842c3c4143e8193a5a4bb38b3c402a95
3+
config: ce9e7aafa5f73fa15a261a1132da6f0a
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.4',
3+
VERSION: '4.2.5',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

docs/changelogs/index.html

Lines changed: 5 additions & 4 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.4 documentation</title><link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
6+
<title>Change Logs &mdash; CodeIgniter 4.2.5 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,7 +18,7 @@
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.5" href="v4.2.5.html" />
21+
<link rel="next" title="Version 4.2.6" href="v4.2.6.html" />
2222
<link rel="prev" title="Troubleshooting" href="../installation/troubleshooting.html" />
2323
</head>
2424

@@ -275,6 +275,7 @@ <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.6.html">Version 4.2.6</a></li>
278279
<li class="toctree-l1"><a class="reference internal" href="v4.2.5.html">Version 4.2.5</a></li>
279280
<li class="toctree-l1"><a class="reference internal" href="v4.2.4.html">Version 4.2.4</a></li>
280281
<li class="toctree-l1"><a class="reference internal" href="v4.2.3.html">Version 4.2.3</a></li>
@@ -318,14 +319,14 @@ <h2>Version 4.2<a class="headerlink" href="#version-version" title="Permalink to
318319
</div>
319320
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
320321
<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>
321-
<a href="v4.2.5.html" class="btn btn-neutral float-right" title="Version 4.2.5" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
322+
<a href="v4.2.6.html" class="btn btn-neutral float-right" title="Version 4.2.6" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
322323
</div>
323324

324325
<hr/>
325326

326327
<div role="contentinfo">
327328
<p>&#169; Copyright 2019-2022 CodeIgniter Foundation.
328-
<span class="lastupdated">Last updated on Aug 13, 2022.
329+
<span class="lastupdated">Last updated on Aug 29, 2022.
329330
</span></p>
330331
</div>
331332

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

Lines changed: 2 additions & 2 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.4 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.5 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>
@@ -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 Aug 13, 2022.
558+
<span class="lastupdated">Last updated on Aug 29, 2022.
559559
</span></p>
560560
</div>
561561

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

Lines changed: 2 additions & 2 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.4 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.5 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>
@@ -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 Aug 13, 2022.
719+
<span class="lastupdated">Last updated on Aug 29, 2022.
720720
</span></p>
721721
</div>
722722

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

Lines changed: 2 additions & 2 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.4 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.5 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>
@@ -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 Aug 13, 2022.
1022+
<span class="lastupdated">Last updated on Aug 29, 2022.
10231023
</span></p>
10241024
</div>
10251025

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

Lines changed: 2 additions & 2 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.4 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.5 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>
@@ -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 Aug 13, 2022.
769+
<span class="lastupdated">Last updated on Aug 29, 2022.
770770
</span></p>
771771
</div>
772772

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

Lines changed: 2 additions & 2 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.4 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.5 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>
@@ -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 Aug 13, 2022.
843+
<span class="lastupdated">Last updated on Aug 29, 2022.
844844
</span></p>
845845
</div>
846846

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

Lines changed: 2 additions & 2 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.4 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.5 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>
@@ -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 Aug 13, 2022.
688+
<span class="lastupdated">Last updated on Aug 29, 2022.
689689
</span></p>
690690
</div>
691691

0 commit comments

Comments
 (0)