Upgraded Phalcon from 1.2.6 to 1.3.0 and my whole site stopped rendering the action view.
It appears this is because DefaultController->homeAction used to look for views/default/home.volt but now is looking for views/Default/home.volt
Is this a bug? An intentional change? Am I missing something?
It seems a change like this, if intentional, should be configurable via a config option...