Skip to content

Commit cd9a1ab

Browse files
committed
docs: add upgrading guide for v4.2.12
1 parent 61a6aa3 commit cd9a1ab

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
###############################
2+
Upgrading from 4.2.11 to 4.2.12
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+
Project Files
16+
*************
17+
18+
Version ``4.2.12`` did not alter any executable code in project files.
19+
20+
All Changes
21+
===========
22+
23+
This is a list of all files in the **project space** that received changes;
24+
many will be simple comments or formatting that have no effect on the runtime:
25+
26+
* app/Controllers/BaseController.php
27+
* composer.json

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_4212
1920
upgrade_4211
2021
upgrade_4210
2122
upgrade_428

0 commit comments

Comments
 (0)