Current version of Zend Framework 1

Is there any feed / file on the network that I can parse to find out which version of Zend Framework 1 is most relevant? I want to be notified of security updates.

The only solution I came up with is parsing SVN tags:

+3
source share
2 answers

Just call Zend_Version::getLatest()(which shows: http://framework.zend.com/api/zf-version ).

The documentation is here .

0
source

Different channels for different purposes.

Zend Framework Release Feed
-> only supports the new version of Releases

Zend Framework
- >

Zend Framework Developer Feed
- > ()

+2

All Articles