Skip to content

Commit 0e403c7

Browse files
committed
Release v4.3.0
1 parent e2d3699 commit 0e403c7

240 files changed

Lines changed: 5130 additions & 1318 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.3.0.epub

1.7 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: cfe9f67a8e00b3eaad71451b6dcca059
3+
config: 00b6c83d0e124dd2a9d2b516b9bd297e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_images/debugbar.png

79.2 KB
Loading

docs/_images/tutorial1.png

4.25 KB
Loading

docs/_images/tutorial2.png

1.26 KB
Loading

docs/_images/tutorial3.png

1.23 KB
Loading

docs/_images/tutorial4.png

9.96 KB
Loading

docs/_images/welcome.png

45.7 KB
Loading

docs/_static/css/citheme.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,16 @@ html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(
263263
background: #dd4814;
264264
}
265265

266+
.versionadded {
267+
background: #dff0d8;
268+
padding: 0 5px;
269+
}
270+
271+
.deprecated:not(.versionmodified) {
272+
background: #f2dede;
273+
padding: 0 5px;
274+
}
275+
266276
/* Footer ------------------------------------------------------------------- */
267277

268278
.rst-footer-buttons {

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

0 commit comments

Comments
 (0)