FMCorz / mdk

Moodle Development Kit. A collection of tools meant to make developers' lives easier.
GNU General Public License v3.0
85 stars 47 forks source link

Script for downgrading moodle plugins #119

Closed abgreeve closed 8 years ago

abgreeve commented 9 years ago

This will check to see if there are any plugins that have a status of downgraded (The version number of the old plugin is higher than the new one). Then it will change the version number in the config_plugin table.

abgreeve commented 8 years ago

I've updated the script so that it includes the main version number as well. This should now be a one script wonder for making version numbers agree.

FMCorz commented 8 years ago

Thanks Adrian!

orz \o/

FMCorz commented 8 years ago

Sorry, I reverted this because I did not notice the script was going in the wrong folder. Scripts should be in mdk/scripts/. My bad, sorry.

Could you create a new pull request?