Original Content

Zend Framework 1.11.8 Released

The Zend Framework team announces the immediate availability of Zend Framework
1.11.8, our eighth maintenance release in the 1.11 series.

1.11.8 includes around 40 bug fixes and may be downloaded from the
Zend Framework site.

For a full list of resolved issues, you can visit the changelog:

I’d like to thank everyone who contributed code to this release, including
those who submitted patches, translated documentation, or reported issues. Keep
your eyes peeled for another maintenance next month!

Published: July 7th, 2011 at 4:04
Categories: News, Zend Framework

4 comments to “Zend Framework 1.11.8 Released”

Thanks for this great release :) There is a bugfix in Zend_Navigation where the reoute was not taken into account for the active page, which was really annoying in one of my new projects :) Now it works as expected!

My app broke because Zend_Application_Resource_Modules has been changed. The init method now returns a real array instead of an ArrayObject. So where my code used $bootstrap->module->modulename, this now doesn’t work anymore.

Chielsen, could you please add an issue to the issue tracker and assign it to either Matthew or me? Thanks.

For those who just jumped in. Skip this version and go for 1.11.9 or it may break stuff in your production environment.