Releases: isuru89/moodle-local_reminders
Releases · isuru89/moodle-local_reminders
v2.7.2
What's Changed
- Plugin runs not on time #179
- Custom schedule for activity does not play nice with Explicit Reminder Activation #167
- Activity reminders for Zoom not working #158
- Make moodle code checker happy #177
Full Changelog: v2.7.1...v2.7.2
v2.7.1
This is a small patch version.
- Support for Moodle 4.1, 4.2 and 4.3 #169
- Fix: Object of class stdClass could not be converted to string #170
v2.7
Fixes:
- Moodle v4 support #162
- Fix: invalid DB column migration #141
- Plugin uses user preference timezone rather than server timezone #159 (@doiphode)
v2.6
- Decouple activity start from activity end reminders #151
- Fix: Description of event for group activity reminders missing in email message #150 #109
- Fix: Duplicate reminder emails when a user has two or more roles in a course #149
v2.5
- Ability to customize reminder email header and footer #137 #135
- Bug fix on user and group overrides and extensions #134
- Minor bug fixes #136
v2.4
- Ability to explicitly turn on reminders instead of enabling by default for all (#129, #130)
v2.3.1
- Removed hard coded string in course settings page (#124)
- Fixed incorrect argument pass in calendar update events (#126)
v2.3
- No reminders once completed settings will support all modules which integrated with Moodle Core Completion API (#113)
- Should honour empty prefix when title prefix is set to empty in settings (#115)
- Ability to exclude reminders for a selected set of modules globally (#75)
- Ability to customize overdue texts in reminders (#118)
- Inconsistent code between reminders and overdue implementation fixed (#119)
- User reminders will be sent only to active users (#20)
v2.2.4
Removed hardcoded strings (overdue text and moodle calendar name) #105