Skip to content
Snippets Groups Projects
Commit a891e300 authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

update version for updated plugins

parent 6260f929
No related branches found
No related tags found
No related merge requests found
...@@ -98,9 +98,7 @@ class MarketRelease extends SimpleORMap { ...@@ -98,9 +98,7 @@ class MarketRelease extends SimpleORMap {
} }
$this['studip_min_version'] = $manifest['studipMinVersion']; $this['studip_min_version'] = $manifest['studipMinVersion'];
$this['studip_max_version'] = $manifest['studipMaxVersion']; $this['studip_max_version'] = $manifest['studipMaxVersion'];
if (!$this['version']) {
$this['version'] = $manifest['version']; $this['version'] = $manifest['version'];
}
if ($this['repository_overwrites_descriptionfrom']) { if ($this['repository_overwrites_descriptionfrom']) {
$readme = ""; $readme = "";
$scanner = scandir($dir); $scanner = scandir($dir);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment