Merge branch 'patch-20181214f' into 'dev'

Set min/maxversion for plugins to STD_VERSION unless otherwise specified

See merge request hubzilla/core!1430
This commit is contained in:
Mario 2018-12-15 20:32:01 +01:00
commit dbeabb8ff0

View File

@ -736,8 +736,8 @@ function get_theme_info($theme){
'description' => '',
'author' => array(),
'version' => '',
'minversion' => '',
'maxversion' => '',
'minversion' => STD_VERSION,
'maxversion' => STD_VERSION,
'compat' => '',
'credits' => '',
'maintainer' => array(),