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:
parent
51f97361bb
commit
b603726a39
3 changed files with 13 additions and 9 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue