diff --git a/CodeIgniter4.5.8.epub b/CodeIgniter4.5.8.epub new file mode 100644 index 00000000..41818f4d Binary files /dev/null and b/CodeIgniter4.5.8.epub differ diff --git a/LICENSE b/LICENSE index 148e7f73..24728f60 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) Copyright (c) 2014-2019 British Columbia Institute of Technology -Copyright (c) 2019-2024 CodeIgniter Foundation +Copyright (c) 2019-present CodeIgniter Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/.buildinfo b/docs/.buildinfo index 278f8ebd..60e6861b 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 38b435f3fe72259262de2b9120539b30 +config: 954f376c05dcf7d3d2cdca3cd7071836 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 76c3a6c1..f660fce2 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '4.5.7', + VERSION: '4.5.8', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/_static/pygments.css b/docs/_static/pygments.css index 9e207a04..29f25b33 100644 --- a/docs/_static/pygments.css +++ b/docs/_static/pygments.css @@ -5,69 +5,69 @@ td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5 span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight { background: #ffffff; } -.highlight .c { color: #999988; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.highlight .c { color: #998; font-style: italic } /* Comment */ +.highlight .err { color: #A61717; background-color: #E3D2D2 } /* Error */ .highlight .k { font-weight: bold } /* Keyword */ .highlight .o { font-weight: bold } /* Operator */ -.highlight .ch { color: #999988; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ -.highlight .cpf { color: #999988; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.highlight .ch { color: #998; font-style: italic } /* Comment.Hashbang */ +.highlight .cm { color: #998; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #999; font-weight: bold } /* Comment.Preproc */ +.highlight .cpf { color: #998; font-style: italic } /* Comment.PreprocFile */ +.highlight .c1 { color: #998; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #999; font-weight: bold; font-style: italic } /* Comment.Special */ +.highlight .gd { color: #000; background-color: #FDD } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ -.highlight .gr { color: #aa0000 } /* Generic.Error */ -.highlight .gh { color: #999999 } /* Generic.Heading */ -.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #555555 } /* Generic.Prompt */ +.highlight .gr { color: #A00 } /* Generic.Error */ +.highlight .gh { color: #999 } /* Generic.Heading */ +.highlight .gi { color: #000; background-color: #DFD } /* Generic.Inserted */ +.highlight .go { color: #888 } /* Generic.Output */ +.highlight .gp { color: #555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ -.highlight .gt { color: #aa0000 } /* Generic.Traceback */ +.highlight .gu { color: #AAA } /* Generic.Subheading */ +.highlight .gt { color: #A00 } /* Generic.Traceback */ .highlight .kc { font-weight: bold } /* Keyword.Constant */ .highlight .kd { font-weight: bold } /* Keyword.Declaration */ .highlight .kn { font-weight: bold } /* Keyword.Namespace */ .highlight .kp { font-weight: bold } /* Keyword.Pseudo */ .highlight .kr { font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ -.highlight .m { color: #009999 } /* Literal.Number */ -.highlight .s { color: #bb8844 } /* Literal.String */ +.highlight .kt { color: #458; font-weight: bold } /* Keyword.Type */ +.highlight .m { color: #099 } /* Literal.Number */ +.highlight .s { color: #B84 } /* Literal.String */ .highlight .na { color: #008080 } /* Name.Attribute */ -.highlight .nb { color: #999999 } /* Name.Builtin */ -.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ +.highlight .nb { color: #999 } /* Name.Builtin */ +.highlight .nc { color: #458; font-weight: bold } /* Name.Class */ .highlight .no { color: #008080 } /* Name.Constant */ .highlight .ni { color: #800080 } /* Name.Entity */ -.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ -.highlight .nn { color: #555555 } /* Name.Namespace */ +.highlight .ne { color: #900; font-weight: bold } /* Name.Exception */ +.highlight .nf { color: #900; font-weight: bold } /* Name.Function */ +.highlight .nn { color: #555 } /* Name.Namespace */ .highlight .nt { color: #000080 } /* Name.Tag */ .highlight .nv { color: #008080 } /* Name.Variable */ .highlight .ow { font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #009999 } /* Literal.Number.Bin */ -.highlight .mf { color: #009999 } /* Literal.Number.Float */ -.highlight .mh { color: #009999 } /* Literal.Number.Hex */ -.highlight .mi { color: #009999 } /* Literal.Number.Integer */ -.highlight .mo { color: #009999 } /* Literal.Number.Oct */ -.highlight .sa { color: #bb8844 } /* Literal.String.Affix */ -.highlight .sb { color: #bb8844 } /* Literal.String.Backtick */ -.highlight .sc { color: #bb8844 } /* Literal.String.Char */ -.highlight .dl { color: #bb8844 } /* Literal.String.Delimiter */ -.highlight .sd { color: #bb8844 } /* Literal.String.Doc */ -.highlight .s2 { color: #bb8844 } /* Literal.String.Double */ -.highlight .se { color: #bb8844 } /* Literal.String.Escape */ -.highlight .sh { color: #bb8844 } /* Literal.String.Heredoc */ -.highlight .si { color: #bb8844 } /* Literal.String.Interpol */ -.highlight .sx { color: #bb8844 } /* Literal.String.Other */ +.highlight .w { color: #BBB } /* Text.Whitespace */ +.highlight .mb { color: #099 } /* Literal.Number.Bin */ +.highlight .mf { color: #099 } /* Literal.Number.Float */ +.highlight .mh { color: #099 } /* Literal.Number.Hex */ +.highlight .mi { color: #099 } /* Literal.Number.Integer */ +.highlight .mo { color: #099 } /* Literal.Number.Oct */ +.highlight .sa { color: #B84 } /* Literal.String.Affix */ +.highlight .sb { color: #B84 } /* Literal.String.Backtick */ +.highlight .sc { color: #B84 } /* Literal.String.Char */ +.highlight .dl { color: #B84 } /* Literal.String.Delimiter */ +.highlight .sd { color: #B84 } /* Literal.String.Doc */ +.highlight .s2 { color: #B84 } /* Literal.String.Double */ +.highlight .se { color: #B84 } /* Literal.String.Escape */ +.highlight .sh { color: #B84 } /* Literal.String.Heredoc */ +.highlight .si { color: #B84 } /* Literal.String.Interpol */ +.highlight .sx { color: #B84 } /* Literal.String.Other */ .highlight .sr { color: #808000 } /* Literal.String.Regex */ -.highlight .s1 { color: #bb8844 } /* Literal.String.Single */ -.highlight .ss { color: #bb8844 } /* Literal.String.Symbol */ -.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #990000; font-weight: bold } /* Name.Function.Magic */ +.highlight .s1 { color: #B84 } /* Literal.String.Single */ +.highlight .ss { color: #B84 } /* Literal.String.Symbol */ +.highlight .bp { color: #999 } /* Name.Builtin.Pseudo */ +.highlight .fm { color: #900; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #008080 } /* Name.Variable.Class */ .highlight .vg { color: #008080 } /* Name.Variable.Global */ .highlight .vi { color: #008080 } /* Name.Variable.Instance */ .highlight .vm { color: #008080 } /* Name.Variable.Magic */ -.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ \ No newline at end of file +.highlight .il { color: #099 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/changelogs/index.html b/docs/changelogs/index.html index 2fb536d0..d3459dba 100644 --- a/docs/changelogs/index.html +++ b/docs/changelogs/index.html @@ -4,7 +4,7 @@ - Change Logs — CodeIgniter 4.5.7 documentation + Change Logs — CodeIgniter 4.5.8 documentation @@ -26,7 +26,7 @@ - + @@ -294,6 +294,7 @@

Version 4.5