global pods_version?
Hi,
is there something like a pods_version, i could compare to?
3 Answers
Is this what you are looking for?
http://podscms.org/version-history/
(Click on "Changelog" in the footer of this site)
There's a PODS_VERSION constant that gets defined in init.php as a three-digit number - currently it's 183. You can also retrieve the value from the database with get_option('pods_version').
@tokyograph: thanks!


