![]() |
Question about upgrading to CI 4.5.5 from 4.5.4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Question about upgrading to CI 4.5.5 from 4.5.4 (/showthread.php?tid=91656) |
Question about upgrading to CI 4.5.5 from 4.5.4 - serialkiller - 09-12-2024 I upgraded from 4.5.4 to 4.5.5 and only composer.json appears in the list of all modified files Reading the chengelog I see: fix: update preload.php by @kenjis, but preload.php does not appear in the list of modified files. Is it an oversight or did I not understand? RE: Question about upgrading to CI 4.5.5 from 4.5.4 - ozornick - 09-12-2024 https://github.com/codeigniter4/CodeIgniter4/pull/9111/commits/208cd0843e0502c7dd244b54c278eb9adaf45af0 Yes, it is not noted in the history. RE: Question about upgrading to CI 4.5.5 from 4.5.4 - serialkiller - 09-13-2024 (09-12-2024, 09:30 PM)ozornick Wrote: https://github.com/codeigniter4/CodeIgniter4/pull/9111/commits/208cd0843e0502c7dd244b54c278eb9adaf45af0Perfect, I think it should be updated here too https://codeigniter4.github.io/CodeIgniter4/installation/upgrade_455.html RE: Question about upgrading to CI 4.5.5 from 4.5.4 - kenjis - 09-13-2024 It seems I picked the file up mistakenly. The candidates are: Code: $ git diff --name-status v4.5.4...v4.5.5 ':!system' ':!tests' ':!user_guide_src' But you can check the correct file list easily when you check https://github.com/codeigniter4/appstarter/commits/master/ https://github.com/codeigniter4/appstarter/commit/da97032298ee8e5d5dea87e0724d543db8807739 Yes, only preload.php was changed in v4.5.5. |