Skip to content

v0.3.6: chore(release): 0.3.6

Latest
Compare
Choose a tag to compare
@jobcespedes jobcespedes released this 14 Aug 15:10
· 519 commits to master since this release

moodle_new_instance_adminpass was removed. It stored plain text password.
Instead, `moodle_new_instance_adminpass was added. It should received a BCrypt compatible
hash of the password.

BREAKING CHANGE: moodle_new_adminpass_hash should be used instead of `moodle_new_instance_adminpass