File tree Expand file tree Collapse file tree 6 files changed +20
-34
lines changed Expand file tree Collapse file tree 6 files changed +20
-34
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v4.6.3] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.6.3 ) (2025-08-02)
4
+ [ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.6.2...v4.6.3 )
5
+
6
+ ### Fixed Bugs
7
+
8
+ * fix: CID check in Email class by @michalsn in https://github.com/codeigniter4/CodeIgniter4/pull/9645
9
+ * fix: SMTP connection resource validation in ` Email ` class destructor by @michalsn in https://github.com/codeigniter4/CodeIgniter4/pull/9648
10
+
11
+ ### Refactoring
12
+
13
+ * refactor: update preload script to exclude ` util_bootstrap ` by @ddevsr in https://github.com/codeigniter4/CodeIgniter4/pull/9649
14
+ * refactor: phpdoc for ` Config\Filters::$globals ` by @michalsn in https://github.com/codeigniter4/CodeIgniter4/pull/9652
15
+
3
16
## [ v4.6.2] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.6.2 ) (2025-07-26)
4
17
[ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.6.1...v4.6.2 )
5
18
Original file line number Diff line number Diff line change 10
10
<output >api/build/</output >
11
11
<cache >api/cache/</cache >
12
12
</paths >
13
- <version number =" 4.6.2 " >
13
+ <version number =" 4.6.3 " >
14
14
<api format =" php" >
15
15
<source dsn =" ." >
16
16
<path >system</path >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class CodeIgniter
55
55
/**
56
56
* The current version of CodeIgniter Framework
57
57
*/
58
- public const CI_VERSION = '4.6.2 ' ;
58
+ public const CI_VERSION = '4.6.3 ' ;
59
59
60
60
/**
61
61
* App startup time.
Original file line number Diff line number Diff line change 2
2
Version 4.6.3
3
3
#############
4
4
5
- Release Date: Unreleased
5
+ Release Date: August 2, 2025
6
6
7
7
**4.6.3 release of CodeIgniter4 **
8
8
9
9
.. contents ::
10
10
:local:
11
11
:depth: 3
12
12
13
- ********
14
- BREAKING
15
- ********
16
-
17
- ***************
18
- Message Changes
19
- ***************
20
-
21
- *******
22
- Changes
23
- *******
24
-
25
- ************
26
- Deprecations
27
- ************
28
-
29
13
**********
30
14
Bugs Fixed
31
15
**********
Original file line number Diff line number Diff line change 26
26
version = '4.6'
27
27
28
28
# The full version, including alpha/beta/rc tags.
29
- release = '4.6.2 '
29
+ release = '4.6.3 '
30
30
31
31
# -- General configuration ---------------------------------------------------
32
32
Original file line number Diff line number Diff line change @@ -12,18 +12,6 @@ Please refer to the upgrade instructions corresponding to your installation meth
12
12
:local:
13
13
:depth: 2
14
14
15
- **********************
16
- Mandatory File Changes
17
- **********************
18
-
19
- ****************
20
- Breaking Changes
21
- ****************
22
-
23
- *********************
24
- Breaking Enhancements
25
- *********************
26
-
27
15
*************
28
16
Project Files
29
17
*************
@@ -44,12 +32,13 @@ and it is recommended that you merge the updated versions with your application:
44
32
Config
45
33
------
46
34
47
- - @TODO
35
+ - app/Config/Filters.php
48
36
49
37
All Changes
50
38
===========
51
39
52
40
This is a list of all files in the **project space ** that received changes;
53
41
many will be simple comments or formatting that have no effect on the runtime:
54
42
55
- - @TODO
43
+ - app/Config/Filters.php
44
+ - preload.php
You can’t perform that action at this time.
0 commit comments