Welcome Guest, Not a member yet? Register   Sign In
Question about upgrading to CI 4.5.5 from 4.5.4
#1

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?
Reply
#2

https://github.com/codeigniter4/CodeIgni...9adaf45af0
Yes, it is not noted in the history.
Simple CI 4 project for beginners codeigniter-expenses ( topic )
Reply
#3

(09-12-2024, 09:30 PM)ozornick Wrote: https://github.com/codeigniter4/CodeIgni...9adaf45af0
Yes, it is not noted in the history.
Perfect, I think it should be updated here too
https://codeigniter4.github.io/CodeIgnit...e_455.html
Reply
#4

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'
M  .github/workflows/label-add-conflict-all-pr.yml
M  .github/workflows/test-phpcpd.yml
M  CHANGELOG.md
M  admin/framework/composer.json
M  composer.json
M  contributing/internals.md
M  contributing/pull_request.md
M  contributing/workflow.md
M  phpdoc.dist.xml
M  phpstan-baseline.php
M  preload.php
M  rector.php
M  utils/composer.json

But you can check the correct file list easily when you check https://github.com/codeigniter4/appstart...ts/master/
https://github.com/codeigniter4/appstart...3db8807739

Yes, only preload.php was changed in v4.5.5.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB