forked from codeigniter4/CodeIgniter4
-
Notifications
You must be signed in to change notification settings - Fork 0
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 codeigniter4#6354 from codeigniter4/develop
4.2.3 Ready code
- Loading branch information
Showing
14 changed files
with
88 additions
and
18 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 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
> Documentation guide based on the releases of `4.0.5` and `4.1.0` on January 31, 2021. | ||
> | ||
> Updated for `4.1.6` on December 24, 2021. | ||
> Updated for `4.2.3` on August 6, 2022. | ||
> | ||
> -MGatner | ||
|
@@ -29,8 +29,9 @@ git clone [email protected]:codeigniter4/CodeIgniter4.git | |
git clone [email protected]:codeigniter4/userguide.git | ||
``` | ||
* Vet the **admin/** folders for any removed hidden files (Action deploy scripts *do not remove these*) | ||
* Merge any Security Advisory PRs in private forks | ||
|
||
## CodeIgniter4 | ||
## Process | ||
|
||
> Note: Most changes that need noting in the User Guide and docs should have been included | ||
> with their PR, so this process assumes you will not be generating much new content. | ||
|
@@ -75,6 +76,7 @@ composer create-project codeigniter4/appstarter release-test | |
cd release-test | ||
composer test && composer info codeigniter4/framework | ||
``` | ||
* publish any Security Advisories that were resolved from private forks | ||
|
||
## User Guide | ||
|
||
|
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
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,7 @@ See all the changes. | |
.. toctree:: | ||
:titlesonly: | ||
|
||
v4.2.4 | ||
v4.2.3 | ||
v4.2.2 | ||
v4.2.1 | ||
|
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
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,35 @@ | ||
Version 4.2.4 | ||
############# | ||
|
||
Release Date: Unreleased | ||
|
||
**4.2.4 release of CodeIgniter4** | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 2 | ||
|
||
BREAKING | ||
******** | ||
|
||
none. | ||
|
||
Enhancements | ||
************ | ||
|
||
none. | ||
|
||
Changes | ||
******* | ||
|
||
none. | ||
|
||
Deprecations | ||
************ | ||
|
||
none. | ||
|
||
Bugs Fixed | ||
********** | ||
|
||
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed. |
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
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,5 @@ | ||
############################# | ||
Upgrading from 4.2.2 to 4.2.3 | ||
############################# | ||
|
||
Version ``4.2.3`` is an internal change for security measures and requires no intervention in projects. |
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