Skip to content

Commit 52fcf76

Browse files
committed
Merge remote-tracking branch 'origin/develop' into 4.5
2 parents 5d9fa31 + cf43310 commit 52fcf76

File tree

6 files changed

+377
-351
lines changed

6 files changed

+377
-351
lines changed

CHANGELOG.md

Lines changed: 45 additions & 324 deletions
Large diffs are not rendered by default.

changelogs/CHANGELOG_4.3.md

Lines changed: 326 additions & 0 deletions
Large diffs are not rendered by default.

system/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class CodeIgniter
5454
/**
5555
* The current version of CodeIgniter Framework
5656
*/
57-
public const CI_VERSION = '4.4.1';
57+
public const CI_VERSION = '4.4.2';
5858

5959
/**
6060
* App startup time.

user_guide_src/source/changelogs/v4.4.2.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
Version 4.4.2
22
#############
33

4-
Release Date: Unreleased
4+
Release Date: October 19, 2023
55

66
**4.4.2 release of CodeIgniter4**
77

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

12-
BREAKING
13-
********
14-
1512
Message Changes
1613
***************
1714

user_guide_src/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
version = '4.4'
2727

2828
# The full version, including alpha/beta/rc tags.
29-
release = '4.4.1'
29+
release = '4.4.2'
3030

3131
# -- General configuration ---------------------------------------------------
3232

user_guide_src/source/installation/upgrade_442.rst

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ Please refer to the upgrade instructions corresponding to your installation meth
1212
:local:
1313
:depth: 2
1414

15-
Mandatory File Changes
16-
**********************
17-
18-
Breaking Changes
19-
****************
20-
21-
Breaking Enhancements
22-
*********************
23-
2415
Project Files
2516
*************
2617

@@ -30,21 +21,12 @@ these files being outside of the **system** scope they will not be changed witho
3021
There are some third-party CodeIgniter modules available to assist with merging changes to
3122
the project space: `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates>`_.
3223

33-
Content Changes
34-
===============
35-
36-
The following files received significant changes (including deprecations or visual adjustments)
37-
and it is recommended that you merge the updated versions with your application:
38-
39-
Config
40-
------
41-
42-
- @TODO
43-
4424
All Changes
4525
===========
4626

4727
This is a list of all files in the **project space** that received changes;
4828
many will be simple comments or formatting that have no effect on the runtime:
4929

50-
- @TODO
30+
- app/Config/Migrations.php
31+
- app/Config/View.php
32+
- composer.json

0 commit comments

Comments
 (0)