CC-3289: Widgets should have a version string so users can make sure widgets are up to date

-I've updated the messages used to notify the user to be more explicit.
-I've moved the constant used to track widget api versioning to /application/configs/constants.php
This commit is contained in:
Daniel 2012-02-09 15:04:52 -05:00
parent 51f97361bb
commit b603726a39
3 changed files with 13 additions and 9 deletions

View file

@ -2,6 +2,7 @@
define('AIRTIME_COPYRIGHT_DATE', '2010-2011');
define('AIRTIME_REST_VERSION', '1.1');
define('AIRTIME_API_VERSION', '1.0');
// Metadata Keys for files
define('MDATA_KEY_FILEPATH', 'filepath');