-
Notifications
You must be signed in to change notification settings - Fork 20
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
Version number typo #111
Comments
Oh gosh yes, it should have been yesterdays date. Can you confirm my update makes sense. Thank you for letting me know. |
I cannot update the plugin since Moodle does detect I have a more recent version due to the version label error. I have tried removing the 2924022000 from the database with no success. |
The only way to fix this is a direct manipulation of the database, either that or I create a one off plugin that does the job, which might take a little time. It would change a value in the config_plugins table (from memory). |
I was able to edit the version value from 2923... to 2023042300 from the config_plugins table in order to update to the latest version 2024042300. Cheers |
Oh good, I was quite concerned about that. Thank you for letting me know. I will be very, very careful in future releases. Can I add your name to the changelog file here |
$plugin->version = 2924022000;
should be 2024022000 ?
The text was updated successfully, but these errors were encountered: