You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But... PHP lint is failing on PHP 7.4 which means your plugin really only supports Moodle 4.3 and higher - to support Moodle 4.2 and lower you need to support PHP 7.4.
Easiest thing to do would be to fix the requires version in your version.php unless you want to make your code support php 7.4?
This is probably a blocker for plugins db approval because people wlll try to install your plugin in older Moodle versions which it doesn't actually support.
The text was updated successfully, but these errors were encountered:
your version states it supports 3.0 and higher.
https://github.com/adlnet/Moodle-mod_cmi5launch/blob/main/version.php#L34
But... PHP lint is failing on PHP 7.4 which means your plugin really only supports Moodle 4.3 and higher - to support Moodle 4.2 and lower you need to support PHP 7.4.
Easiest thing to do would be to fix the requires version in your version.php unless you want to make your code support php 7.4?
This is probably a blocker for plugins db approval because people wlll try to install your plugin in older Moodle versions which it doesn't actually support.
The text was updated successfully, but these errors were encountered: