File tree Expand file tree Collapse file tree 5 files changed +26
-5
lines changed Expand file tree Collapse file tree 5 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] ( https://github.com/codeigniter4/CodeIgniter4/tree/HEAD )
4
4
5
- [ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.0.5...HEAD )
5
+ [ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.1.0...HEAD )
6
+
7
+ ## [ v4.1.0] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.1.0 ) (2021-01-31)
8
+
9
+ [ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.0.5...v4.1.0 )
10
+
11
+ ** Implemented enhancements:**
12
+
13
+ - Rector 0.9 fixes [ \# 4196] ( https://github.com/codeigniter4/CodeIgniter4/issues/#4196 )
14
+ - Cannot declare class Config\App error on running PHPUnit [ \# 4114] ( https://github.com/codeigniter4/CodeIgniter4/issues/4114 )
15
+ - Backfill non-optional parameters (https://github.com/codeigniter4/CodeIgniter4/pull/3938 )
16
+ - Change deprecated assertFileNotExists (https://github.com/codeigniter4/CodeIgniter4/pull/3862 )
6
17
7
18
## [ v4.0.5] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.0.5 ) (2021-01-31)
8
19
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class CodeIgniter
44
44
/**
45
45
* The current version of CodeIgniter Framework
46
46
*/
47
- const CI_VERSION = '4.0.5 ' ;
47
+ const CI_VERSION = '4.1.0 ' ;
48
48
49
49
/**
50
50
* App startup time.
Original file line number Diff line number Diff line change 1
1
Version 4.1.0
2
2
====================================================
3
3
4
- Release Date: Not released
4
+ Release Date: January 31, 2021
5
5
6
6
**4.1.0 release of CodeIgniter4 **
7
7
8
+ Changes:
9
+
10
+ - Dropped support for PHP 7.2
11
+
8
12
Removed:
9
13
10
14
- `Autoloader::loadLegacy() ` method was previously used for migration of non-namespaced classes in transition to CodeIgniter v4. Since `4.1.0 `, this support was removed.
Original file line number Diff line number Diff line change
1
+ Version 4.1.1
2
+ ====================================================
3
+
4
+ Release Date: Not released
5
+
6
+ **4.1.1 release of CodeIgniter4 **
Original file line number Diff line number Diff line change 21
21
copyright = '2019-2021 CodeIgniter Foundation'
22
22
23
23
# The short X.Y version.
24
- version = '4.0 '
24
+ version = '4.1 '
25
25
26
26
# The full version, including alpha/beta/rc tags.
27
- release = '4.0.5 '
27
+ release = '4.1.0 '
28
28
29
29
# -- General configuration ---------------------------------------------------
30
30
You can’t perform that action at this time.
0 commit comments