You are here

constant MEDIA_VIMEO_DATA_VERSION in Media: Vimeo 6

This defines the version of the content data array that we serialize in data(). If we change the expected keys of that array, we must increment this value, which will allow older content to be updated to the new version automatically.

1 use of MEDIA_VIMEO_DATA_VERSION
emvideo_vimeo_data_version in includes/providers/emvideo/vimeo.inc
Implement hook emvideo_PROVIDER_data_version().

File

includes/media_vimeo.variables.inc, line 29
media_vimeo/includes/media_vimeo.variables.inc Contains the variables and defaults used by Media: Vimeo.

Code

define('MEDIA_VIMEO_DATA_VERSION', 2);