File tree Expand file tree Collapse file tree 2 files changed +78
-0
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 2 files changed +78
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ See all the changes.
12
12
.. toctree ::
13
13
:titlesonly:
14
14
15
+ v4.4.0
15
16
v4.3.0
16
17
v4.2.10
17
18
v4.2.9
Original file line number Diff line number Diff line change
1
+ Version 4.4.0
2
+ #############
3
+
4
+ Release Date: Unreleased
5
+
6
+ **4.4.0 release of CodeIgniter4 **
7
+
8
+ .. contents ::
9
+ :local:
10
+ :depth: 3
11
+
12
+ Highlights
13
+ **********
14
+
15
+ - Update minimal PHP requirement to 8.0.
16
+ - TBD
17
+
18
+ BREAKING
19
+ ********
20
+
21
+ Behavior Changes
22
+ ================
23
+
24
+ Interface Changes
25
+ =================
26
+
27
+ Method Signature Changes
28
+ ========================
29
+
30
+ Enhancements
31
+ ************
32
+
33
+ Commands
34
+ ========
35
+
36
+ Testing
37
+ =======
38
+
39
+ Database
40
+ ========
41
+
42
+ Query Builder
43
+ -------------
44
+
45
+ Forge
46
+ -----
47
+
48
+ Others
49
+ ------
50
+
51
+ Model
52
+ =====
53
+
54
+ Libraries
55
+ =========
56
+
57
+ Helpers and Functions
58
+ =====================
59
+
60
+ Others
61
+ ======
62
+
63
+ Message Changes
64
+ ***************
65
+
66
+ Changes
67
+ *******
68
+
69
+ - Update minimal PHP requirement to 8.0.
70
+
71
+ Deprecations
72
+ ************
73
+
74
+ Bugs Fixed
75
+ **********
76
+
77
+ See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_ for a complete list of bugs fixed.
You can’t perform that action at this time.
0 commit comments