Skip to content

Commit 9f9a9b9

Browse files
committed
Release v4.7.1
1 parent 3f9f258 commit 9f9a9b9

361 files changed

Lines changed: 10361 additions & 22970 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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
main:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Close PR with nice message
1515
run: gh pr close ${{ env.ISSUE }} -c "${{ env.COMMENT }}"

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
branches:
88
- master
99

10+
permissions: {}
11+
1012
jobs:
1113
build:
12-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04
1315

1416
steps:
1517
- name: executing remote ssh commands using ssh key
16-
uses: appleboy/ssh-action@master
18+
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
1719
with:
1820
host: ${{ secrets.HOST }}
1921
username: ${{ secrets.USERNAME }}

CodeIgniter4.7.1.epub

1.92 MB
Binary file not shown.

docs/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 6305f23a421e9a2a2371be75095b554c
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 0d03d8a79d21ceb9e43f9b93feeefe88
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_static/_sphinx_javascript_frameworks_compat.js

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1-
/*
2-
* _sphinx_javascript_frameworks_compat.js
3-
* ~~~~~~~~~~
4-
*
5-
* Compatability shim for jQuery and underscores.js.
6-
*
7-
* WILL BE REMOVED IN Sphinx 6.0
8-
* xref RemovedInSphinx60Warning
1+
/* Compatability shim for jQuery and underscores.js.
92
*
3+
* Copyright Sphinx contributors
4+
* Released under the two clause BSD licence
105
*/
116

12-
/**
13-
* select a different prefix for underscore
14-
*/
15-
$u = _.noConflict();
16-
17-
187
/**
198
* small helper function to urldecode strings
209
*

docs/_static/basic.css

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {
@@ -237,6 +226,10 @@ a.headerlink {
237226
visibility: hidden;
238227
}
239228

229+
a:visited {
230+
color: #551A8B;
231+
}
232+
240233
h1:hover > a.headerlink,
241234
h2:hover > a.headerlink,
242235
h3:hover > a.headerlink,
@@ -324,13 +317,15 @@ aside.sidebar {
324317
p.sidebar-title {
325318
font-weight: bold;
326319
}
320+
327321
nav.contents,
328322
aside.topic,
329323
div.admonition, div.topic, blockquote {
330324
clear: left;
331325
}
332326

333327
/* -- topics ---------------------------------------------------------------- */
328+
334329
nav.contents,
335330
aside.topic,
336331
div.topic {
@@ -606,6 +601,7 @@ ol.simple p,
606601
ul.simple p {
607602
margin-bottom: 0;
608603
}
604+
609605
aside.footnote > span,
610606
div.citation > span {
611607
float: left;
@@ -667,6 +663,16 @@ dd {
667663
margin-left: 30px;
668664
}
669665

666+
.sig dd {
667+
margin-top: 0px;
668+
margin-bottom: 0px;
669+
}
670+
671+
.sig dl {
672+
margin-top: 0px;
673+
margin-bottom: 0px;
674+
}
675+
670676
dl > dd:last-child,
671677
dl > dd:last-child > :last-child {
672678
margin-bottom: 0;

docs/_static/css/badge_only.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/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/doctools.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* doctools.js
3-
* ~~~~~~~~~~~
4-
*
52
* Base JavaScript utilities for all Sphinx HTML documentation.
6-
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
"use strict";
125

docs/_static/documentation_options.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
var DOCUMENTATION_OPTIONS = {
2-
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '4.7.0',
1+
const DOCUMENTATION_OPTIONS = {
2+
VERSION: '4.7.1',
43
LANGUAGE: 'en',
54
COLLAPSE_INDEX: false,
65
BUILDER: 'html',

0 commit comments

Comments
 (0)