Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Moodle version required in version.php #147

Closed
martignoni opened this issue Oct 27, 2024 · 0 comments
Closed

Wrong Moodle version required in version.php #147

martignoni opened this issue Oct 27, 2024 · 0 comments
Assignees
Labels
Status: tests passed Feature or fix is successfully tested Type: bug Something isn't working
Milestone

Comments

@martignoni
Copy link
Member

File version.php states

$plugin->requires = 2018120300;

which corresponds to Moodle 3.6.0. This should be

$plugin->requires = 2024042200;

for Moodle 4.4.0.

See issue #146.

@martignoni martignoni added this to the 2.18.x milestone Oct 27, 2024
@martignoni martignoni self-assigned this Oct 27, 2024
@martignoni martignoni added Type: maintenance A maintenance task Type: bug Something isn't working and removed Type: maintenance A maintenance task labels Oct 27, 2024
@martignoni martignoni added Status: test started Test started for feature or fix Status: tests passed Feature or fix is successfully tested and removed Status: test started Test started for feature or fix labels Oct 27, 2024
martignoni added a commit that referenced this issue Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: tests passed Feature or fix is successfully tested Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant