FMCorz / mdk

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

plugin command should use recent Updates API version #220

Open vmdef opened 1 year ago

vmdef commented 1 year ago

To obtain plugin information, MDK is currently utilizing an outdated version of the Updates API (plugins.py). It is recommended to use an updated version of the API, as the 1.2 updates API may not accurately resolve the latest Moodle branches.