Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
drachels committed Sep 2, 2020
1 parent 037439b commit 1b4d846
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ This files describes API changes in the diary code.
=== 1.2.0 ===
* Added user names salutation to strings used for message/emails sent to user.
* Cleanup of more code prechecks listed for 1.0.1.(10|4)
* Changed edit mode to show, Diary description instead of, Diary question.
* On the view.php page, added a link for students to index.php page.
* Added code to enable, Expect completed on, date.

=== 1.1.0 ===
* Cleanup of more code prechecks listed for 1.0.1.(21|4)
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

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

$plugin->version = 2020082800; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2020090100; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2015111600; // Requires Moodle 3.0 version.
$plugin->cron = 60; // Period for cron to check this module (secs).
$plugin->component = 'mod_diary';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.1.0 (Build: 2020082800)'; // User-friendly version number.
$plugin->release = '1.2.0 (Build: 2020090100)'; // User-friendly version number.

0 comments on commit 1b4d846

Please sign in to comment.