Skip to content

Commit

Permalink
Merge pull request #122 from isuru89/release_2.0
Browse files Browse the repository at this point in the history
Release 2.3
  • Loading branch information
isuru89 authored May 1, 2021
2 parents eebb36c + c8073bf commit 8afa526
Show file tree
Hide file tree
Showing 18 changed files with 485 additions and 411 deletions.
48 changes: 0 additions & 48 deletions .travis.yml

This file was deleted.

13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Moodle - Local Reminders
---
![Version](https://img.shields.io/badge/version-v2.2.4-blue)
![Version](https://img.shields.io/badge/version-v2.3-blue)
![Moodle Version](https://img.shields.io/badge/moodle-%3E%3D%203.5-orange)
![License](https://img.shields.io/badge/license-GPL%20v3-green)
[![Build Status](https://travis-ci.org/isuru89/moodle-reminders-for-calendar-events.svg?branch=master)](https://travis-ci.org/isuru89/moodle-reminders-for-calendar-events)
[![Build Status](https://github.com/isuru89/moodle-local_reminders/actions/workflows/moodle-ci.yml/badge.svg?branch=release_2.0)](https://github.com/isuru89/moodle-local_reminders/actions/workflows/moodle-ci.yml)

This plugin will send email reminders for [Moodle](https://moodle.org/) calendar events.

Expand All @@ -25,6 +25,7 @@ In addition to that, there are lot of new features introduced in v2 of the plugi
* Send reminders to users who unable to complete an expired activity.
* Send email reminders when a calendar event is created, updated or removed.
* Ability to enable/disable and scheduling reminders per activity basis.
* Ability to exclude specific set of activity types from sending reminders.
* No reminders after a user has completed activity.
* Added event location / timezone information to the reminder email.
* New category event type support
Expand Down Expand Up @@ -94,6 +95,14 @@ In addition to above, user can control reminders for calendar event changes per

## Changelog

### 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

Expand Down
174 changes: 0 additions & 174 deletions README.txt

This file was deleted.

Loading

0 comments on commit 8afa526

Please sign in to comment.