File tree Expand file tree Collapse file tree 6 files changed +45
-27
lines changed Expand file tree Collapse file tree 6 files changed +45
-27
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v4.2.4] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.2.4 ) (2022-08-13)
4
+ [ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.3...v4.2.4 )
5
+
6
+ ** Hotfix release to fix download errors (see https://github.com/codeigniter4/CodeIgniter4/pull/6361 )**
7
+
3
8
## [ v4.2.3] ( https://github.com/codeigniter4/CodeIgniter4/tree/v4.2.3 ) (2022-08-06)
4
9
[ Full Changelog] ( https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.2...v4.2.3 )
5
10
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class CodeIgniter
47
47
/**
48
48
* The current version of CodeIgniter Framework
49
49
*/
50
- public const CI_VERSION = '4.2.3 ' ;
50
+ public const CI_VERSION = '4.2.4 ' ;
51
51
52
52
/**
53
53
* App startup time.
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.2.5
15
16
v4.2.4
16
17
v4.2.3
17
18
v4.2.2
Original file line number Diff line number Diff line change 1
1
Version 4.2.4
2
2
#############
3
3
4
- Release Date: Unreleased
4
+ Release Date: August 13, 2022
5
5
6
6
**4.2.4 release of CodeIgniter4 **
7
7
8
8
.. contents ::
9
9
:local:
10
10
:depth: 2
11
11
12
- BREAKING
13
- ********
14
-
15
- none.
16
-
17
- Enhancements
18
- ************
19
-
20
- none.
21
-
22
- Changes
23
- *******
24
-
25
- none.
26
-
27
- Deprecations
28
- ************
29
-
30
- none.
31
-
32
- Bugs Fixed
33
- **********
34
-
35
- See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_ for a complete list of bugs fixed.
12
+ **Hotfix release to fix download errors; no other content changes. **
Original file line number Diff line number Diff line change
1
+ Version 4.2.5
2
+ #############
3
+
4
+ Release Date: Unreleased
5
+
6
+ **4.2.5 release of CodeIgniter4 **
7
+
8
+ .. contents ::
9
+ :local:
10
+ :depth: 2
11
+
12
+ BREAKING
13
+ ********
14
+
15
+ none.
16
+
17
+ Enhancements
18
+ ************
19
+
20
+ none.
21
+
22
+ Changes
23
+ *******
24
+
25
+ none.
26
+
27
+ Deprecations
28
+ ************
29
+
30
+ none.
31
+
32
+ Bugs Fixed
33
+ **********
34
+
35
+ See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_ for a complete list of bugs fixed.
Original file line number Diff line number Diff line change 24
24
version = '4.2'
25
25
26
26
# The full version, including alpha/beta/rc tags.
27
- release = '4.2.3 '
27
+ release = '4.2.4 '
28
28
29
29
# -- General configuration ---------------------------------------------------
30
30
You can’t perform that action at this time.
0 commit comments