Version 4.4.4

Release Date: Unreleased

4.4.4 release of CodeIgniter4

BREAKING

Validation with Dot Array Syntax

A validation rule with the wildcard * now validates only data in correct dimensions as “dot array syntax”. See Upgrading for details.

Validation rules matches and differs

Bugs have been fixed in the case where matches and differs in the Strict and Traditional rules validate data of non-string types.

Message Changes

  • Added HTTP.invalidJSON error message.

Changes

Deprecations

Bugs Fixed

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