Skip to content

Commit 896314e

Browse files
committed
Release v4.3.2
1 parent affe7a3 commit 896314e

File tree

240 files changed

+5315
-2723
lines changed

Some content is hidden

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

240 files changed

+5315
-2723
lines changed

.github/workflows/close-pull-request.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@ name: Close Pull Request
22

33
on:
44
pull_request_target:
5-
types: [opened]
5+
types: [opened, reopened]
6+
7+
permissions:
8+
pull-requests: write
69

710
jobs:
811
main:
912
runs-on: ubuntu-latest
1013
steps:
1114
- name: Close PR with nice message
12-
uses: superbrothers/close-pull-request@v3
13-
with:
14-
comment: >
15+
run: gh pr close ${{ env.ISSUE }} -c "${{ env.COMMENT }}"
16+
working-directory: ${{ github.workspace }}
17+
env:
18+
COMMENT: >
1519
Thank you for your pull request. However, you have submitted your PR on a read-only
16-
split of `codeigniter4/CodeIgniter4`. This repository, unfortunately, does
20+
split of <code>codeigniter4/CodeIgniter4</code>. This repository, unfortunately, does
1721
not accept PRs. Please submit your PR at https://github.com/codeigniter4/CodeIgniter4
1822
repository.<br/><br/>Thank you.
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
ISSUE: ${{ github.event.pull_request.html_url }}

CodeIgniter4.3.2.epub

1.72 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: 36dfd75f3a1833dc86370d4d865dacb7
3+
config: af8a084f6fa7cb24cd3c7e09dc62fe2e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_static/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

docs/changelogs/index.html

Lines changed: 15 additions & 10 deletions
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.1 documentation</title>
7+
<title>Change Logs &mdash; CodeIgniter 4.3.2 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.1" href="v4.3.1.html" />
24+
<link rel="next" title="Version 4.3.2" href="v4.3.2.html" />
2525
<link rel="prev" title="Troubleshooting" href="../installation/troubleshooting.html" />
2626
</head>
2727

@@ -30,12 +30,16 @@
3030
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
3131
<div class="wy-side-scroll">
3232
<div class="wy-side-nav-search" style="background: #DD4814" >
33-
<a href="../index.html">
34-
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
33+
34+
35+
36+
<a href="../index.html">
37+
38+
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
3539
</a>
3640
<div role="search">
3741
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
38-
<input type="text" name="q" placeholder="Search docs" />
42+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
3943
<input type="hidden" name="check_keywords" value="yes" />
4044
<input type="hidden" name="area" value="default" />
4145
</form>
@@ -79,7 +83,7 @@
7983
<li class="toctree-l2"><a class="reference internal" href="../concepts/autoloader.html">Autoloading Files</a></li>
8084
<li class="toctree-l2"><a class="reference internal" href="../concepts/services.html">Services</a></li>
8185
<li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li>
82-
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working With HTTP Requests</a></li>
86+
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li>
8387
<li class="toctree-l2"><a class="reference internal" href="../concepts/security.html">Security Guidelines</a></li>
8488
</ul>
8589
</li>
@@ -171,7 +175,7 @@
171175
<li class="toctree-l2"><a class="reference internal" href="../libraries/email.html">Email Class</a></li>
172176
<li class="toctree-l2"><a class="reference internal" href="../libraries/encryption.html">Encryption Service</a></li>
173177
<li class="toctree-l2"><a class="reference internal" href="../libraries/files.html">Working with Files</a></li>
174-
<li class="toctree-l2"><a class="reference internal" href="../libraries/files.html#file-collections">File Collections</a></li>
178+
<li class="toctree-l2"><a class="reference internal" href="../libraries/file_collections.html">File Collections</a></li>
175179
<li class="toctree-l2"><a class="reference internal" href="../libraries/honeypot.html">Honeypot Class</a></li>
176180
<li class="toctree-l2"><a class="reference internal" href="../libraries/images.html">Image Manipulation Class</a></li>
177181
<li class="toctree-l2"><a class="reference internal" href="../libraries/pagination.html">Pagination</a></li>
@@ -260,7 +264,7 @@
260264
<div class="rst-content">
261265
<div role="navigation" aria-label="Page navigation">
262266
<ul class="wy-breadcrumbs">
263-
<li><a href="../index.html" class="icon icon-home"></a></li>
267+
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
264268
<li class="breadcrumb-item"><a href="../installation/index.html">Installation</a></li>
265269
<li class="breadcrumb-item active">Change Logs</li>
266270
<li class="wy-breadcrumbs-aside">
@@ -279,6 +283,7 @@ <h2>Version 4.3<a class="headerlink" href="#version-version" title="Permalink to
279283
<p>See all the changes.</p>
280284
<div class="toctree-wrapper compound">
281285
<ul>
286+
<li class="toctree-l1"><a class="reference internal" href="v4.3.2.html">Version 4.3.2</a></li>
282287
<li class="toctree-l1"><a class="reference internal" href="v4.3.1.html">Version 4.3.1</a></li>
283288
<li class="toctree-l1"><a class="reference internal" href="v4.3.0.html">Version 4.3.0</a></li>
284289
<li class="toctree-l1"><a class="reference internal" href="v4.2.12.html">Version 4.2.12</a></li>
@@ -331,14 +336,14 @@ <h2>Version 4.3<a class="headerlink" href="#version-version" title="Permalink to
331336
</div>
332337
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
333338
<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>
334-
<a href="v4.3.1.html" class="btn btn-neutral float-right" title="Version 4.3.1" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></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>
335340
</div>
336341

