ZF-10363: newest Version from zend.com
Description
It would be awesome if Zend_Version would provide a function wich returns the newest framework version from zend.com.
Something like:
echo Zend_Version::getLatest();
.
It would be awesome if Zend_Version would provide a function wich returns the newest framework version from zend.com.
Something like:
echo Zend_Version::getLatest();
.
Comments
Posted by Markus (rockaut) on 2010-08-22T10:19:31.000+0000
I decided to create an Issue just if someone smarter than me could do this. But i will try it myself to.
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2010-08-22T10:26:15.000+0000
Cool idea.
Please note that there's this api you should be able to use: http://framework.zend.com/api/zf-version
Posted by Benoît Durand (intiilapa) on 2010-08-22T10:28:13.000+0000
Why do you need?
Posted by Markus (rockaut) on 2010-08-22T10:59:15.000+0000
@schimmel o didn't know that... very good.
@durand for example am i showing the current ZF version in my system module. it would be great to see if there's a new version available. shure theres mailing list, rss, bla bla bla... but simple: why not ;-)
Posted by Ramon Henrique Ornelas (ramon) on 2010-08-22T11:27:26.000+0000
Taking the cue i think it would be nice if we had a tag latest in the svn allow add svn:externals without need changes in each release ;).
Posted by Benoît Durand (intiilapa) on 2010-08-31T23:07:02.000+0000
Patch, unit test, doc en and fr
Posted by Benoît Durand (intiilapa) on 2010-08-31T23:12:48.000+0000
Add phpdoc @group in unit test
Posted by Benoît Durand (intiilapa) on 2010-09-18T10:18:49.000+0000
r22963