mdjnelson / moodle-mod_customcert

Enables the creation of dynamically generated certificates with complete customisation via the web browser.
https://moodle.org/plugins/mod_customcert
GNU General Public License v3.0
91 stars 158 forks source link

All source releases are incorrectly packaged according the to Moodle release checks #441

Closed kiklop74 closed 3 years ago

kiklop74 commented 3 years ago

Whenever a plugin release is provided the root directory inside the archive should be equal to the plugin name. Here we have root directory named moodle-mod_customcert-[release tag] instead of just having customcert.

Can we expect this to be rectified at some point?

Thanks

leonstr commented 3 years ago

It looks like this was caused by a bug in the Plugins Directory: MDLSITE-6525. Other plugins were affected too, for example: mod_checklist, format_grid. The issue is shown as fixed but presumably plugin authors must upload a new zip file to replace the one with the wrong directory name.

mdjnelson commented 3 years ago

Thanks @leonstr for mentioning that. I am going to close this issue now, it will be fixed by next release when I upload a new version.