php - get the latest joomla version numer programmatically -


i working on maintenance function want latest version numbers(as strings) of popular cms , store them database.

i've done wordpress part send head request "http://wordpress.org/latest" , versioin number string "3.8.1" filename "wordpress-3.8.1.tar.gz".

now wondering how deal joomla, or if possible, magento.

thanks in advance.

try this,

for long term support (lts) branch -( recommended) stable release

http://update.joomla.org/core/list.xml 

short term support (sts) branch

http://update.joomla.org/core/sts/list_sts.xml 

testing versions.

http://update.joomla.org/core/test/list_test.xml 

all these xml files have link details zip files.

hope helps..


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -