![]() |
Should I wait for version CI 4.5 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: Should I wait for version CI 4.5 (/showthread.php?tid=90157) |
Should I wait for version CI 4.5 - mcsaygili - 02-18-2024 Hello, I have been developing with CodeIgniter since version 3.x, and I am currently actively using version 4.1.5. Unfortunately, due to some breaking changes, I haven't been able to upgrade to the latest version. Therefore, I've decided to rewrite some parts of my application. Should I wait for version 4.5, or should I start with version 4.4.5 and then upgrade to 4.5? How can I find breaking changes notes? I checked "Upgrading From a Previous Version" page but no information about feature notes. Additionally, I want to provide support at the code level. Where should I start? Thanks RE: Should I wait for version CI 4.5 - kenjis - 02-18-2024 All breaking changes should be noted in Upgrading From a Previous Version: https://codeigniter.com/user_guide/installation/upgrading.html If there is a missing breaking change, it is a bug in the documentation. But maybe it is documented in Change Logs: https://codeigniter.com/user_guide/changelogs/index.html If you want to see more detailed information, you can see https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md |