Skip to content

Commit

Permalink
Merge pull request #6374 from codeigniter4/hotfix-4.2.4
Browse files Browse the repository at this point in the history
Prep for 4.2.4 hotfix
  • Loading branch information
MGatner authored Aug 13, 2022
2 parents c1a1a1f + 8e89f5c commit 459e00e
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 27 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v4.2.4](https://github.com/codeigniter4/CodeIgniter4/tree/v4.2.4) (2022-08-13)
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.3...v4.2.4)

**Hotfix release to fix download errors (see https://github.com/codeigniter4/CodeIgniter4/pull/6361)**

## [v4.2.3](https://github.com/codeigniter4/CodeIgniter4/tree/v4.2.3) (2022-08-06)
[Full Changelog](https://github.com/codeigniter4/CodeIgniter4/compare/v4.2.2...v4.2.3)

Expand Down
2 changes: 1 addition & 1 deletion system/CodeIgniter.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class CodeIgniter
/**
* The current version of CodeIgniter Framework
*/
public const CI_VERSION = '4.2.3';
public const CI_VERSION = '4.2.4';

/**
* App startup time.
Expand Down
1 change: 1 addition & 0 deletions user_guide_src/source/changelogs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ See all the changes.
.. toctree::
:titlesonly:

v4.2.5
v4.2.4
v4.2.3
v4.2.2
Expand Down
27 changes: 2 additions & 25 deletions user_guide_src/source/changelogs/v4.2.4.rst
Original file line number Diff line number Diff line change
@@ -1,35 +1,12 @@
Version 4.2.4
#############

Release Date: Unreleased
Release Date: August 13, 2022

**4.2.4 release of CodeIgniter4**

.. contents::
:local:
:depth: 2

BREAKING
********

none.

Enhancements
************

none.

Changes
*******

none.

Deprecations
************

none.

Bugs Fixed
**********

See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
**Hotfix release to fix download errors; no other content changes.**
35 changes: 35 additions & 0 deletions user_guide_src/source/changelogs/v4.2.5.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Version 4.2.5
#############

Release Date: Unreleased

**4.2.5 release of CodeIgniter4**

.. contents::
:local:
:depth: 2

BREAKING
********

none.

Enhancements
************

none.

Changes
*******

none.

Deprecations
************

none.

Bugs Fixed
**********

See the repo's `CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_ for a complete list of bugs fixed.
2 changes: 1 addition & 1 deletion user_guide_src/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
version = '4.2'

# The full version, including alpha/beta/rc tags.
release = '4.2.3'
release = '4.2.4'

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit 459e00e

Please sign in to comment.