File tree Expand file tree Collapse file tree 6 files changed +23
-34
lines changed
Expand file tree Collapse file tree 6 files changed +23
-34
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v4.6.5] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.6.5 ) (2026-02-01)
4+ [ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.6.4...v4.6.5 )
5+
6+ ### Fixed Bugs
7+
8+ * fix: make seeder to respect database group by @michalsn in https://github.com/codeigniter4/CodeIgniter4/pull/9886
9+ * fix: ensure CSP nonces are Base64 encoded by @paulbalandan in https://github.com/codeigniter4/CodeIgniter4/pull/9907
10+
11+ ### Refactoring
12+
13+ * refactor: debugbar time header not dependent on locale by @michalsn in https://github.com/codeigniter4/CodeIgniter4/pull/9880
14+ * refactor: Remove dead code from MySQLi Connection related to PHP 5 by @kamil-tekiela in https://github.com/codeigniter4/CodeIgniter4/pull/9887
15+ * refactor: Clean up mysqli transactions by @kamil-tekiela in https://github.com/codeigniter4/CodeIgniter4/pull/9888
16+
317## [ v4.6.4] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.6.4 ) (2025-12-12)
418[ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.6.3...v4.6.4 )
519
Original file line number Diff line number Diff line change 1010 <output >api/build/</output >
1111 <cache >api/cache/</cache >
1212 </paths >
13- <version number =" 4.6.4 " >
13+ <version number =" 4.6.5 " >
1414 <api format =" php" >
1515 <source dsn =" ." >
1616 <path >system</path >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class CodeIgniter
5555 /**
5656 * The current version of CodeIgniter Framework
5757 */
58- public const CI_VERSION = '4.6.4 ' ;
58+ public const CI_VERSION = '4.6.5 ' ;
5959
6060 /**
6161 * App startup time.
Original file line number Diff line number Diff line change 22Version 4.6.5
33#############
44
5- Release Date: Unreleased
5+ Release Date: February 1, 2026
66
77**4.6.5 release of CodeIgniter4 **
88
99.. contents ::
1010 :local:
1111 :depth: 3
1212
13- ********
14- BREAKING
15- ********
16-
17- ***************
18- Message Changes
19- ***************
20-
21- *******
22- Changes
23- *******
24-
25- ************
26- Deprecations
27- ************
28-
2913**********
3014Bugs Fixed
3115**********
Original file line number Diff line number Diff line change 2626version = '4.6'
2727
2828# The full version, including alpha/beta/rc tags.
29- release = '4.6.4 '
29+ release = '4.6.5 '
3030
3131# -- General configuration ---------------------------------------------------
3232
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
1212 :local:
1313 :depth: 2
1414
15- **********************
16- Mandatory File Changes
17- **********************
18-
19- ****************
20- Breaking Changes
21- ****************
22-
23- *********************
24- Breaking Enhancements
25- *********************
26-
2715*************
2816Project Files
2917*************
@@ -44,12 +32,15 @@ and it is recommended that you merge the updated versions with your application:
4432Config
4533------
4634
47- - @TODO
35+ - app/Config/Database.php
36+ - app/Controllers/BaseController.php
4837
4938All Changes
5039===========
5140
5241This is a list of all files in the **project space ** that received changes;
5342many will be simple comments or formatting that have no effect on the runtime:
5443
55- - @TODO
44+ - app/Config/Database.php
45+ - app/Controllers/BaseController.php
46+ - preload.php
You can’t perform that action at this time.
0 commit comments