Skip to content

Commit c283d1a

Browse files
authored
docs: add changelog and upgrade for v4.7.0 (codeigniter4#9464)
1 parent d8be763 commit c283d1a

File tree

4 files changed

+141
-0
lines changed

4 files changed

+141
-0
lines changed

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.7.0
1516
v4.6.1
1617
v4.6.0
1718
v4.5.8
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
#############
2+
Version 4.7.0
3+
#############
4+
5+
Release Date: Unreleased
6+
7+
**4.7.0 release of CodeIgniter4**
8+
9+
.. contents::
10+
:local:
11+
:depth: 3
12+
13+
**********
14+
Highlights
15+
**********
16+
17+
- TBD
18+
19+
********
20+
BREAKING
21+
********
22+
23+
Behavior Changes
24+
================
25+
26+
Interface Changes
27+
=================
28+
29+
Method Signature Changes
30+
========================
31+
32+
************
33+
Enhancements
34+
************
35+
36+
Commands
37+
========
38+
39+
Testing
40+
=======
41+
42+
Database
43+
========
44+
45+
Query Builder
46+
-------------
47+
48+
Forge
49+
-----
50+
51+
Others
52+
------
53+
54+
Model
55+
=====
56+
57+
Libraries
58+
=========
59+
60+
Helpers and Functions
61+
=====================
62+
63+
Others
64+
======
65+
66+
***************
67+
Message Changes
68+
***************
69+
70+
*******
71+
Changes
72+
*******
73+
74+
************
75+
Deprecations
76+
************
77+
78+
**********
79+
Bugs Fixed
80+
**********
81+
82+
See the repo's
83+
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
84+
for a complete list of bugs fixed.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
#############################
2+
Upgrading from 4.6.x to 4.7.0
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+
**********************
16+
Mandatory File Changes
17+
**********************
18+
19+
****************
20+
Breaking Changes
21+
****************
22+
23+
*********************
24+
Breaking Enhancements
25+
*********************
26+
27+
*************
28+
Project Files
29+
*************
30+
31+
Some files in the **project space** (root, app, public, writable) received updates. Due to
32+
these files being outside of the **system** scope they will not be changed without your intervention.
33+
34+
.. note:: There are some third-party CodeIgniter modules available to assist
35+
with merging changes to the project space:
36+
`Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates>`_.
37+
38+
Content Changes
39+
===============
40+
41+
The following files received significant changes (including deprecations or visual adjustments)
42+
and it is recommended that you merge the updated versions with your application:
43+
44+
Config
45+
------
46+
47+
- @TODO
48+
49+
All Changes
50+
===========
51+
52+
This is a list of all files in the **project space** that received changes;
53+
many will be simple comments or formatting that have no effect on the runtime:
54+
55+
- @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_470
1920
upgrade_461
2021
upgrade_460
2122
upgrade_458

0 commit comments

Comments
 (0)