Is there any feed/file online I could parse to know which version of the Zend Framework 1 is most up to date?
I’d like to be notified immediately about the security updates.
The only solution I came up so far is parsing SVN tags:
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just call
Zend_Version::getLatest()(which hits: http://framework.zend.com/api/zf-version).Documentation here.