moodle-an-hochschulen / moodle-theme_boost_campus

Moodle 3.x Boost child theme which is intended to meet the needs of university campuses and adds several features and improvements ––– for Moodle 4.x please use our Theme Boost Union
GNU General Public License v3.0
38 stars 25 forks source link

versions need to be ints instead of strings #1

Closed kulmann closed 7 years ago

kulmann commented 7 years ago

Versions in version.php need to be of type integer instead of string. Otherwise the moodle plugin installer will not recognize this plugin and refuses to install it.

abias commented 7 years ago

Hi Benedikt,

you are completely right. I have no idea how this flaw could sneak in. Interestingly, installing the plugin by unpackaging the files manually into the Moodle wwwroot worked fine for us. But we don't use the web-based installer.

Thanks, Alex

kulmann commented 7 years ago

Hi Alex,

that one was new for me, too. ;-) Thanks for the merge. More importantly: thanks to both of you for the great work!

Cheers Benedikt