Skip to content

Commit d3d9d2a

Browse files
committed
Release v4.3.3
1 parent 12e267c commit d3d9d2a

File tree

244 files changed

+2203
-1241
lines changed

Some content is hidden

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

244 files changed

+2203
-1241
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: executing remote ssh commands using ssh key
16-
uses: appleboy/ssh-action@v0.1.8
16+
uses: appleboy/ssh-action@master
1717
with:
1818
host: ${{ secrets.HOST }}
1919
username: ${{ secrets.USERNAME }}

CodeIgniter4.3.3.epub

1.71 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: af8a084f6fa7cb24cd3c7e09dc62fe2e
3+
config: 682408334a38057c59b4ee89f38849e4
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_static/ci-logo-text.png

-5.93 KB
Binary file not shown.

docs/_static/ci-logo-text.svg

+1
Loading

docs/_static/ci-logo.png

-9.9 KB
Binary file not shown.

docs/_static/documentation_options.js

+1-1
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.3.2',
3+
VERSION: '4.3.3',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/changelogs/index.html

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Change Logs &mdash; CodeIgniter 4.3.2 documentation</title>
7+
<title>Change Logs &mdash; CodeIgniter 4.3.3 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
1010
<link rel="shortcut icon" href="../_static/favicon.ico"/>
@@ -21,7 +21,7 @@
2121
<script src="../_static/js/theme.js"></script>
2222
<link rel="index" title="Index" href="../genindex.html" />
2323
<link rel="search" title="Search" href="../search.html" />
24-
<link rel="next" title="Version 4.3.2" href="v4.3.2.html" />
24+
<link rel="next" title="Version 4.3.3" href="v4.3.3.html" />
2525
<link rel="prev" title="Troubleshooting" href="../installation/troubleshooting.html" />
2626
</head>
2727

@@ -35,7 +35,7 @@
3535

3636
<a href="../index.html">
3737

38-
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
38+
<img src="../_static/ci-logo-text.svg" class="logo" alt="Logo"/>
3939
</a>
4040
<div role="search">
4141
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@@ -135,7 +135,7 @@
135135
</li>
136136
</ul>
137137
<ul>
138-
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Working With Databases</a><ul>
138+
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Working with Databases</a><ul>
139139
<li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li>
140140
<li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li>
141141
<li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li>
@@ -283,6 +283,7 @@ <h2>Version 4.3<a class="headerlink" href="#version-version" title="Permalink to
283283
<p>See all the changes.</p>
284284
<div class="toctree-wrapper compound">
285285
<ul>
286+
<li class="toctree-l1"><a class="reference internal" href="v4.3.3.html">Version 4.3.3</a></li>
286287
<li class="toctree-l1"><a class="reference internal" href="v4.3.2.html">Version 4.3.2</a></li>
287288
<li class="toctree-l1"><a class="reference internal" href="v4.3.1.html">Version 4.3.1</a></li>
288289
<li class="toctree-l1"><a class="reference internal" href="v4.3.0.html">Version 4.3.0</a></li>
@@ -336,14 +337,14 @@ <h2>Version 4.3<a class="headerlink" href="#version-version" title="Permalink to
336337
</div>
337338
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
338339
<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>
339-
<a href="v4.3.2.html" class="btn btn-neutral float-right" title="Version 4.3.2" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
340+
<a href="v4.3.3.html" class="btn btn-neutral float-right" title="Version 4.3.3" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
340341
</div>
341342

342343
<hr/>
343344

344345
<div role="contentinfo">
345346
<p>&#169; Copyright 2019-2023 CodeIgniter Foundation.
346-
<span class="lastupdated">Last updated on Feb 18, 2023.
347+
<span class="lastupdated">Last updated on Mar 26, 2023.
347348
</span></p>
348349
</div>
349350

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter 4.3.2 documentation</title>
7+
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter 4.3.3 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
1010
<link rel="shortcut icon" href="../_static/favicon.ico"/>
@@ -35,7 +35,7 @@
3535

3636
<a href="../index.html">
3737

38-
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
38+
<img src="../_static/ci-logo-text.svg" class="logo" alt="Logo"/>
3939
</a>
4040
<div role="search">
4141
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@@ -135,7 +135,7 @@
135135
</li>
136136
</ul>
137137
<ul>
138-
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Working With Databases</a><ul>
138+
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Working with Databases</a><ul>
139139
<li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li>
140140
<li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li>
141141
<li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li>
@@ -539,7 +539,7 @@ <h2><a class="toc-backref" href="#id1">New Packages List</a><a class="headerlink
539539

