Skip to content

Commit 24438f5

Browse files
committed
docs: add changelog and upgrading
1 parent bc297ff commit 24438f5

4 files changed

Lines changed: 83 additions & 0 deletions

File tree

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.3
1516
v4.3.2
1617
v4.3.1
1718
v4.3.0
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Version 4.3.3
2+
#################
3+
4+
Release Date: Unreleased
5+
6+
**4.3.3 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+
- **Config:** Added missing ``Config\Encryption::$cipher``.
28+
- **UserGuide:** Fixed the sample code for :ref:`encryption-compatible-with-ci3`.
29+
30+
See the repo's
31+
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
32+
for a complete list of bugs fixed.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
##############################
2+
Upgrading from 4.3.2 to 4.3.3
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+
Breaking Changes
16+
****************
17+
18+
Mandatory File Changes
19+
**********************
20+
21+
Project Files
22+
*************
23+
24+
Some files in the **project space** (root, app, public, writable) received updates. Due to
25+
these files being outside of the **system** scope they will not be changed without your intervention.
26+
27+
There are some third-party CodeIgniter modules available to assist with merging changes to
28+
the project space: `Explore on Packagist <https://packagist.org/explore/?query=codeigniter4%20updates>`_.
29+
30+
Content Changes
31+
===============
32+
33+
The following files received significant changes (including deprecations or visual adjustments)
34+
and it is recommended that you merge the updated versions with your application:
35+
36+
Config
37+
------
38+
39+
- app/Config/Encryption.php
40+
- The missing property ``$cipher`` is added for CI3
41+
Encryption compatibility. See :ref:`encryption-compatible-with-ci3`.
42+
43+
All Changes
44+
===========
45+
46+
This is a list of all files in the **project space** that received changes;
47+
many will be simple comments or formatting that have no effect on the runtime:
48+
49+
- @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_433
1920
upgrade_432
2021
upgrade_431
2122
upgrade_430

0 commit comments

Comments
 (0)