Yii 2.0.7 is released

We are very pleased to announce the release of Yii Framework version 2.0.7. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version.

Version 2.0.7 is a patch release of Yii 2.0 which contains over 100 minor new features and bug fixes as well as numerous improvements to documentation and guide translations.

There are extra steps to do while upgrading so check the UPGRADE.md file.

Thanks to our awesome Yii community we’ve got valuable pull requests and discussions that made this release possible. Thank you!

You find the complete release information on the news: http://www.yiiframework.com/news/94/yii-2-0-7-is-released/

Thumbs up!

Thanks :)

Lots of great fixes and features - awesome ! :)

Thanks for this release !! Yii2 is great !!

(…and as for my feature request, I’ll wait a next release;))

Thanks for that release. I will update soon and test on my project.

Thank you for the great work!

Gracias equipo…!! thank…!!

Thank you for this wonderful framework. Kudos to Yii Team. Just finish 5 project. Good documentation and a lot of resources to get you going.

Upgrade from 2.0.6 failed with:


Your requirements could not be resolved to an installable set of packages.


  Problem 1

    - yiisoft/yii2 2.0.6 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.

    - yiisoft/yii2 2.0.7 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> no matching package found.

    - yiisoft/yii2 2.0.6 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.

    - yiisoft/yii2 2.0.5 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.

    - yiisoft/yii2 2.0.4 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.

    - yiisoft/yii2 2.0.3 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.

    - yiisoft/yii2 2.0.2 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.

    - yiisoft/yii2 2.0.1 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.

    - yiisoft/yii2 2.0.0 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.

    - Installation request for yiisoft/yii2 * -> satisfiable by yiisoft/yii2[2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7].



any ideas?

Otherwise thank you for this huge update with so many useful features!

edit: I missed php5-curl package installed on my system and the fxp/composer-asset-plugin was outdated. Successfully upgraded to 2.0.7, thanks again!

Have you gotten rid of encoded URLs yet? I have never seen the same anywhere on the internet.

I am sure that you guys have misinterpreted the standard - While a browser may send the URL encoded over the internet there is no need whatsoever to encode the URLs within an application.

Wut?

Are you referring to things like:


http://mysite.dev/page/view?page_id=section%2Findex

If you are then you have to realize that this is how things work on the interwebs.

You are seeing raw URLs that haven’t been rewritten.

I am not sure what parallel internet you have been on. ;)

That raw URL can be rewritten to:


http://mysite.dev/page/section