constant EMVIDEO_ARCHIVE_DATA_VERSION in Embedded Media Field 6
This defines the version of the content data array that we serialize in emvideo_archive_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.
2 uses of EMVIDEO_ARCHIVE_DATA_VERSION
- emvideo_archive_data in contrib/
emvideo/ providers/ archive.inc - hook emvideo_PROVIDER_data
- emvideo_archive_data_version in contrib/
emvideo/ providers/ archive.inc - Implement hook emvideo_PROVIDER_data_version().
File
- contrib/
emvideo/ providers/ archive.inc, line 24 - This is an archive.org provider include file for Embedded Media Video.
Code
define('EMVIDEO_ARCHIVE_DATA_VERSION', 1);