540540
<div role="contentinfo">
541541
<p>&#169; Copyright 2019-2023 CodeIgniter Foundation.
542-
<span class="lastupdated">Last updated on Feb 18, 2023.
542+
<span class="lastupdated">Last updated on Mar 26, 2023.
543543
</span></p>
544544
</div>
545545

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter 4.3.2 documentation</title>
7+
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter 4.3.3 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
1010
<link rel="shortcut icon" href="../_static/favicon.ico"/>
@@ -35,7 +35,7 @@
3535

3636
<a href="../index.html">
3737

38-
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
38+
<img src="../_static/ci-logo-text.svg" class="logo" alt="Logo"/>
3939
</a>
4040
<div role="search">
4141
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@@ -135,7 +135,7 @@
135135
</li>
136136
</ul>
137137
<ul>
138-
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Working With Databases</a><ul>
138+
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Working with Databases</a><ul>
139139
<li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li>
140140
<li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li>
141141
<li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li>
@@ -690,7 +690,7 @@ <h2><a class="toc-backref" href="#id2">PRs merged</a><a class="headerlink" href=
690690

691691
<div role="contentinfo">
692692
<p>&#169; Copyright 2019-2023 CodeIgniter Foundation.
693-
<span class="lastupdated">Last updated on Feb 18, 2023.
693+
<span class="lastupdated">Last updated on Mar 26, 2023.
694694
</span></p>
695695
</div>
696696

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter 4.3.2 documentation</title>
7+
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter 4.3.3 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
1010
<link rel="shortcut icon" href="../_static/favicon.ico"/>
@@ -35,7 +35,7 @@
3535

3636
<a href="../index.html">
3737

38-
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
38+
<img src="../_static/ci-logo-text.svg" class="logo" alt="Logo"/>
3939
</a>
4040
<div role="search">
4141
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@@ -135,7 +135,7 @@
135135
</li>
136136
</ul>
137137
<ul>
138-
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Working With Databases</a><ul>
138+
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Working with Databases</a><ul>
139139
<li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li>
140140
<li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li>
141141
<li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li>
@@ -975,7 +975,7 @@ <h2><a class="toc-backref" href="#id2">PRs merged</a><a class="headerlink" href=
975975

976976
<div role="contentinfo">
977977
<p>&#169; Copyright 2019-2023 CodeIgniter Foundation.
978-
<span class="lastupdated">Last updated on Feb 18, 2023.
978+
<span class="lastupdated">Last updated on Mar 26, 2023.
979979
</span></p>
980980
</div>
981981

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter 4.3.2 documentation</title>
7+
<title>Version 4.0.0-alpha.4 &mdash; CodeIgniter 4.3.3 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
1010
<link rel="shortcut icon" href="../_static/favicon.ico"/>
@@ -35,7 +35,7 @@
3535

3636
<a href="../index.html">
3737

38-
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
38+
<img src="../_static/ci-logo-text.svg" class="logo" alt="Logo"/>
3939
</a>
4040
<div role="search">
4141
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@@ -135,7 +135,7 @@
135135
</li>
136136
</ul>
137137
<ul>
138-
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Working With Databases</a><ul>
138+
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Working with Databases</a><ul>
139139
<li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li>
140140
<li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li>
141141
<li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li>
@@ -741,7 +741,7 @@ <h2><a class="toc-backref" href="#id3">PRs merged</a><a class="headerlink" href=
741741

742742
<div role="contentinfo">
743743
<p>&#169; Copyright 2019-2023 CodeIgniter Foundation.
744-
<span class="lastupdated">Last updated on Feb 18, 2023.
744+
<span class="lastupdated">Last updated on Mar 26, 2023.
745745
</span></p>
746746
</div>
747747

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter 4.3.2 documentation</title>
7+
<title>Version 4.0.0-alpha.5 &mdash; CodeIgniter 4.3.3 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" />
1010
<link rel="shortcut icon" href="../_static/favicon.ico"/>
@@ -35,7 +35,7 @@
3535

3636
<a href="../index.html">
3737

38-
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
38+
<img src="../_static/ci-logo-text.svg" class="logo" alt="Logo"/>
3939
</a>
4040
<div role="search">
4141
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
@@ -135,7 +135,7 @@
135135
</li>
136136
</ul>
137137
<ul>
138-
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Working With Databases</a><ul>
138+
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Working with Databases</a><ul>
139139
<li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li>
140140
<li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li>
141141
<li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li>
@@ -806,7 +806,7 @@ <h2><a class="toc-backref" href="#id3">PRs merged</a><a class="headerlink" href=
806806

807807
<div role="contentinfo">
808808
<p>&#169; Copyright 2019-2023 CodeIgniter Foundation.
809-
<span class="lastupdated">Last updated on Feb 18, 2023.
809+
<span class="lastupdated">Last updated on Mar 26, 2023.
810810
</span></p>
811811
</div>
812812

0 commit comments

Comments
 (0)