Hi! I spent a long time on version 4.1.4, and with this new 4.2.10, I unlearned how to work with codeigniter. I learned that there was a change in routing, and even changing "public bool $autoRoutesImproved" to true in Feature.php and enabling "$routes->setAutoRoute(true);" in Routes.php, it is not working as in version 4.1.4 where I could easily access any method of a controller like "/Controller/method/param". In previous versions, I created a method in the installation's default "Home" controller and could access it with "/Home/mymethod" without configuring anything, now even with the changes suggested in Feature.php and Routes.php it's not working.