Back to Codeigniter4

Version 4.6.5

user_guide_src/source/changelogs/v4.6.5.rst

4.7.2699 B
Original Source

############# Version 4.6.5 #############

Release Date: February 1, 2026

4.6.5 release of CodeIgniter4

.. contents:: :local: :depth: 3


Bugs Fixed


  • Database: Fixed a bug where Seeder::call() did not pass the database connection to child seeders, causing them to use the default connection instead of the one specified via Database::seeder('group').
  • HTTP: Updated the Content Security Policy nonce generation to use base64 encoding instead of hexadecimal, ensuring compatibility with CSP specifications.

See the repo's CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>_ for a complete list of bugs fixed.