Closed versusbassz closed 3 years ago
URLs like: .../main.build.min.js?v={pluginversion}-{mtime}
.../main.build.min.js?v={pluginversion}-{mtime}
?v={plugin_version}
alpha
?v={plugin_version}-{c/mtime}
ENVITY_VIEWER_DISABLE_ASSETS_CACHING
?v={plugin_version}-{time}
Contractions:
c/mtime
filemtime()
filectime()
time
time()
Also, create constant ENTITY_VIEWER_PLUGIN_VERSION
ENTITY_VIEWER_PLUGIN_VERSION
Done.
Also, ENTITY_VIEWER_ENTRY_FILE_PATH constant was added.
ENTITY_VIEWER_ENTRY_FILE_PATH
URLs like:
.../main.build.min.js?v={pluginversion}-{mtime}
Logic
?v={plugin_version}
alpha
word:?v={plugin_version}-{c/mtime}
ENVITY_VIEWER_DISABLE_ASSETS_CACHING
contant is defined:?v={plugin_version}-{time}
Contractions:
c/mtime
- usage offilemtime()
andfilectime()
functionstime
- usage oftime()
functionAlso, create constant
ENTITY_VIEWER_PLUGIN_VERSION