mudrd8mz / moodle-tool_pluginskel

Generator of Moodle plugins skeletons
https://moodle.org/plugins/tool_pluginskel
Other
51 stars 46 forks source link

Require Moodle 3.7 #92

Closed leoauri closed 5 years ago

leoauri commented 5 years ago

Hi there, I'm just using your plugin skeleton generator to generate a plugin for moodle 3.7. As I see

!!! An error has occurred during this process !!!
!! Unknown required Moodle version: 3.7

I will use 3.6 for now. What would have to be updated for 3.7 compatibility? Can I help?

Looks very helpful, thanks Leo

mudrd8mz commented 5 years ago

Can you provide the YAML file with the configuration?

leoauri commented 5 years ago

This is enough to get the error:

component: mod_fail
requires: "3.7"
leoauri commented 5 years ago

At ce48bb85af2d37928de32a29045a2112bc718268

mudrd8mz commented 5 years ago

Oh right. "Someone" had forgotten to update the plugin when 3.7 was released ;-) The new version 1.2.2 should have it fixed.

leoauri commented 5 years ago

Great! Thanks!