337342
<hr/>
338343

339344
<div role="contentinfo">
340345
<p>&#169; Copyright 2019-2023 CodeIgniter Foundation.
341-
<span class="lastupdated">Last updated on Jan 14, 2023.
346+
<span class="lastupdated">Last updated on Feb 18, 2023.
342347
</span></p>
343348
</div>
344349

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

Lines changed: 12 additions & 8 deletions
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.1 documentation</title>
7+
<title>Version 4.0.0-alpha.1 &mdash; CodeIgniter 4.3.2 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"/>
@@ -30,12 +30,16 @@
3030
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
3131
<div class="wy-side-scroll">
3232
<div class="wy-side-nav-search" style="background: #DD4814" >
33-
<a href="../index.html">
34-
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
33+
34+
35+
36+
<a href="../index.html">
37+
38+
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
3539
</a>
3640
<div role="search">
3741
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
38-
<input type="text" name="q" placeholder="Search docs" />
42+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
3943
<input type="hidden" name="check_keywords" value="yes" />
4044
<input type="hidden" name="area" value="default" />
4145
</form>
@@ -79,7 +83,7 @@
7983
<li class="toctree-l2"><a class="reference internal" href="../concepts/autoloader.html">Autoloading Files</a></li>
8084
<li class="toctree-l2"><a class="reference internal" href="../concepts/services.html">Services</a></li>
8185
<li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li>
82-
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working With HTTP Requests</a></li>
86+
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li>
8387
<li class="toctree-l2"><a class="reference internal" href="../concepts/security.html">Security Guidelines</a></li>
8488
</ul>
8589
</li>
@@ -171,7 +175,7 @@
171175
<li class="toctree-l2"><a class="reference internal" href="../libraries/email.html">Email Class</a></li>
172176
<li class="toctree-l2"><a class="reference internal" href="../libraries/encryption.html">Encryption Service</a></li>
173177
<li class="toctree-l2"><a class="reference internal" href="../libraries/files.html">Working with Files</a></li>
174-
<li class="toctree-l2"><a class="reference internal" href="../libraries/files.html#file-collections">File Collections</a></li>
178+
<li class="toctree-l2"><a class="reference internal" href="../libraries/file_collections.html">File Collections</a></li>
175179
<li class="toctree-l2"><a class="reference internal" href="../libraries/honeypot.html">Honeypot Class</a></li>
176180
<li class="toctree-l2"><a class="reference internal" href="../libraries/images.html">Image Manipulation Class</a></li>
177181
<li class="toctree-l2"><a class="reference internal" href="../libraries/pagination.html">Pagination</a></li>
@@ -260,7 +264,7 @@
260264
<div class="rst-content">
261265
<div role="navigation" aria-label="Page navigation">
262266
<ul class="wy-breadcrumbs">
263-
<li><a href="../index.html" class="icon icon-home"></a></li>
267+
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
264268
<li class="breadcrumb-item"><a href="../installation/index.html">Installation</a></li>
265269
<li class="breadcrumb-item"><a href="index.html">Change Logs</a></li>
266270
<li class="breadcrumb-item active">Version 4.0.0-alpha.1</li>
@@ -535,7 +539,7 @@ <h2><a class="toc-backref" href="#id1">New Packages List</a><a class="headerlink
535539

536540
<div role="contentinfo">
537541
<p>&#169; Copyright 2019-2023 CodeIgniter Foundation.
538-
<span class="lastupdated">Last updated on Jan 14, 2023.
542+
<span class="lastupdated">Last updated on Feb 18, 2023.
539543
</span></p>
540544
</div>
541545

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

Lines changed: 12 additions & 8 deletions
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.1 documentation</title>
7+
<title>Version 4.0.0-alpha.2 &mdash; CodeIgniter 4.3.2 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"/>
@@ -30,12 +30,16 @@
3030
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
3131
<div class="wy-side-scroll">
3232
<div class="wy-side-nav-search" style="background: #DD4814" >
33-
<a href="../index.html">
34-
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
33+
34+
35+
36+
<a href="../index.html">
37+
38+
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
3539
</a>
3640
<div role="search">
3741
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
38-
<input type="text" name="q" placeholder="Search docs" />
42+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
3943
<input type="hidden" name="check_keywords" value="yes" />
4044
<input type="hidden" name="area" value="default" />
4145
</form>
@@ -79,7 +83,7 @@
7983
<li class="toctree-l2"><a class="reference internal" href="../concepts/autoloader.html">Autoloading Files</a></li>
8084
<li class="toctree-l2"><a class="reference internal" href="../concepts/services.html">Services</a></li>
8185
<li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li>
82-
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working With HTTP Requests</a></li>
86+
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li>
8387
<li class="toctree-l2"><a class="reference internal" href="../concepts/security.html">Security Guidelines</a></li>
8488
</ul>
8589
</li>
@@ -171,7 +175,7 @@
171175
<li class="toctree-l2"><a class="reference internal" href="../libraries/email.html">Email Class</a></li>
172176
<li class="toctree-l2"><a class="reference internal" href="../libraries/encryption.html">Encryption Service</a></li>
173177
<li class="toctree-l2"><a class="reference internal" href="../libraries/files.html">Working with Files</a></li>
174-
<li class="toctree-l2"><a class="reference internal" href="../libraries/files.html#file-collections">File Collections</a></li>
178+
<li class="toctree-l2"><a class="reference internal" href="../libraries/file_collections.html">File Collections</a></li>
175179
<li class="toctree-l2"><a class="reference internal" href="../libraries/honeypot.html">Honeypot Class</a></li>
176180
<li class="toctree-l2"><a class="reference internal" href="../libraries/images.html">Image Manipulation Class</a></li>
177181
<li class="toctree-l2"><a class="reference internal" href="../libraries/pagination.html">Pagination</a></li>
@@ -260,7 +264,7 @@
260264
<div class="rst-content">
261265
<div role="navigation" aria-label="Page navigation">
262266
<ul class="wy-breadcrumbs">
263-
<li><a href="../index.html" class="icon icon-home"></a></li>
267+
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
264268
<li class="breadcrumb-item"><a href="../installation/index.html">Installation</a></li>
265269
<li class="breadcrumb-item"><a href="index.html">Change Logs</a></li>
266270
<li class="breadcrumb-item active">Version 4.0.0-alpha.2</li>
@@ -686,7 +690,7 @@ <h2><a class="toc-backref" href="#id2">PRs merged</a><a class="headerlink" href=
686690

687691
<div role="contentinfo">
688692
<p>&#169; Copyright 2019-2023 CodeIgniter Foundation.
689-
<span class="lastupdated">Last updated on Jan 14, 2023.
693+
<span class="lastupdated">Last updated on Feb 18, 2023.
690694
</span></p>
691695
</div>
692696

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

Lines changed: 12 additions & 8 deletions
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.1 documentation</title>
7+
<title>Version 4.0.0-alpha.3 &mdash; CodeIgniter 4.3.2 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"/>
@@ -30,12 +30,16 @@
3030
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
3131
<div class="wy-side-scroll">
3232
<div class="wy-side-nav-search" style="background: #DD4814" >
33-
<a href="../index.html">
34-
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
33+
34+
35+
36+
<a href="../index.html">
37+
38+
<img src="../_static/ci-logo-text.png" class="logo" alt="Logo"/>
3539
</a>
3640
<div role="search">
3741
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
38-
<input type="text" name="q" placeholder="Search docs" />
42+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
3943
<input type="hidden" name="check_keywords" value="yes" />
4044
<input type="hidden" name="area" value="default" />
4145
</form>
@@ -79,7 +83,7 @@
7983
<li class="toctree-l2"><a class="reference internal" href="../concepts/autoloader.html">Autoloading Files</a></li>
8084
<li class="toctree-l2"><a class="reference internal" href="../concepts/services.html">Services</a></li>
8185
<li class="toctree-l2"><a class="reference internal" href="../concepts/factories.html">Factories</a></li>
82-
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working With HTTP Requests</a></li>
86+
<li class="toctree-l2"><a class="reference internal" href="../concepts/http.html">Working with HTTP Requests</a></li>
8387
<li class="toctree-l2"><a class="reference internal" href="../concepts/security.html">Security Guidelines</a></li>
8488
</ul>
8589
</li>
@@ -171,7 +175,7 @@
171175
<li class="toctree-l2"><a class="reference internal" href="../libraries/email.html">Email Class</a></li>
172176
<li class="toctree-l2"><a class="reference internal" href="../libraries/encryption.html">Encryption Service</a></li>
173177
<li class="toctree-l2"><a class="reference internal" href="../libraries/files.html">Working with Files</a></li>
174-
<li class="toctree-l2"><a class="reference internal" href="../libraries/files.html#file-collections">File Collections</a></li>
178+
<li class="toctree-l2"><a class="reference internal" href="../libraries/file_collections.html">File Collections</a></li>
175179
<li class="toctree-l2"><a class="reference internal" href="../libraries/honeypot.html">Honeypot Class</a></li>
176180
<li class="toctree-l2"><a class="reference internal" href="../libraries/images.html">Image Manipulation Class</a></li>
177181
<li class="toctree-l2"><a class="reference internal" href="../libraries/pagination.html">Pagination</a></li>
@@ -260,7 +264,7 @@
260264
<div class="rst-content">
261265
<div role="navigation" aria-label="Page navigation">
262266
<ul class="wy-breadcrumbs">
263-
<li><a href="../index.html" class="icon icon-home"></a></li>
267+
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
264268
<li class="breadcrumb-item"><a href="../installation/index.html">Installation</a></li>
265269
<li class="breadcrumb-item"><a href="index.html">Change Logs</a></li>
266270
<li class="breadcrumb-item active">Version 4.0.0-alpha.3</li>
@@ -971,7 +975,7 @@ <h2><a class="toc-backref" href="#id2">PRs merged</a><a class="headerlink" href=
971975

972976
<div role="contentinfo">
973977
<p>&#169; Copyright 2019-2023 CodeIgniter Foundation.
974-
<span class="lastupdated">Last updated on Jan 14, 2023.
978+
<span class="lastupdated">Last updated on Feb 18, 2023.
975979
</span></p>
976980
</div>
977981

0 commit comments

Comments
 (0)