Skip to content

Commit 459e00e

Browse files
authored
Merge pull request #6374 from codeigniter4/hotfix-4.2.4
Prep for 4.2.4 hotfix
2 parents c1a1a1f + 8e89f5c commit 459e00e

File tree

6 files changed

+45
-27
lines changed

6 files changed

+45
-27
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## [v4.2.3](https://github.com/codeigniter4/CodeIgniter4/tree/v4.2.3) (2022-08-06)
49
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.2...v4.2.3)
510

system/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class CodeIgniter
4747
/**
4848
* The current version of CodeIgniter Framework
4949
*/
50-
public const CI_VERSION = '4.2.3';
50+
public const CI_VERSION = '4.2.4';
5151

5252
/**
5353
* App startup time.

user_guide_src/source/changelogs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ See all the changes.
1212
.. toctree::
1313
:titlesonly:
1414

15+
v4.2.5
1516
v4.2.4
1617
v4.2.3
1718
v4.2.2
Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,12 @@
11
Version 4.2.4
22
#############
33

4-
Release Date: Unreleased
4+
Release Date: August 13, 2022
55

66
**4.2.4 release of CodeIgniter4**
77

88
.. contents::
99
:local:
1010
:depth: 2
1111

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.**
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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.

user_guide_src/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
version = '4.2'
2525

2626
# The full version, including alpha/beta/rc tags.
27-
release = '4.2.3'
27+
release = '4.2.4'
2828

2929
# -- General configuration ---------------------------------------------------
3030

0 commit comments

Comments
 (0)