Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
isuru89 committed Aug 24, 2024
1 parent de90820 commit 5cf3832
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Moodle - Local Reminders
---
![Version](https://img.shields.io/badge/version-v2.7.2-blue)
![Version](https://img.shields.io/badge/version-v2.7.3-blue)
![Moodle Version](https://img.shields.io/badge/moodle-%3E%3D%203.5-orange)
![Maturiy](https://img.shields.io/badge/maturity-STABLE-brightgreen)
![License](https://img.shields.io/badge/license-GPL%20v3-green)
Expand Down Expand Up @@ -99,6 +99,10 @@ In addition to above, user can control reminders for calendar event changes per

## Changelog

### v2.7.3
* Add plugin disabled message to course page #181
* Prevent duplicate reminders for recurring events #184

### v2.7.2
* Plugin runs not on time #179
* Custom schedule for activity does not play nice with Explicit Reminder Activation #167
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024040200;
$plugin->version = 2024082400;
$plugin->requires = 2018051700; // Require moodle 3.5 or higher.
$plugin->release = '2.7.2';
$plugin->release = '2.7.3';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'local_reminders';

0 comments on commit 5cf3832

Please sign in to comment.