Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.6.0 #33

Merged
merged 2 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [v1.6.0] - 2024-05-06
### Added
- SSO when opening the Problem selector for the Problem Pool

### Fixed
- Fixed deprecation warnings in Moodle administration page

## [v1.5.1] - 2023-11-09
### Fixed
- Support mysql and php:7.4
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 = 2023110900;
$plugin->version = 2024050600;
$plugin->component = 'auth_mumie';
$plugin->requires = 2022041900;
$plugin->release = "v1.5.1";
$plugin->release = "v1.6.0";
$plugin->maturity = MATURITY_STABLE;
Loading