moodleou / moodle-report_customsql

A Moodle report plugin that lets you easily create simple reports that can be expressed as a single SQL query
46 stars 100 forks source link

Use branches instead of tags to denote moodle version compatibility #146

Closed mark-webster-catalyst closed 10 months ago

mark-webster-catalyst commented 10 months ago

It's standard practice with moodle plugins to create branches of the format MOODLE_XX_STABLE for the minimum compatible version of the code. This makes updating to the latest compatible much easier as you can just pull the branch.

Would you be open to following this practice?

timhunt commented 10 months ago

That is one standard practice, used by some plugins.

The other standard practice is to have one version of the plugin code, which supports as many different Moodle versions as possible. That is the one I favour. (It is less work, and mostly I don't have time to maintain one branch per plugin, let alone multiple.)