Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.48 KB

File metadata and controls

46 lines (33 loc) · 1.48 KB

Upgrading from 4.6.3 to 4.6.4

Please refer to the upgrade instructions corresponding to your installation method.

Some files in the project space (root, app, public, writable) received updates. Due to these files being outside of the system scope they will not be changed without your intervention.

Note

There are some third-party CodeIgniter modules available to assist with merging changes to the project space: Explore on Packagist.

The following files received significant changes (including deprecations or visual adjustments) and it is recommended that you merge the updated versions with your application:

Config

  • app/Config/Database.php
    • Added the synchronous key for Config\Database::$tests.

This is a list of all files in the project space that received changes; many will be simple comments or formatting that have no effect on the runtime:

  • app/Config/Database.php
  • app/Controllers/BaseController.php
  • preload.php