File tree Expand file tree Collapse file tree 6 files changed +17
-44
lines changed Expand file tree Collapse file tree 6 files changed +17
-44
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v4.5.7] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.5.7 ) (2024-12-31)
4+ [ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.5.6...v4.5.7 )
5+
6+ ### Fixed Bugs
7+
8+ * fix: handle namespaced helper found on Common helper by @samsonasik in https://github.com/codeigniter4/CodeIgniter4/pull/9354
9+ * fix: ` Forge::dropColumn() ` always returns ` false ` on SQLite3 driver by @paulbalandan in https://github.com/codeigniter4/CodeIgniter4/pull/9351
10+
11+ ### Refactoring
12+
13+ * refactor: enable AddArrowFunctionReturnTypeRector by @samsonasik in https://github.com/codeigniter4/CodeIgniter4/pull/9343
14+
315## [ v4.5.6] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.5.6 ) (2024-12-28)
416[ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.5.5...v4.5.6 )
517
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.5.6 " >
13+ <version number =" 4.5.7 " >
1414 <api format =" php" >
1515 <source dsn =" ." >
1616 <path >system</path >
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class CodeIgniter
5656 /**
5757 * The current version of CodeIgniter Framework
5858 */
59- public const CI_VERSION = '4.5.6 ' ;
59+ public const CI_VERSION = '4.5.7 ' ;
6060
6161 /**
6262 * App startup time.
Original file line number Diff line number Diff line change 22Version 4.5.7
33#############
44
5- Release Date: Unreleased
5+ Release Date: December 31, 2024
66
77**4.5.7 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.5'
2727
2828# The full version, including alpha/beta/rc tags.
29- release = '4.5.6 '
29+ release = '4.5.7 '
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*************
@@ -35,21 +23,10 @@ these files being outside of the **system** scope they will not be changed witho
3523 with merging changes to the project space:
3624 `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates >`_.
3725
38- Content Changes
39- ===============
40-
41- The following files received significant changes (including deprecations or visual adjustments)
42- and it is recommended that you merge the updated versions with your application:
43-
44- Config
45- ------
46-
47- - @TODO
48-
4926All Changes
5027===========
5128
5229This is a list of all files in the **project space ** that received changes;
5330many will be simple comments or formatting that have no effect on the runtime:
5431
55- - @TODO
32+ - app/Views/errors/cli/error_exception.php
You can’t perform that action at this time.
0 commit comments