File tree Expand file tree Collapse file tree
user_guide_src/source/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Upgrading from 4.0.x to 4.0.4
33#############################
44
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+
515CodeIgniter 4.0.4 fixes a bug in the implementation of :doc: `Controller Filters </incoming/filters >`, breaking
616code implementing the ``FilterInterface ``.
717
Original file line number Diff line number Diff line change 22Upgrading from 4.0.4 to 4.0.5
33#############################
44
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+
515**Cookie SameSite support **
616
717CodeIgniter 4.0.5 introduces a setting for the cookie SameSite attribute. Prior versions did not set this
Original file line number Diff line number Diff line change 22Upgrading from 4.0.5 to 4.1.0 or 4.1.1
33######################################
44
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+
515**Legacy Autoloading **
616
717`Autoloader::loadLegacy() ` method was originally for transition to CodeIgniter v4. Since `4.1.0 `,
Original file line number Diff line number Diff line change 22Upgrading from 4.1.1 to 4.1.2
33#############################
44
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+
515**current_url() and indexPage **
616
717Due to `a bug <https://github.com/codeigniter4/CodeIgniter4/issues/4116 >`_ in ``current_url() ``,
Original file line number Diff line number Diff line change 22Upgrading from 4.1.2 to 4.1.3
33#############################
44
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+
515**Cache TTL **
616
717There is a new value in **app/Config/Cache.php **: ``$ttl ``. This is not used by framework
Original file line number Diff line number Diff line change 22Upgrading from 4.1.3 to 4.1.4
33#############################
44
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+
515This release focuses on code style. All changes (except those noted below) are cosmetic to bring the code in line with the new
616`CodeIgniter Coding Standard <https://github.com/CodeIgniter/coding-standard >`_ (based on PSR-12).
717
Original file line number Diff line number Diff line change 22Upgrading from 4.1.4 to 4.1.5
33#############################
44
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+
511.. contents ::
612 :local:
713 :depth: 2
You can’t perform that action at this time.
0 commit comments