jonof / moodle-block_completion_progress

A time management tool for students using activity completion
https://moodle.org/plugins/block_completion_progress
GNU General Public License v3.0
17 stars 65 forks source link

Fix/missing progress bar #70

Closed jazinheira closed 3 years ago

jazinheira commented 3 years ago

We were experiencing the same issue as #69 and tracked it down to the send_file() and send_content_uncached() called in css.php not being defined as the filelib is not being loaded. Requiring filelib fixes the issue.

Also found the version number wasn't changed when the plugin was last updated, so bumped the version.