-
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.
- Loading branch information
Showing
2 changed files
with
78 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ See all the changes. | |
.. toctree:: | ||
:titlesonly: | ||
|
||
v4.4.0 | ||
v4.3.0 | ||
v4.2.10 | ||
v4.2.9 | ||
|
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,77 @@ | ||
Version 4.4.0 | ||
############# | ||
|
||
Release Date: Unreleased | ||
|
||
**4.4.0 release of CodeIgniter4** | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 3 | ||
|
||
Highlights | ||
********** | ||
|
||
- Update minimal PHP requirement to 8.0. | ||
- TBD | ||
|
||
BREAKING | ||
******** | ||
|
||
Behavior Changes | ||
================ | ||
|
||
Interface Changes | ||
================= | ||
|
||
Method Signature Changes | ||
======================== | ||
|
||
Enhancements | ||
************ | ||
|
||
Commands | ||
======== | ||
|
||
Testing | ||
======= | ||
|
||
Database | ||
======== | ||
|
||
Query Builder | ||
------------- | ||
|
||
Forge | ||
----- | ||
|
||
Others | ||
------ | ||
|
||
Model | ||
===== | ||
|
||
Libraries | ||
========= | ||
|
||
Helpers and Functions | ||
===================== | ||
|
||
Others | ||
====== | ||
|
||
Message Changes | ||
*************** | ||
|
||
Changes | ||
******* | ||
|
||
- Update minimal PHP requirement to 8.0. | ||
|
||
Deprecations | ||
************ | ||
|
||
Bugs Fixed | ||
********** | ||
|
||
See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed. |