Release of v5.0.0-beta5
Fix the media field size limitation. #1109. Add dynamic datatype update to schema field check. Fix version_update column size. Improved the Schema Table update engine.
This commit is contained in:
@@ -404,6 +404,12 @@ final class Data
|
||||
)
|
||||
);
|
||||
|
||||
// Make sure the image is only an image path
|
||||
if (strpos($component->image, '#') !== false)
|
||||
{
|
||||
$component->image = strstr($component->image, '#', true);
|
||||
}
|
||||
|
||||
// set the website and autor for global use (default to VDM if not found)
|
||||
$this->config->set('project_website', $component->website ?? 'https://dev.vdm.io');
|
||||
$this->config->set('project_author', $component->author ?? 'VDM');
|
||||
|
Reference in New Issue
Block a user