Skip to content

Latest commit

 

History

History
154 lines (126 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

154 lines (126 loc) · 13.4 KB

Changelog

v4.4.3 (2023-10-26)

Full Changelog

SECURITY

  • Detailed Error Report is Displayed in Production Environment was fixed. See the Security advisory for more information.

Fixed Bugs

  • fix: FilterTestTrait::getFilterCaller() does not support Filter classes as array by @kenjis in codeigniter4#8058
  • fix: add dbgroup to model template only when specified as an option by @sammyskills in codeigniter4#8077
  • Update phpstan-codeigniter and fix errors on Modules by @paulbalandan in codeigniter4#8036
  • fix: [Validation] exact_length does not pass int values by @kenjis in codeigniter4#8088
  • fix: [Table] field named data will produce bugged output by @ping-yee in codeigniter4#8054
  • docs: fix event points descriptions by @kenjis in codeigniter4#8076
  • docs: fix helper loading by @kenjis in codeigniter4#8084

v4.4.2 (2023-10-19)

Full Changelog

Fixed Bugs

Enhancements

Refactoring

  • fix: add types to View $filters and $plugins by @paulbalandan in codeigniter4#7885
  • test: use PHP_VERSION_ID instead of PHP_VERSION by @kenjis in codeigniter4#7913
  • [PHP 8.3] refactor: ReflectionProperty::setValue() signature deprecation by @kenjis in codeigniter4#7911
  • refactor: remove unneeded arguments to session by @paulbalandan in codeigniter4#7919
  • fix: types for common functions by @paulbalandan in codeigniter4#7917
  • Refactor: Apply PHPStan rule "Short ternary operator is not allowed" to RouteCollection by @pjsde in codeigniter4#7947
  • refactor: remove $_SESSION from methods and functions by @pjsde in codeigniter4#7982
  • refactor: if condition in OCI8/Connection.php by @kenjis in codeigniter4#7994
  • style: remove unnecessary () in Toolbar by @kenjis in codeigniter4#8013
  • refactor: replace deprecated Services::request(config, false) by @kenjis in codeigniter4#7998
  • refactor: delete duplicate code for Composer loading by @kenjis in codeigniter4#8004
  • [Rector] Apply BooleanInIfConditionRuleFixerRector by @samsonasik in codeigniter4#7951

Full Changelog: https://github.com/codeigniter4/CodeIgniter4/compare/v4.4.1...v4.4.2

v4.4.1 (2023-09-05)

Full Changelog

Fixed Bugs

v4.4.0 (2023-08-25)

Full Changelog

Breaking Changes

Fixed Bugs

  • fix: incorrect segment number in URI::getSegment() exception message by @kenjis in codeigniter4#7267
  • fix: can't change and override valid locales by @kenjis in codeigniter4#7309
  • fix: Validation::check() does not accept array rules by @kenjis in codeigniter4#7424
  • fix: directory separator from routing file. by @ping-yee in codeigniter4#7487
  • [4.4] Fix output buffering by @iRedds in codeigniter4#7500
  • fix: [Auto Routing Improved] one controller method has more than one URI when $translateURIDashes is true by @kenjis in codeigniter4#7422
  • fix: [4.4] merge Exception::maskSensitiveData() fix into BaseExceptionHandler by @kenjis in codeigniter4#7736

New Features

Enhancements

Refactoring

See CHANGELOG_4.3.md