Skip to content

Commit

Permalink
Update changelog and version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip committed Nov 9, 2023
1 parent 9589b26 commit 279b206
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# MumieTask - Changelog

All important changes to this plugin will be documented in this file.
## [v1.6.2] - 2023-11-09
### Fixed
- Grade synchronisation bug fixed
- Support php:7.4

## [v1.6.1] - 2023-10-31
### Added
- The language is sent with the worksheet during the note synchronization request.
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2023103100; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2023110900; // The current module version (Date: YYYYMMDDXX).
$plugin->component = 'mod_mumie'; // Full name of the plugin (used for diagnostics).
$plugin->requires = 2022041900;
$plugin->release = "v1.6.1";
$plugin->release = "v1.6.2";
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'auth_mumie' => 2023103100,
'auth_mumie' => 2023110900,
);

0 comments on commit 279b206

Please sign in to comment.