zendframework / zf1

This project reached its end-of-life on 2016-09-28. Contains conversion of ZF1 subversion repo to git, from version 15234 forward, and only containing master and release-1.12 branches and 1.12 tags.
https://framework.zend.com/blog/2016-06-28-zf1-eol.html
BSD 3-Clause "New" or "Revised" License
357 stars 796 forks source link

Version API delivers wrong latest version info #731

Closed GitRon closed 7 years ago

GitRon commented 7 years ago

Hi guys,

your API for showing the latest version of ZF1 (http://framework.zend.com/api/zf-version) is still spitting out "1.12.18" instead of "1.12.20".

I think you are using this inside the "Zend/Version.php" and in addition I use a script for checking this number.

Is there any way you can update the API?

Best regards Ron

froschdesign commented 7 years ago

Is there any way you can update the API?

Sure. The problem is the API configuration of the website.

Thanks for reporting!

GitRon commented 7 years ago

Nice, thanks for intending to fix it!

GitRon commented 7 years ago

It's fixed. Thanks guys!