File tree Expand file tree Collapse file tree 6 files changed +377
-351
lines changed Expand file tree Collapse file tree 6 files changed +377
-351
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class CodeIgniter
5454 /**
5555 * The current version of CodeIgniter Framework
5656 */
57- public const CI_VERSION = '4.4.1 ' ;
57+ public const CI_VERSION = '4.4.2 ' ;
5858
5959 /**
6060 * App startup time.
Original file line number Diff line number Diff line change 11Version 4.4.2
22#############
33
4- Release Date: Unreleased
4+ Release Date: October 19, 2023
55
66**4.4.2 release of CodeIgniter4 **
77
88.. contents ::
99 :local:
1010 :depth: 3
1111
12- BREAKING
13- ********
14-
1512Message Changes
1613***************
1714
Original file line number Diff line number Diff line change 2626version = '4.4'
2727
2828# The full version, including alpha/beta/rc tags.
29- release = '4.4.1 '
29+ release = '4.4.2 '
3030
3131# -- General configuration ---------------------------------------------------
3232
Original file line number Diff line number Diff line change @@ -12,15 +12,6 @@ Please refer to the upgrade instructions corresponding to your installation meth
1212 :local:
1313 :depth: 2
1414
15- Mandatory File Changes
16- **********************
17-
18- Breaking Changes
19- ****************
20-
21- Breaking Enhancements
22- *********************
23-
2415Project Files
2516*************
2617
@@ -30,21 +21,12 @@ these files being outside of the **system** scope they will not be changed witho
3021There are some third-party CodeIgniter modules available to assist with merging changes to
3122the project space: `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates >`_.
3223
33- Content Changes
34- ===============
35-
36- The following files received significant changes (including deprecations or visual adjustments)
37- and it is recommended that you merge the updated versions with your application:
38-
39- Config
40- ------
41-
42- - @TODO
43-
4424All Changes
4525===========
4626
4727This is a list of all files in the **project space ** that received changes;
4828many will be simple comments or formatting that have no effect on the runtime:
4929
50- - @TODO
30+ - app/Config/Migrations.php
31+ - app/Config/View.php
32+ - composer.json
You can’t perform that action at this time.
0 commit comments