Skip to content

Commit

Permalink
Merge pull request #82 from integral-learning/release/1.7.1
Browse files Browse the repository at this point in the history
Release v1.7.1
  • Loading branch information
Lyannic authored Jun 13, 2024
2 parents b0bf3bb + 9983de2 commit 085f54d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All important changes to this plugin will be documented in this file.

## [v1.7.1] - 2024-06-13
### Fixed
- Fixed Moodle >=4.3 compatibility bug, where `Require passing grade` was not being displayed in completion configuration.
- Fixed PHP 8.2 deprecation warning for dynamically created properties.

## [v1.7.0] - 2024-05-06
### Added
- Preselection of currently selected Problem when opening the Problem selector
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2024050600; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2024061300; // The current module version (Date: YYYYMMDDXX).
$plugin->component = 'mod_mumie'; // Full name of the plugin (used for diagnostics).
$plugin->requires = 2022041900;
$plugin->release = "v1.7.0";
$plugin->release = "v1.7.1";
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'auth_mumie' => 2024050600,
Expand Down

0 comments on commit 085f54d

Please sign in to comment.