Skip to main content

Posts

Showing posts from November 10, 2011

Zend Framework 2.0.0beta1 Released

The Zend Framework community is pleased to announce the immediate availability of Zend Framework 2.0.0beta1. Packages and installation instructions are available at: http://packages.zendframework.com/ This is the first in a series of planned beta releases. The beta release cycle will follow the "gmail" style of betas, whereby new features will be added in each new release, and BC will not be guaranteed; beta releases will happen  no less than  every six weeks. The desire is for developers to adopt and work with new components as they are shipped, and provide feedback so we can polish the distribution. Once all code in the proposed  standard distribution  has reached maturity and reasonable stability, we will freeze the API and prepare for Release Candidate status. Featured components and functionality of 2.0.0beta1 include: New and refactored autoloaders: Zend\Loader\StandardAutoloader Zend\Loader\ClassMapAutoloader Zend\Loader\AutoloaderFactory New plugin broke...