diff --git a/CodeIgniter4.1.1.epub b/CodeIgniter4.1.1.epub new file mode 100644 index 00000000..33111b09 Binary files /dev/null and b/CodeIgniter4.1.1.epub differ diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 5474035e..d3ce981f 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.1.0', + VERSION: '4.1.1', LANGUAGE: 'None', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', diff --git a/docs/changelogs/index.html b/docs/changelogs/index.html index e63f1d3d..c4e7e352 100644 --- a/docs/changelogs/index.html +++ b/docs/changelogs/index.html @@ -7,7 +7,7 @@ -
Release Date: Not released
+Release Date: February 1, 2021
4.1.1 release of CodeIgniter4
+Bugs Fixed:
+Note that this fix was also applied retroactively to 4.0.5
on the framework repo.
Legacy Autoloading
+Autoloader::loadLegacy() method was originally for transition to CodeIgniter v4. Since 4.1.0, +this support was removed and this method should not be used.
+Model::fillPlaceholders
+Replace any use of this method with its equivalent version from Validation instead.
+