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
The $plugin->version numbers in 1.9.1 and 1.10.0 are out of sequence, such that it isn't possible to upgrade from one to the other without tampering with the values.
1.9.1 has $plugin->version = 2021071200;
1.10.0 has $plugin->version = 2021070900;
So Moodle reports an attempt to downgrade the plugin, even though it is actually a version upgrade.
Could you bump the version number and $plugin->version for 1.10.0 such that the plugin upgrade can proceed in the usual way?
Many thanks, in advance!
The text was updated successfully, but these errors were encountered:
almadog
added a commit
to almadog/moodle-qtype_multichoiceset
that referenced
this issue
Mar 15, 2022
Hi,
i have copied all files of the 1.10.0 version in place from the master.zip file.
Now if i look at the list of plugins Moodle (4.0.2) tells me that i need to update to 1.9.1.
What do i need to change in the code in order to avoid problems when other plugins need updates?
For now i made the directory unavailable by only giving root access, and changing that back after another plugin updated.
The $plugin->version numbers in 1.9.1 and 1.10.0 are out of sequence, such that it isn't possible to upgrade from one to the other without tampering with the values.
1.9.1 has $plugin->version = 2021071200;
1.10.0 has $plugin->version = 2021070900;
So Moodle reports an attempt to downgrade the plugin, even though it is actually a version upgrade.
Could you bump the version number and $plugin->version for 1.10.0 such that the plugin upgrade can proceed in the usual way?
Many thanks, in advance!
The text was updated successfully, but these errors were encountered: