Skip to content

Commit b582d61

Browse files
authored
Merge pull request #7898 from kenjis/docs-changelog-442
docs: add changelog and upgrade for v4.4.2
2 parents c668faf + ca5d39e commit b582d61

File tree

4 files changed

+81
-0
lines changed

4 files changed

+81
-0
lines changed

Diff for: user_guide_src/source/changelogs/index.rst

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

15+
v4.4.2
1516
v4.4.1
1617
v4.4.0
1718
v4.3.8

Diff for: user_guide_src/source/changelogs/v4.4.2.rst

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Version 4.4.2
2+
#############
3+
4+
Release Date: Unreleased
5+
6+
**4.4.2 release of CodeIgniter4**
7+
8+
.. contents::
9+
:local:
10+
:depth: 3
11+
12+
BREAKING
13+
********
14+
15+
Message Changes
16+
***************
17+
18+
Changes
19+
*******
20+
21+
Deprecations
22+
************
23+
24+
Bugs Fixed
25+
**********
26+
27+
See the repo's
28+
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
29+
for a complete list of bugs fixed.

Diff for: user_guide_src/source/installation/upgrade_442.rst

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
#############################
2+
Upgrading from 4.4.1 to 4.4.2
3+
#############################
4+
5+
Please refer to the upgrade instructions corresponding to your installation method.
6+
7+
- :ref:`Composer Installation App Starter Upgrading <app-starter-upgrading>`
8+
- :ref:`Composer Installation Adding CodeIgniter4 to an Existing Project Upgrading <adding-codeigniter4-upgrading>`
9+
- :ref:`Manual Installation Upgrading <installing-manual-upgrading>`
10+
11+
.. contents::
12+
:local:
13+
:depth: 2
14+
15+
Mandatory File Changes
16+
**********************
17+
18+
Breaking Changes
19+
****************
20+
21+
Breaking Enhancements
22+
*********************
23+
24+
Project Files
25+
*************
26+
27+
Some files in the **project space** (root, app, public, writable) received updates. Due to
28+
these files being outside of the **system** scope they will not be changed without your intervention.
29+
30+
There are some third-party CodeIgniter modules available to assist with merging changes to
31+
the project space: `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates>`_.
32+
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+
44+
All Changes
45+
===========
46+
47+
This is a list of all files in the **project space** that received changes;
48+
many will be simple comments or formatting that have no effect on the runtime:
49+
50+
- @TODO

Diff for: user_guide_src/source/installation/upgrading.rst

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ See also :doc:`./backward_compatibility_notes`.
1616

1717
backward_compatibility_notes
1818

19+
upgrade_442
1920
upgrade_441
2021
upgrade_440
2122
upgrade_438

0 commit comments

Comments
 (0)