Anpassen der Editoren-Version an neuen Tag

This commit is contained in:
2016-09-27 12:35:21 +00:00
parent 60115d95a1
commit f0a74fd27c

View File

@@ -12,7 +12,7 @@ if (ENVIRONMENT === 'local')
elseif (ENVIRONMENT === 'production')
{
$svjf['editorUrl'] = $vC['portal']['arrHost']['scheme'] . '://rist-editors.ri-st.de/';
$svjf['editorVersion'] = '1.0.0';
$svjf['editorVersion'] = '1.0.1';
}
$svjf['webserviceUrl'] = $vC['portal']['hostUrl'] . '/webservices/remote_data.php';
$svjf['grid'] = 24;