Original Content

Zend Framework 1.8.2 Released

The Zend Framework team is pleased to announce the immediate availability of
the 1.8.2 release. This release is the second maintenance release in the 1.8
series. Fixes for this release focus on Zend_Db and autoloading
improvements. In all, over 50 issues were closed for the release.

You may download it from the
Zend Framework
site
.

With the introduction of Zend_Loader_Autoloader in 1.8.0, a
number of issues related to autoloading could finally be closed. All cases
where Zend_Loader::loadClass() was hard-coded into the framework
were modified to check for class_exists() first, to trigger the
autoloader. This should make writing custom adapters and plugins an easier
task.

For a full list of closed issues, you can visit:

http://framework.zend.com/changelog/1.8.2

For those that follow Zend Framework closely, the above URL should look
quite new. One often requested feature for the website has been a
canonical changelog for each release. The changelog for the current
release may always be found at:

http://framework.zend.com/changelog

and contains a sidebar with changelogs by version. As we continue, we will
also add in release notes, including migration issues.

Many thanks to all the contributors who helped with this release: issue
reporters, documentation translators, and code contributors alike.

Published: May 27th, 2009 at 8:15
Categories: News, Zend Framework

7 comments to “Zend Framework 1.8.2 Released”

Congratulations to everybody who work for the ZF’s growing!

_____anonymous_____
May 28th, 2009 at 4:34 am

And thanks for fixing the changelog!

Good work, keep it up!

Just really getting in the Framework – nice work :)

To all those working on the framework – thanks and nice work.

The full changelog at http://framework.zend.com/changelog is really useful, but one great addition would be the release date.

Keep up the good work!

Ian

I would really appreciate some fixes to Zend_Tool.

It has some problems with modules and creating view scripts. And it is hard to manage default module, because it is the one created by default and it’s not in modules directory.

I modified my zf_project.xml and it is working almost fine, but it’s not the idea of Zend_Tool that user does such things ;-)