Skip to content

Commit cb71f73

Browse files
committed
Prep for 4.2.3 release
1 parent 4632602 commit cb71f73

File tree

8 files changed

+53
-5
lines changed

8 files changed

+53
-5
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.3](https://github.com/codeigniter4/CodeIgniter4/tree/v4.2.3) (2022-08-06)
4+
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.2...v4.2.3)
5+
6+
* security: Improve CSRF protection (for Shield CSRF security fix)
7+
38
## [v4.2.2](https://github.com/codeigniter4/CodeIgniter4/tree/v4.2.2) (2022-08-05)
49
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.1...v4.2.2)
510

admin/RELEASE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Documentation guide based on the releases of `4.0.5` and `4.1.0` on January 31, 2021.
44
>
5-
> Updated for `4.1.6` on December 24, 2021.
5+
> Updated for `4.2.3` on August 6, 2022.
66
>
77
> -MGatner
88
@@ -29,8 +29,9 @@ git clone [email protected]:codeigniter4/CodeIgniter4.git
2929
git clone [email protected]:codeigniter4/userguide.git
3030
```
3131
* Vet the **admin/** folders for any removed hidden files (Action deploy scripts *do not remove these*)
32+
* Merge any Security Advisory PRs in private forks
3233

33-
## CodeIgniter4
34+
## Process
3435

3536
> Note: Most changes that need noting in the User Guide and docs should have been included
3637
> with their PR, so this process assumes you will not be generating much new content.
@@ -75,6 +76,7 @@ composer create-project codeigniter4/appstarter release-test
7576
cd release-test
7677
composer test && composer info codeigniter4/framework
7778
```
79+
* publish any Security Advisories that were resolved from private forks
7880

7981
## User Guide
8082

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.2';
50+
public const CI_VERSION = '4.2.3';
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.4
1516
v4.2.3
1617
v4.2.2
1718
v4.2.1

user_guide_src/source/changelogs/v4.2.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 4.2.3
22
#############
33

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

66
**4.2.3 release of CodeIgniter4**
77

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Version 4.2.4
2+
#############
3+
4+
Release Date: Unreleased
5+
6+
**4.2.4 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.2'
27+
release = '4.2.3'
2828

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#############################
2+
Upgrading from 4.2.2 to 4.2.3
3+
#############################
4+
5+
Version ``4.2.3`` is an internal change for security measures and requires no intervention in projects.

0 commit comments

Comments
 (0)