CeBe
February 14, 2016, 3:28pm
1
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/
jacmoe
(Jacob Moena)
February 14, 2016, 7:47pm
3
Lots of great fixes and features - awesome !
Raoul
(Manu34)
February 15, 2016, 8:59am
4
Thanks for this release !! Yii2 is great !!
(…and as for my feature request, I’ll wait a next release )
Calcio
(Cálcio)
February 15, 2016, 11:36am
5
Thanks for that release. I will update soon and test on my project.
Vojtech
(Vojtech Horak)
February 15, 2016, 3:56pm
6
Thank you for the great work!
Bushi
(Pedroguarimata)
February 18, 2016, 2:38am
7
Gracias equipo…!! thank…!!
russel
(Russeldinoy)
February 19, 2016, 6:45am
8
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.
stratoss
(Stanimir)
February 20, 2016, 3:54pm
9
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!
Backslider
(Developer)
February 20, 2016, 7:04pm
10
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.
jacmoe
(Jacob Moena)
February 20, 2016, 7:49pm
11
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