-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4210 from codeigniter4/develop
4.1.1 Ready code
- Loading branch information
Showing
9 changed files
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ See all the changes. | |
.. toctree:: | ||
:titlesonly: | ||
|
||
v4.1.2 | ||
v4.1.1 | ||
v4.1.0 | ||
v4.0.5 | ||
v4.0.4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
Version 4.1.1 | ||
==================================================== | ||
|
||
Release Date: Not released | ||
Release Date: February 1, 2021 | ||
|
||
**4.1.1 release of CodeIgniter4** | ||
|
||
Bugs Fixed: | ||
|
||
- Fixed an issue where **.gitattributes** was preventing framework downloads. | ||
|
||
Note that this fix was also applied retroactively to ``4.0.5`` on the **framework** repo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Version 4.1.2 | ||
==================================================== | ||
|
||
Release Date: Not released | ||
|
||
**4.1.2 release of CodeIgniter4** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
###################################### | ||
Upgrading from 4.0.5 to 4.1.0 or 4.1.1 | ||
###################################### | ||
|
||
**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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters