Skip to content

Commit 041cb86

Browse files
authored
Merge pull request #7462 from kenjis/docs-new-changelog
docs: add changelog for v4.3.5
2 parents 00a60e0 + b381b22 commit 041cb86

File tree

7 files changed

+133
-8
lines changed

7 files changed

+133
-8
lines changed

admin/RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ the existing content.
145145
changes as well as a link to the User Guide's changelog
146146
* Create a PR for new changelog and upgrade for the next version
147147
* Create **user_guide_src/source/changelogs/{next_version}.rst** and add it to
148-
**index.rst** (See next-changelog-*.rst)
148+
**index.rst** (See **next-changelog-*.rst**)
149149
* Create **user_guide_src/source/installation/upgrade_{next_version}.rst** and add it to
150-
**upgrading.rst**
150+
**upgrading.rst** (See **next-upgrading-guide.rst**)
151151

152152
## After Publishing Security Advisory
153153

admin/next-upgrading-guide.rst

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
##############################
2+
Upgrading from {version} to {version}
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

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.3.5
1516
v4.3.4
1617
v4.3.3
1718
v4.3.2
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Version 4.3.5
2+
#############
3+
4+
Release Date: Unreleased
5+
6+
**4.3.5 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.

user_guide_src/source/installation/upgrade_434.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +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-
1815
Breaking Changes
1916
****************
2017

@@ -37,9 +34,6 @@ specify the ``null`` key.
3734
Note that the bug may have changed unexpected NULL constraints in previous
3835
versions.
3936

40-
Breaking Enhancements
41-
*********************
42-
4337
Project Files
4438
*************
4539

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
##############################
2+
Upgrading from 4.3.4 to 4.3.5
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

user_guide_src/source/installation/upgrading.rst

Lines changed: 1 addition & 0 deletions
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_435
1920
upgrade_434
2021
upgrade_433
2122
upgrade_432

0 commit comments

Comments
 (0)