yii2-debug
yii2-debug copied to clipboard
Check for Yii version
We could do it the same way as Symfony:

i.e. if there's internet connection, get to yiiframework.com API which provides framework versions list and verify if currently using version is OK.
When the user haven't access to the Internet, then there will be delays. Please note it. Most often, I would cut off it. Make it optional.
Absolutely. It should be done via separate AJAX request and there should be an option to turn if off.
information could be cached and refreshed only once a day for example.
@samdark If you would provide more information about "yiiframework.com API", I would look into this.
There's no API yet.
@samdark Is there a repository for potential "yiiframework.com API" where we could create feature requests? If there is none, could you please create it?
@Deele you could create an issue in the yii2 repo, we will add a tag for website there.
@cebe ok, I will prepare some proposal for data format and create new issue