Hi
I also really appreciate your hard work. And I understand there will be bugs here and there in the beginning of this new version. I will report when I find one.
And I just did
Tried to download my component and install it on my Joomla 2.5.6
This was the error: Fatal error: Call to a member function get() on a non-object in /home/PATH/public_html/administrator/components/com_competition/controller.php on line 56
I recieved the error when trying to access a view in backend.
Line 56,57 in my case is
self::addSubMenu( $jinput->get('view', 'competitions', 'STRING'),
$jinput->get('layout', null, 'STRING'));