Skip to content

Commit 209fab7

Browse files
committed
Release v4.5.8
1 parent 8bdbe49 commit 209fab7

File tree

295 files changed

+1672
-946
lines changed

Some content is hidden

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

295 files changed

+1672
-946
lines changed

CodeIgniter4.5.8.epub

1.82 MB
Binary file not shown.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2014-2019 British Columbia Institute of Technology
4-
Copyright (c) 2019-2024 CodeIgniter Foundation
4+
Copyright (c) 2019-present CodeIgniter Foundation
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

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: 38b435f3fe72259262de2b9120539b30
3+
config: 954f376c05dcf7d3d2cdca3cd7071836
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.5.7',
3+
VERSION: '4.5.8',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/_static/pygments.css

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -5,69 +5,69 @@ td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5
55
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
66
.highlight .hll { background-color: #ffffcc }
77
.highlight { background: #ffffff; }
8-
.highlight .c { color: #999988; font-style: italic } /* Comment */
9-
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
8+
.highlight .c { color: #998; font-style: italic } /* Comment */
9+
.highlight .err { color: #A61717; background-color: #E3D2D2 } /* Error */
1010
.highlight .k { font-weight: bold } /* Keyword */
1111
.highlight .o { font-weight: bold } /* Operator */
12-
.highlight .ch { color: #999988; font-style: italic } /* Comment.Hashbang */
13-
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
14-
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
15-
.highlight .cpf { color: #999988; font-style: italic } /* Comment.PreprocFile */
16-
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
17-
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
18-
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
12+
.highlight .ch { color: #998; font-style: italic } /* Comment.Hashbang */
13+
.highlight .cm { color: #998; font-style: italic } /* Comment.Multiline */
14+
.highlight .cp { color: #999; font-weight: bold } /* Comment.Preproc */
15+
.highlight .cpf { color: #998; font-style: italic } /* Comment.PreprocFile */
16+
.highlight .c1 { color: #998; font-style: italic } /* Comment.Single */
17+
.highlight .cs { color: #999; font-weight: bold; font-style: italic } /* Comment.Special */
18+
.highlight .gd { color: #000; background-color: #FDD } /* Generic.Deleted */
1919
.highlight .ge { font-style: italic } /* Generic.Emph */
2020
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
21-
.highlight .gr { color: #aa0000 } /* Generic.Error */
22-
.highlight .gh { color: #999999 } /* Generic.Heading */
23-
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
24-
.highlight .go { color: #888888 } /* Generic.Output */
25-
.highlight .gp { color: #555555 } /* Generic.Prompt */
21+
.highlight .gr { color: #A00 } /* Generic.Error */
22+
.highlight .gh { color: #999 } /* Generic.Heading */
23+
.highlight .gi { color: #000; background-color: #DFD } /* Generic.Inserted */
24+
.highlight .go { color: #888 } /* Generic.Output */
25+
.highlight .gp { color: #555 } /* Generic.Prompt */
2626
.highlight .gs { font-weight: bold } /* Generic.Strong */
27-
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
28-
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
27+
.highlight .gu { color: #AAA } /* Generic.Subheading */
28+
.highlight .gt { color: #A00 } /* Generic.Traceback */
2929
.highlight .kc { font-weight: bold } /* Keyword.Constant */
3030
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
3131
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
3232
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
3333
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
34-
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
35-
.highlight .m { color: #009999 } /* Literal.Number */
36-
.highlight .s { color: #bb8844 } /* Literal.String */
34+
.highlight .kt { color: #458; font-weight: bold } /* Keyword.Type */
35+
.highlight .m { color: #099 } /* Literal.Number */
36+
.highlight .s { color: #B84 } /* Literal.String */
3737
.highlight .na { color: #008080 } /* Name.Attribute */
38-
.highlight .nb { color: #999999 } /* Name.Builtin */
39-
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
38+
.highlight .nb { color: #999 } /* Name.Builtin */
39+
.highlight .nc { color: #458; font-weight: bold } /* Name.Class */
4040
.highlight .no { color: #008080 } /* Name.Constant */
4141
.highlight .ni { color: #800080 } /* Name.Entity */
42-
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
43-
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
44-
.highlight .nn { color: #555555 } /* Name.Namespace */
42+
.highlight .ne { color: #900; font-weight: bold } /* Name.Exception */
43+
.highlight .nf { color: #900; font-weight: bold } /* Name.Function */
44+
.highlight .nn { color: #555 } /* Name.Namespace */
4545
.highlight .nt { color: #000080 } /* Name.Tag */
4646
.highlight .nv { color: #008080 } /* Name.Variable */
4747
.highlight .ow { font-weight: bold } /* Operator.Word */
48-
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
49-
.highlight .mb { color: #009999 } /* Literal.Number.Bin */
50-
.highlight .mf { color: #009999 } /* Literal.Number.Float */
51-
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
52-
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
53-
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
54-
.highlight .sa { color: #bb8844 } /* Literal.String.Affix */
55-
.highlight .sb { color: #bb8844 } /* Literal.String.Backtick */
56-
.highlight .sc { color: #bb8844 } /* Literal.String.Char */
57-
.highlight .dl { color: #bb8844 } /* Literal.String.Delimiter */
58-
.highlight .sd { color: #bb8844 } /* Literal.String.Doc */
59-
.highlight .s2 { color: #bb8844 } /* Literal.String.Double */
60-
.highlight .se { color: #bb8844 } /* Literal.String.Escape */
61-
.highlight .sh { color: #bb8844 } /* Literal.String.Heredoc */
62-
.highlight .si { color: #bb8844 } /* Literal.String.Interpol */
63-
.highlight .sx { color: #bb8844 } /* Literal.String.Other */
48+
.highlight .w { color: #BBB } /* Text.Whitespace */
49+
.highlight .mb { color: #099 } /* Literal.Number.Bin */
50+
.highlight .mf { color: #099 } /* Literal.Number.Float */
51+
.highlight .mh { color: #099 } /* Literal.Number.Hex */
52+
.highlight .mi { color: #099 } /* Literal.Number.Integer */
53+
.highlight .mo { color: #099 } /* Literal.Number.Oct */
54+
.highlight .sa { color: #B84 } /* Literal.String.Affix */
55+
.highlight .sb { color: #B84 } /* Literal.String.Backtick */
56+
.highlight .sc { color: #B84 } /* Literal.String.Char */
57+
.highlight .dl { color: #B84 } /* Literal.String.Delimiter */
58+
.highlight .sd { color: #B84 } /* Literal.String.Doc */
59+
.highlight .s2 { color: #B84 } /* Literal.String.Double */
60+
.highlight .se { color: #B84 } /* Literal.String.Escape */
61+
.highlight .sh { color: #B84 } /* Literal.String.Heredoc */
62+
.highlight .si { color: #B84 } /* Literal.String.Interpol */
63+
.highlight .sx { color: #B84 } /* Literal.String.Other */
6464
.highlight .sr { color: #808000 } /* Literal.String.Regex */
65-
.highlight .s1 { color: #bb8844 } /* Literal.String.Single */
66-
.highlight .ss { color: #bb8844 } /* Literal.String.Symbol */
67-
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
68-
.highlight .fm { color: #990000; font-weight: bold } /* Name.Function.Magic */
65+
.highlight .s1 { color: #B84 } /* Literal.String.Single */
66+
.highlight .ss { color: #B84 } /* Literal.String.Symbol */
67+
.highlight .bp { color: #999 } /* Name.Builtin.Pseudo */
68+
.highlight .fm { color: #900; font-weight: bold } /* Name.Function.Magic */
6969
.highlight .vc { color: #008080 } /* Name.Variable.Class */
7070
.highlight .vg { color: #008080 } /* Name.Variable.Global */
7171
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
7272
.highlight .vm { color: #008080 } /* Name.Variable.Magic */
73-
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
73+
.highlight .il { color: #099 } /* Literal.Number.Integer.Long */

docs/changelogs/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Change Logs &mdash; CodeIgniter 4.5.7 documentation</title>
7+
<title>Change Logs &mdash; CodeIgniter 4.5.8 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css" />
@@ -26,7 +26,7 @@
2626
<script src="../_static/js/theme.js"></script>
2727
<link rel="index" title="Index" href="../genindex.html" />
2828
<link rel="search" title="Search" href="../search.html" />
29-
<link rel="next" title="Version 4.5.7" href="v4.5.7.html" />
29+
<link rel="next" title="Version 4.5.8" href="v4.5.8.html" />
3030
<link rel="prev" title="Deployment" href="../installation/deployment.html" />
3131
</head>
3232

@@ -294,6 +294,7 @@ <h2>Version 4.5<a class="headerlink" href="#version-version" title="Permalink to
294294
<p>See all the changes.</p>
295295
<div class="toctree-wrapper compound">
296296
<ul>
297+
<li class="toctree-l1"><a class="reference internal" href="v4.5.8.html">Version 4.5.8</a></li>
297298
<li class="toctree-l1"><a class="reference internal" href="v4.5.7.html">Version 4.5.7</a></li>
298299
<li class="toctree-l1"><a class="reference internal" href="v4.5.6.html">Version 4.5.6</a></li>
299300
<li class="toctree-l1"><a class="reference internal" href="v4.5.5.html">Version 4.5.5</a></li>
@@ -370,14 +371,14 @@ <h2>Version 4.5<a class="headerlink" href="#version-version" title="Permalink to
370371
</div>
371372
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
372373
<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>
373-
<a href="v4.5.7.html" class="btn btn-neutral float-right" title="Version 4.5.7" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
374+
<a href="v4.5.8.html" class="btn btn-neutral float-right" title="Version 4.5.8" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
374375
</div>
375376

376377
<hr/>
377378

378379
<div role="contentinfo">
379-
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
380-
<span class="lastupdated">Last updated on Dec 31, 2024.
380+
<p>&#169; Copyright 2019-2025 CodeIgniter Foundation.
381+
<span class="lastupdated">Last updated on Jan 19, 2025.
381382
</span></p>
382383
</div>
383384

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
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.7 documentation</title>
7+
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter 4.5.8 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css" />
@@ -549,8 +549,8 @@ <h2><a class="toc-backref" href="#id1" role="doc-backlink">New Packages List</a>
549549
<hr/>
550550

551551
<div role="contentinfo">
552-
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
553-
<span class="lastupdated">Last updated on Dec 31, 2024.
552+
<p>&#169; Copyright 2019-2025 CodeIgniter Foundation.
553+
<span class="lastupdated">Last updated on Jan 19, 2025.
554554
</span></p>
555555
</div>
556556

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
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.7 documentation</title>
7+
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter 4.5.8 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css" />
@@ -700,8 +700,8 @@ <h2><a class="toc-backref" href="#id2" role="doc-backlink">PRs merged</a><a clas
700700
<hr/>
701701

702702
<div role="contentinfo">
703-
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
704-
<span class="lastupdated">Last updated on Dec 31, 2024.
703+
<p>&#169; Copyright 2019-2025 CodeIgniter Foundation.
704+
<span class="lastupdated">Last updated on Jan 19, 2025.
705705
</span></p>
706706
</div>
707707

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
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.7 documentation</title>
7+
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter 4.5.8 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css" />
@@ -985,8 +985,8 @@ <h2><a class="toc-backref" href="#id2" role="doc-backlink">PRs merged</a><a clas
985985
<hr/>
986986

987987
<div role="contentinfo">
988-
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
989-
<span class="lastupdated">Last updated on Dec 31, 2024.
988+
<p>&#169; Copyright 2019-2025 CodeIgniter Foundation.
989+
<span class="lastupdated">Last updated on Jan 19, 2025.
990990
</span></p>
991991
</div>
992992

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
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.7 documentation</title>
7+
<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter 4.5.8 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css" />
@@ -751,8 +751,8 @@ <h2><a class="toc-backref" href="#id3" role="doc-backlink">PRs merged</a><a clas
751751
<hr/>
752752

753753
<div role="contentinfo">
754-
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
755-
<span class="lastupdated">Last updated on Dec 31, 2024.
754+
<p>&#169; Copyright 2019-2025 CodeIgniter Foundation.
755+
<span class="lastupdated">Last updated on Jan 19, 2025.
756756
</span></p>
757757
</div>
758758

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
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.7 documentation</title>
7+
<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter 4.5.8 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css" />
@@ -816,8 +816,8 @@ <h2><a class="toc-backref" href="#id3" role="doc-backlink">PRs merged</a><a clas
816816
<hr/>
817817

818818
<div role="contentinfo">
819-
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
820-
<span class="lastupdated">Last updated on Dec 31, 2024.
819+
<p>&#169; Copyright 2019-2025 CodeIgniter Foundation.
820+
<span class="lastupdated">Last updated on Jan 19, 2025.
821821
</span></p>
822822
</div>
823823

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
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.7 documentation</title>
7+
<title>Version 4.0.0-beta.1 &mdash; CodeIgniter 4.5.8 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css" />
@@ -683,8 +683,8 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">PRs merged</a><a clas
683683
<hr/>
684684

685685
<div role="contentinfo">
686-
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
687-
<span class="lastupdated">Last updated on Dec 31, 2024.
686+
<p>&#169; Copyright 2019-2025 CodeIgniter Foundation.
687+
<span class="lastupdated">Last updated on Jan 19, 2025.
688688
</span></p>
689689
</div>
690690

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
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.7 documentation</title>
7+
<title>Version 4.0.0-beta.2 &mdash; CodeIgniter 4.5.8 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css" />
@@ -823,8 +823,8 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">PRs merged</a><a clas
823823
<hr/>
824824

825825
<div role="contentinfo">
826-
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
827-
<span class="lastupdated">Last updated on Dec 31, 2024.
826+
<p>&#169; Copyright 2019-2025 CodeIgniter Foundation.
827+
<span class="lastupdated">Last updated on Jan 19, 2025.
828828
</span></p>
829829
</div>
830830

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-beta.3 &mdash; CodeIgniter 4.5.7 documentation</title>
7+
<title>Version 4.0.0-beta.3 &mdash; CodeIgniter 4.5.8 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css" />
@@ -690,8 +690,8 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">PRs merged</a><a clas
690690
<hr/>
691691

692692
<div role="contentinfo">
693-
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
694-
<span class="lastupdated">Last updated on Dec 31, 2024.
693+
<p>&#169; Copyright 2019-2025 CodeIgniter Foundation.
694+
<span class="lastupdated">Last updated on Jan 19, 2025.
695695
</span></p>
696696
</div>
697697

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-beta.4 &mdash; CodeIgniter 4.5.7 documentation</title>
7+
<title>Version 4.0.0-beta.4 &mdash; CodeIgniter 4.5.8 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/citheme.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/css/citheme_dark.css" />
@@ -730,8 +730,8 @@ <h2><a class="toc-backref" href="#id6" role="doc-backlink">PRs merged</a><a clas
730730
<hr/>
731731

732732
<div role="contentinfo">
733-
<p>&#169; Copyright 2019-2024 CodeIgniter Foundation.
734-
<span class="lastupdated">Last updated on Dec 31, 2024.
733+
<p>&#169; Copyright 2019-2025 CodeIgniter Foundation.
734+
<span class="lastupdated">Last updated on Jan 19, 2025.
735735
</span></p>
736736
</div>
737737

0 commit comments

Comments
 (0)