silenz, how would I get just the ‘20080225’ and compare my entry to that? I’d like to retrieve that build number at the top of the template, assign a variable (might have to be done with php, which is fine) and then, in my template do something like:
{if license_currbuild != ‘{latest_build_number}’}Hey! This is old! Update now!{/if}
Do I use magpie plugin to gt the number from this feed?
I ask because I’ve never used magpie before, but that’s how I assume it works.
{exp:magpie url="https://secure.expressionengine.com/download.php?ACT=ee_build" limit="1" refresh="720"}
{items}
{content}
{/items}
{/exp:magpie}