Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.08 KB

File metadata and controls

40 lines (30 loc) · 1.08 KB

Version 4.6.1

Release Date: Unreleased

4.6.1 release of CodeIgniter4

  • CURLRequest: Fixed an issue where multiple header sections appeared in the CURL response body during multiple redirects from the target server.
  • Cors: Fixed a bug in the Cors filter that caused the appropriate headers to not be added when another filter returned a response object in the before filter.
  • Database: Fixed a bug in Postgre and SQLite3 handlers where composite unique keys were not fully taken into account for upsert type of queries.
  • Database: Fixed a bug in the OCI8 and SQLSRV drivers where getVersion() returned an empty string when the database connection was not yet established.

See the repo's CHANGELOG.md for a complete list of bugs fixed.