PluginProbe
Media Cloud Sync / 1.4.1
Media Cloud Sync v1.4.1
1.4.1 1.4.0 1.3.12 1.3.11 1.3.10 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.2.0 1.2.10 1.2.11 1.2.12 1.2.13 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 All 35 releases
← All changes | includes/config/schema.php +3 -0 1.3.111.4.1 View file →
@@ -19,8 +19,11 @@
19 19 'CACHE_EXPIRE' => 24*60*60,
20 20 'META_KEY' => WPMCS_TOKEN.'_meta_data',
21 21 'CONTENT_META_KEY' => WPMCS_TOKEN.'_post_meta_data',
22 22 'GLOBAL_SETTINGS_KEY' => WPMCS_TOKEN.'_global_settings',
23 + 'FILE_MANAGER_SETTINGS_KEY' => WPMCS_TOKEN.'_file_manager_settings',
24 + 'BTB_DESTINATION_KEY' => WPMCS_TOKEN.'_btb_destination',
25 + 'BG_RUNNER_SETTINGS_KEY' => WPMCS_TOKEN.'_bg_runner_settings',
23 26 'STATUS_KEY' => WPMCS_TOKEN.'_status_data',
24 27 'COUNTER_KEY' => WPMCS_TOKEN.'_counter_data',
25 28 'UPLOADS' => WPMCS_TOKEN.'_uploads'
26 29 ];