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
54
54
/**
55
55
* The current version of CodeIgniter Framework
56
56
*/
57
- public const CI_VERSION = '4.4.1 ' ;
57
+ public const CI_VERSION = '4.4.2 ' ;
58
58
59
59
/**
60
60
* App startup time.
Original file line number Diff line number Diff line change 1
1
Version 4.4.2
2
2
#############
3
3
4
- Release Date: Unreleased
4
+ Release Date: October 19, 2023
5
5
6
6
**4.4.2 release of CodeIgniter4 **
7
7
8
8
.. contents ::
9
9
:local:
10
10
:depth: 3
11
11
12
- BREAKING
13
- ********
14
-
15
12
Message Changes
16
13
***************
17
14
Original file line number Diff line number Diff line change 26
26
version = '4.4'
27
27
28
28
# The full version, including alpha/beta/rc tags.
29
- release = '4.4.1 '
29
+ release = '4.4.2 '
30
30
31
31
# -- General configuration ---------------------------------------------------
32
32
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
12
12
:local:
13
13
:depth: 2
14
14
15
- Mandatory File Changes
16
- **********************
17
-
18
- Breaking Changes
19
- ****************
20
-
21
- Breaking Enhancements
22
- *********************
23
-
24
15
Project Files
25
16
*************
26
17
@@ -30,21 +21,12 @@ these files being outside of the **system** scope they will not be changed witho
30
21
There are some third-party CodeIgniter modules available to assist with merging changes to
31
22
the project space: `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates >`_.
32
23
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
-
44
24
All Changes
45
25
===========
46
26
47
27
This is a list of all files in the **project space ** that received changes;
48
28
many will be simple comments or formatting that have no effect on the runtime:
49
29
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